Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
interface_values Struct Reference

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
 

Detailed Description

Holds state and values for a specific capture interface's toolbar.

Member Data Documentation

◆ list

QMap<int, QList<QByteArray> > interface_values::list

Map of control numbers to a list of byte array options (e.g., for selectors).

◆ log_dialog

QMap<int, FunnelTextDialog *> interface_values::log_dialog

Map of control numbers to their respective log dialog windows.

◆ log_text

QMap<int, QString> interface_values::log_text

Map of control numbers to their accumulated log text.

◆ out_fd

int interface_values::out_fd

File descriptor for writing control messages to the interface.

◆ reader_thread

QThread* interface_values::reader_thread

The thread reading from the interface control pipe.

◆ value

QMap<int, QByteArray> interface_values::value

Map of control numbers to their current byte array values.

◆ value_changed

QMap<int, bool> interface_values::value_changed

Map tracking whether a specific control's value has changed.

◆ widget_disabled

QMap<int, bool> interface_values::widget_disabled

Map tracking the disabled state of specific control widgets.


The documentation for this struct was generated from the following file: