|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Represents a single toolbar item type with an associated display label. More...
#include <pluginifdemo_main.h>
Public Member Functions | |
| PluginIfType (const QString &label, const ext_toolbar_item_t &itemType) | |
| Constructs a PluginIfType with the given label and toolbar item type. | |
| QString | label () const |
| Returns the display label for this item type. | |
| ext_toolbar_item_t | itemType () const |
| Returns the toolbar item type constant for this entry. | |
Represents a single toolbar item type with an associated display label.
| PluginIfType::PluginIfType | ( | const QString & | label, |
| const ext_toolbar_item_t & | itemType | ||
| ) |
Constructs a PluginIfType with the given label and toolbar item type.
| label | Human-readable display label for this item type. |
| itemType | The underlying toolbar item type constant. |
| ext_toolbar_item_t PluginIfType::itemType | ( | ) | const |
Returns the toolbar item type constant for this entry.
| QString PluginIfType::label | ( | ) | const |
Returns the display label for this item type.