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);
59 QModelIndex findModule(QModelIndex &parent,
const QString& name);
62 QString appearanceName_;
A tree view for displaying and navigating preference modules.
Definition pref_module_view.h:22
void setPane(const QString module_name)
Sets the active preference pane to the specified module.
Definition pref_module_view.cpp:21
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.
Definition pref_module_view.cpp:91