Base class for Wireshark specific MIME data.
More...
#include <wireshark_mime_data.h>
|
| 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 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.
|
| |
Base class for Wireshark specific MIME data.
◆ 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:
- /builds/wireshark/wireshark/ui/qt/utils/wireshark_mime_data.h
- /builds/wireshark/wireshark/ui/qt/utils/wireshark_mime_data.cpp