|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Class for all display widgets. More...
#include <additional_toolbar.h>
Public Member Functions | |
| AdditionalToolbarWidgetAction (QObject *parent=0) | |
| Construct an empty AdditionalToolbarWidgetAction. | |
| AdditionalToolbarWidgetAction (ext_toolbar_t *item, QObject *parent=0) | |
| Construct an AdditionalToolbarWidgetAction for a toolbar item. | |
| AdditionalToolbarWidgetAction (const AdditionalToolbarWidgetAction ©_object) | |
| Copy constructor. | |
| ~AdditionalToolbarWidgetAction () | |
| Destructor. | |
Protected Member Functions | |
| virtual QWidget * | createWidget (QWidget *parent) |
| Create the appropriate widget for this action's toolbar item. | |
Static Protected Attributes | |
| static const char * | propertyName = "additional_toolbar_item" |
| QObject property name used to attach the ext_toolbar_t pointer to widgets. | |
Class for all display widgets.
Inherits QWidgetAction, otherwise the extension popup might not work for the toolbar
| AdditionalToolbarWidgetAction::AdditionalToolbarWidgetAction | ( | QObject * | parent = 0 | ) |
Construct an empty AdditionalToolbarWidgetAction.
| parent | The parent QObject. |
| AdditionalToolbarWidgetAction::AdditionalToolbarWidgetAction | ( | ext_toolbar_t * | item, |
| QObject * | parent = 0 |
||
| ) |
Construct an AdditionalToolbarWidgetAction for a toolbar item.
| item | The external toolbar item descriptor whose type and metadata determine the widget that will be created. |
| parent | The parent QObject. |
| AdditionalToolbarWidgetAction::AdditionalToolbarWidgetAction | ( | const AdditionalToolbarWidgetAction & | copy_object | ) |
Copy constructor.
| copy_object | The object to copy. |
|
protectedvirtual |
Create the appropriate widget for this action's toolbar item.
| parent | The parent widget supplied by the toolbar. |