12#ifndef PREFERENCE_MODULE_VIEW_H
13#define PREFERENCE_MODULE_VIEW_H
35 void setPane(
const QString module_name);
50 void currentChanged(
const QModelIndex ¤t,
const QModelIndex &previous)
override;
59 QModelIndex findModule(QModelIndex &parent,
const QString& name);
62 QString appearanceName_;
void currentChanged(const QModelIndex ¤t, const QModelIndex &previous) override
Handles the event when the current item in the tree view changes.
Definition pref_module_view.cpp:91
void setPane(const QString module_name)
Sets the active preference pane to the specified module.
Definition pref_module_view.cpp:21
PrefModuleTreeView(QWidget *parent=0)
Constructs a new PrefModuleTreeView object.
Definition pref_module_view.cpp:16
void goToPane(QString module_name)
Signal emitted to navigate to a specific preference pane.