Frame for editing a single Wireshark preference inline.
More...
#include <preference_editor_frame.h>
|
| virtual void | showEvent (QShowEvent *event) |
| | Handles the show event for the frame.
|
| |
| virtual void | keyPressEvent (QKeyEvent *event) |
| | Handles key press events within the frame.
|
| |
|
virtual void | hideEvent (QHideEvent *) |
| | Emit visibilityChanged(false) when the frame is hidden.
|
| |
Frame for editing a single Wireshark preference inline.
◆ PreferenceEditorFrame()
| PreferenceEditorFrame::PreferenceEditorFrame |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
◆ editPreference
| void PreferenceEditorFrame::editPreference |
( |
pref_t * |
pref = NULL, |
|
|
module_t * |
module = NULL |
|
) |
| |
|
slot |
Edits the specified preference.
- Parameters
-
| pref | The preference to edit. |
| module | The module containing the preference. |
◆ keyPressEvent()
| void PreferenceEditorFrame::keyPressEvent |
( |
QKeyEvent * |
event | ) |
|
|
protectedvirtual |
Handles key press events within the frame.
- Parameters
-
| event | The key press event. |
◆ showEvent()
| void PreferenceEditorFrame::showEvent |
( |
QShowEvent * |
event | ) |
|
|
protectedvirtual |
Handles the show event for the frame.
- Parameters
-
Reimplemented from AccordionFrame.
◆ showProtocolPreferences
| void PreferenceEditorFrame::showProtocolPreferences |
( |
const QString |
module_name | ) |
|
|
signal |
Signal emitted to show preferences for a specific protocol.
- Parameters
-
| module_name | The name of the protocol module. |
The documentation for this class was generated from the following files: