Frame for editing a single Wireshark preference inline.
More...
#include <preference_editor_frame.h>
|
| void | editPreference (pref_t *pref=NULL, module_t *module=NULL) |
| | Edits the specified preference.
|
|
| virtual void | showEvent (QShowEvent *event) override |
| | Handles the show event for the frame.
|
| virtual void | keyPressEvent (QKeyEvent *event) override |
| | Handles key press events within the frame.
|
|
virtual void | hideEvent (QHideEvent *) override |
| | 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 | ) |
|
|
overrideprotectedvirtual |
Handles key press events within the frame.
- Parameters
-
| event | The key press event. |
◆ showEvent()
| void PreferenceEditorFrame::showEvent |
( |
QShowEvent * | event | ) |
|
|
overrideprotectedvirtual |
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: