Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
WiresharkMimeData Class Referenceabstract

Base class for Wireshark specific MIME data. More...

#include <wireshark_mime_data.h>

Inheritance diagram for WiresharkMimeData:
ToolbarEntryMimeData

Public Member Functions

virtual QString labelText () const =0
 Retrieves the label text for the MIME data.
 
virtual void allowPlainText ()
 Allows the MIME data to be represented as plain text.
 

Static Public Attributes

static const QString ColoringRulesMimeType = "application/vnd.wireshark.coloringrules"
 MIME type string for coloring rules.
 
static const QString ColumnListMimeType = "application/vnd.wireshark.columnlist"
 MIME type string for column lists.
 
static const QString FilterListMimeType = "application/vnd.wireshark.filterlist"
 MIME type string for filter lists.
 
static const QString DisplayFilterMimeType = "application/vnd.wireshark.displayfilter"
 MIME type string for display filters.
 

Detailed Description

Base class for Wireshark specific MIME data.

Member Function Documentation

◆ labelText()

virtual QString WiresharkMimeData::labelText ( ) const
pure virtual

Retrieves the label text for the MIME data.

Returns
A QString containing the label text.

Implemented in ToolbarEntryMimeData.


The documentation for this class was generated from the following files: