|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Main dialog for the Plugin Interface Demo, providing interactive controls for exercising all ext_toolbar item types. More...
#include <pluginifdemo_main.h>
Public Member Functions | |
| PluginIFDemo_Main (QWidget *parent=0) | |
| Constructs the main demo dialog. | |
| ~PluginIFDemo_Main () | |
| Destroys the dialog and releases all associated resources. | |
| void | setToolbar (ext_toolbar_t *&toolbar) |
| Associates an external toolbar with this dialog so that demo actions can drive toolbar state. | |
Main dialog for the Plugin Interface Demo, providing interactive controls for exercising all ext_toolbar item types.
|
explicit |
Constructs the main demo dialog.
| parent | Optional parent widget. |
| void PluginIFDemo_Main::setToolbar | ( | ext_toolbar_t *& | toolbar | ) |
Associates an external toolbar with this dialog so that demo actions can drive toolbar state.
| toolbar | Reference to the pointer of the ext_toolbar_t to control. |