|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Holds state and values for a specific capture interface's toolbar. More...
#include <interface_toolbar.h>
Public Attributes | |
| GAsyncQueue * | control_out_queue |
| QMap< int, QByteArray > | value |
| QMap< int, bool > | value_changed |
| QMap< int, QList< QByteArray > > | list |
| QMap< int, FunnelTextDialog * > | log_dialog |
| QMap< int, QString > | log_text |
| QMap< int, bool > | widget_disabled |
Holds state and values for a specific capture interface's toolbar.
| GAsyncQueue* interface_values::control_out_queue |
Pointer to the queue to send the toolbar message to. Ref counted.
| QMap<int, QList<QByteArray> > interface_values::list |
Map of control numbers to a list of byte array options (e.g., for selectors).
| QMap<int, FunnelTextDialog *> interface_values::log_dialog |
Map of control numbers to their respective log dialog windows.
| QMap<int, QString> interface_values::log_text |
Map of control numbers to their accumulated log text.
| QMap<int, QByteArray> interface_values::value |
Map of control numbers to their current byte array values.
| QMap<int, bool> interface_values::value_changed |
Map tracking whether a specific control's value has changed.
| QMap<int, bool> interface_values::widget_disabled |
Map tracking the disabled state of specific control widgets.