Dialog for displaying resolved addresses.
More...
#include <resolved_addresses_dialog.h>
|
| void | loadGeometry (int width=0, int height=0, const QString &dialog_name=QString()) |
| | Loads the geometry and splitter state for the dialog.
|
| |
| void | loadSplitterState (QSplitter *splitter=nullptr) |
| | Loads the state of a splitter for the dialog.
|
| |
Dialog for displaying resolved addresses.
◆ ResolvedAddressesDialog()
| ResolvedAddressesDialog::ResolvedAddressesDialog |
( |
QWidget * |
parent, |
|
|
QString |
captureFile, |
|
|
wtap * |
wth |
|
) |
| |
|
explicit |
Constructs a new ResolvedAddressesDialog object.
- Parameters
-
| parent | The parent widget. |
| captureFile | The name of the capture file. |
| wth | Pointer to the wiretap context. |
◆ changeEvent
| void ResolvedAddressesDialog::changeEvent |
( |
QEvent * |
event | ) |
|
|
protectedslot |
Handles state change events.
- Parameters
-
◆ on_cmbDataType_currentIndexChanged
| void ResolvedAddressesDialog::on_cmbDataType_currentIndexChanged |
( |
int |
index | ) |
|
|
protectedslot |
Handles the data type combo box index change.
- Parameters
-
◆ on_cmbPortFilterType_currentIndexChanged
| void ResolvedAddressesDialog::on_cmbPortFilterType_currentIndexChanged |
( |
int |
index | ) |
|
|
protectedslot |
Handles the port filter type combo box index change.
- Parameters
-
◆ on_txtPortFilter_textChanged
| void ResolvedAddressesDialog::on_txtPortFilter_textChanged |
( |
QString |
text | ) |
|
|
protectedslot |
Handles text changes in the port filter.
- Parameters
-
◆ on_txtSearchFilter_textChanged
| void ResolvedAddressesDialog::on_txtSearchFilter_textChanged |
( |
QString |
text | ) |
|
|
protectedslot |
Handles text changes in the search filter.
- Parameters
-
The documentation for this class was generated from the following files: