Public Member Functions | Private Attributes

SettingsDialog Class Reference

Collaboration diagram for SettingsDialog:

List of all members.

Public Member Functions

 SettingsDialog (BasicAlgorithmWithSettings &algorithm, QWidget *parent)
bool preserveLabels () const
bool preserveNames () const

Private Attributes

BasicAlgorithmWithSettingsm_algorithm
QCheckBox * m_checkPreserveLabels
QCheckBox * m_checkPreserveNames

Detailed Description

Definition at line 26 of file algorithms.cpp.


Constructor & Destructor Documentation

SettingsDialog::SettingsDialog ( BasicAlgorithmWithSettings algorithm,
QWidget *  parent 
) [inline]

Member Function Documentation

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:


Member Data Documentation

Definition at line 66 of file algorithms.cpp.

Referenced by SettingsDialog().

Definition at line 65 of file algorithms.cpp.

Referenced by preserveLabels(), and SettingsDialog().

Definition at line 64 of file algorithms.cpp.

Referenced by preserveNames(), and SettingsDialog().


The documentation for this class was generated from the following file: