Collaboration diagram for SettingsDialog:Public Member Functions | |
| SettingsDialog (BasicAlgorithmWithSettings &algorithm, QWidget *parent) | |
| bool | preserveLabels () const |
| bool | preserveNames () const |
Private Attributes | |
| BasicAlgorithmWithSettings & | m_algorithm |
| QCheckBox * | m_checkPreserveLabels |
| QCheckBox * | m_checkPreserveNames |
Definition at line 26 of file algorithms.cpp.
| SettingsDialog::SettingsDialog | ( | BasicAlgorithmWithSettings & | algorithm, | |
| QWidget * | parent | |||
| ) | [inline] |
Definition at line 29 of file algorithms.cpp.
References IAlgorithm::getName(), m_algorithm, m_checkPreserveLabels, m_checkPreserveNames, BasicAlgorithmWithSettings::preserveLabels(), and BasicAlgorithmWithSettings::preserveNames().
Here is the call graph for this function:| bool SettingsDialog::preserveLabels | ( | ) | const [inline] |
Definition at line 61 of file algorithms.cpp.
References m_checkPreserveLabels.
Referenced by BasicAlgorithmWithSettings::runSettingsDialog().
Here is the caller graph for this function:| bool SettingsDialog::preserveNames | ( | ) | const [inline] |
Definition at line 60 of file algorithms.cpp.
References m_checkPreserveNames.
Referenced by BasicAlgorithmWithSettings::runSettingsDialog().
Here is the caller graph for this function:Definition at line 66 of file algorithms.cpp.
Referenced by SettingsDialog().
QCheckBox* SettingsDialog::m_checkPreserveLabels [private] |
Definition at line 65 of file algorithms.cpp.
Referenced by preserveLabels(), and SettingsDialog().
QCheckBox* SettingsDialog::m_checkPreserveNames [private] |
Definition at line 64 of file algorithms.cpp.
Referenced by preserveNames(), and SettingsDialog().
1.7.0