svgui
1.9
|
#include <PluginPathConfigurator.h>
Signals | |
void | pathsChanged () |
Public Member Functions | |
PluginPathConfigurator (QWidget *parent=0) | |
~PluginPathConfigurator () | |
void | setPaths (PluginPathSetter::Paths paths) |
PluginPathSetter::Paths | getPaths () const |
Private Slots | |
void | upClicked () |
void | downClicked () |
void | addClicked () |
void | deleteClicked () |
void | resetClicked () |
void | currentTypeChanged (QString) |
void | currentLocationChanged (int) |
void | envOverrideChanged (int) |
void | seePluginsClicked () |
Private Member Functions | |
void | populate () |
void | populateFor (PluginPathSetter::TypeKey, int makeCurrent) |
QString | getLabelFor (PluginPathSetter::TypeKey) |
PluginPathSetter::TypeKey | getKeyForLabel (QString label) |
Private Attributes | |
QGridLayout * | m_layout |
QLabel * | m_header |
QComboBox * | m_pluginTypeSelector |
QListWidget * | m_list |
QPushButton * | m_seePlugins |
QPushButton * | m_up |
QPushButton * | m_down |
QPushButton * | m_add |
QPushButton * | m_delete |
QPushButton * | m_reset |
QCheckBox * | m_envOverride |
PluginPathSetter::Paths | m_paths |
PluginPathSetter::Paths | m_defaultPaths |
Detailed Description
Definition at line 31 of file PluginPathConfigurator.h.
Constructor & Destructor Documentation
PluginPathConfigurator::PluginPathConfigurator | ( | QWidget * | parent = 0 | ) |
Definition at line 31 of file PluginPathConfigurator.cpp.
References addClicked(), currentLocationChanged(), currentTypeChanged(), deleteClicked(), downClicked(), envOverrideChanged(), m_add, m_delete, m_down, m_envOverride, m_header, m_layout, m_list, m_pluginTypeSelector, m_reset, m_seePlugins, m_up, resetClicked(), seePluginsClicked(), and upClicked().
PluginPathConfigurator::~PluginPathConfigurator | ( | ) |
Definition at line 108 of file PluginPathConfigurator.cpp.
Member Function Documentation
void PluginPathConfigurator::setPaths | ( | PluginPathSetter::Paths | paths | ) |
Definition at line 154 of file PluginPathConfigurator.cpp.
References getLabelFor(), m_defaultPaths, m_paths, m_pluginTypeSelector, and populate().
|
inline |
Definition at line 40 of file PluginPathConfigurator.h.
References addClicked(), currentLocationChanged(), currentTypeChanged(), deleteClicked(), downClicked(), envOverrideChanged(), m_paths, pathsChanged(), resetClicked(), seePluginsClicked(), and upClicked().
|
signal |
Referenced by addClicked(), deleteClicked(), downClicked(), envOverrideChanged(), getPaths(), resetClicked(), and upClicked().
|
privateslot |
Definition at line 261 of file PluginPathConfigurator.cpp.
References getKeyForLabel(), m_list, m_paths, m_pluginTypeSelector, pathsChanged(), and populateFor().
Referenced by getPaths(), and PluginPathConfigurator().
|
privateslot |
Definition at line 291 of file PluginPathConfigurator.cpp.
References getKeyForLabel(), m_list, m_paths, m_pluginTypeSelector, pathsChanged(), and populateFor().
Referenced by getPaths(), and PluginPathConfigurator().
|
privateslot |
Definition at line 321 of file PluginPathConfigurator.cpp.
References getKeyForLabel(), m_paths, m_pluginTypeSelector, pathsChanged(), and populateFor().
Referenced by getPaths(), and PluginPathConfigurator().
|
privateslot |
Definition at line 341 of file PluginPathConfigurator.cpp.
References getKeyForLabel(), m_list, m_paths, m_pluginTypeSelector, pathsChanged(), and populateFor().
Referenced by getPaths(), and PluginPathConfigurator().
|
privateslot |
Definition at line 367 of file PluginPathConfigurator.cpp.
References getKeyForLabel(), m_defaultPaths, m_paths, m_pluginTypeSelector, pathsChanged(), and populateFor().
Referenced by getPaths(), and PluginPathConfigurator().
|
privateslot |
Definition at line 240 of file PluginPathConfigurator.cpp.
References getKeyForLabel(), and populateFor().
Referenced by getPaths(), and PluginPathConfigurator().
|
privateslot |
Definition at line 228 of file PluginPathConfigurator.cpp.
References getKeyForLabel(), m_defaultPaths, m_delete, m_down, m_paths, m_pluginTypeSelector, m_reset, and m_up.
Referenced by getPaths(), PluginPathConfigurator(), and populateFor().
|
privateslot |
Definition at line 246 of file PluginPathConfigurator.cpp.
References getKeyForLabel(), m_paths, m_pluginTypeSelector, and pathsChanged().
Referenced by getPaths(), and PluginPathConfigurator().
|
privateslot |
Definition at line 378 of file PluginPathConfigurator.cpp.
References PluginReviewDialog::populate().
Referenced by getPaths(), and PluginPathConfigurator().
|
private |
Definition at line 169 of file PluginPathConfigurator.cpp.
References m_list, m_paths, and populateFor().
Referenced by setPaths().
|
private |
Definition at line 179 of file PluginPathConfigurator.cpp.
References currentLocationChanged(), getLabelFor(), m_envOverride, m_list, m_paths, and m_pluginTypeSelector.
Referenced by addClicked(), currentTypeChanged(), deleteClicked(), downClicked(), populate(), resetClicked(), and upClicked().
|
private |
Definition at line 113 of file PluginPathConfigurator.cpp.
Referenced by getKeyForLabel(), populateFor(), and setPaths().
|
private |
Definition at line 140 of file PluginPathConfigurator.cpp.
References getLabelFor(), and m_paths.
Referenced by addClicked(), currentLocationChanged(), currentTypeChanged(), deleteClicked(), downClicked(), envOverrideChanged(), resetClicked(), and upClicked().
Member Data Documentation
|
private |
Definition at line 57 of file PluginPathConfigurator.h.
Referenced by PluginPathConfigurator().
|
private |
Definition at line 58 of file PluginPathConfigurator.h.
Referenced by PluginPathConfigurator().
|
private |
Definition at line 59 of file PluginPathConfigurator.h.
Referenced by addClicked(), currentLocationChanged(), deleteClicked(), downClicked(), envOverrideChanged(), PluginPathConfigurator(), populateFor(), resetClicked(), setPaths(), and upClicked().
|
private |
Definition at line 60 of file PluginPathConfigurator.h.
Referenced by deleteClicked(), downClicked(), PluginPathConfigurator(), populate(), populateFor(), and upClicked().
|
private |
Definition at line 61 of file PluginPathConfigurator.h.
Referenced by PluginPathConfigurator().
|
private |
Definition at line 62 of file PluginPathConfigurator.h.
Referenced by currentLocationChanged(), and PluginPathConfigurator().
|
private |
Definition at line 63 of file PluginPathConfigurator.h.
Referenced by currentLocationChanged(), and PluginPathConfigurator().
|
private |
Definition at line 64 of file PluginPathConfigurator.h.
Referenced by PluginPathConfigurator().
|
private |
Definition at line 65 of file PluginPathConfigurator.h.
Referenced by currentLocationChanged(), and PluginPathConfigurator().
|
private |
Definition at line 66 of file PluginPathConfigurator.h.
Referenced by currentLocationChanged(), and PluginPathConfigurator().
|
private |
Definition at line 67 of file PluginPathConfigurator.h.
Referenced by PluginPathConfigurator(), and populateFor().
|
private |
Definition at line 69 of file PluginPathConfigurator.h.
Referenced by addClicked(), currentLocationChanged(), deleteClicked(), downClicked(), envOverrideChanged(), getKeyForLabel(), getPaths(), populate(), populateFor(), resetClicked(), setPaths(), and upClicked().
|
private |
Definition at line 70 of file PluginPathConfigurator.h.
Referenced by currentLocationChanged(), resetClicked(), and setPaths().
The documentation for this class was generated from the following files:
Generated by 1.8.11