A tree view for displaying and navigating preference modules.
More...
#include <pref_module_view.h>
|
| void | goToPane (QString module_name) |
| | Signal emitted to navigate to a specific preference pane.
|
| |
|
| void | currentChanged (const QModelIndex ¤t, const QModelIndex &previous) |
| | Handles the event when the current item in the tree view changes.
|
| |
A tree view for displaying and navigating preference modules.
◆ PrefModuleTreeView()
| PrefModuleTreeView::PrefModuleTreeView |
( |
QWidget * |
parent = 0 | ) |
|
◆ currentChanged
| void PrefModuleTreeView::currentChanged |
( |
const QModelIndex & |
current, |
|
|
const QModelIndex & |
previous |
|
) |
| |
|
protectedslot |
Handles the event when the current item in the tree view changes.
- Parameters
-
| current | The new current model index. |
| previous | The previous current model index. |
◆ goToPane
| void PrefModuleTreeView::goToPane |
( |
QString |
module_name | ) |
|
|
signal |
Signal emitted to navigate to a specific preference pane.
- Parameters
-
| module_name | The name of the target module. |
◆ setPane()
| void PrefModuleTreeView::setPane |
( |
const QString |
module_name | ) |
|
Sets the active preference pane to the specified module.
- Parameters
-
| module_name | The name of the module to set as the active pane. |
The documentation for this class was generated from the following files:
- /builds/wireshark/wireshark/ui/qt/widgets/pref_module_view.h
- /builds/wireshark/wireshark/ui/qt/widgets/pref_module_view.cpp