|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Holds state and values for a specific capture interface's toolbar. More...
#include <interface_toolbar.h>
Public Attributes | |
| QThread * | reader_thread |
| int | out_fd |
| 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.
| 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.
| int interface_values::out_fd |
File descriptor for writing control messages to the interface.
| QThread* interface_values::reader_thread |
The thread reading from the interface control pipe.
| 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.