#include <transitionDialogs.h>
Inheritance diagram for TransitionLoopSEDialog:
Collaboration diagram for TransitionLoopSEDialog:Public Types | |
| enum | EMode { eAdd, eEdit } |
Public Member Functions | |
| TransitionLoopSEDialog (EMode mode=eAdd, QWidget *parent=0) | |
| int | getDirection () const |
| QString | getLabel () const |
| float | getLabelPos () const |
| int | getType () const |
| bool | isDimmed () const |
| void | setDimmed (bool d) |
| void | setDirection (int d) |
| void | setLabel (const QString &lab) |
| void | setLabelPos (float lp) |
| void | setType (int typ) |
Protected Slots | |
| void | showEdits (int typ) |
Protected Attributes | |
| QCheckBox * | checkDimmed |
| QComboBox * | comboDirection |
| QComboBox * | comboType |
| QLineEdit * | lineLabelPos |
Private Attributes | |
| EMode | m_mode |
| holds selected mode | |
Definition at line 61 of file transitionDialogs.h.
Definition at line 65 of file transitionDialogs.h.
| TransitionLoopSEDialog::TransitionLoopSEDialog | ( | EMode | mode = eAdd, |
|
| QWidget * | parent = 0 | |||
| ) |
Definition at line 235 of file transitionDialogs.cpp.
References checkDimmed, comboDirection, comboType, DEF_LOOP_LAB_POS, eAdd, NameAcceptDialog::edtLabel, TransitionManager::getInstance(), TransitionManager::getOneStateTransitionTypeNameList(), lineLabelPos, and showEdits().
Here is the call graph for this function:| int TransitionLoopSEDialog::getDirection | ( | ) | const |
Definition at line 322 of file transitionDialogs.cpp.
References comboDirection.
Referenced by TransitionManager::createOneStateTransition(), and Editor::editTransition().
Here is the caller graph for this function:| QString TransitionLoopSEDialog::getLabel | ( | ) | const |
Definition at line 312 of file transitionDialogs.cpp.
References NameAcceptDialog::edtLabel.
Referenced by TransitionManager::createOneStateTransition(), and Editor::editTransition().
Here is the caller graph for this function:| float TransitionLoopSEDialog::getLabelPos | ( | ) | const |
Definition at line 317 of file transitionDialogs.cpp.
References lineLabelPos.
Referenced by Editor::editTransition(), and Editor::insertTransition().
Here is the caller graph for this function:| int TransitionLoopSEDialog::getType | ( | ) | const |
Definition at line 332 of file transitionDialogs.cpp.
References comboType.
Referenced by TransitionManager::createOneStateTransition(), and Editor::editTransition().
Here is the caller graph for this function:| bool TransitionLoopSEDialog::isDimmed | ( | ) | const |
Definition at line 327 of file transitionDialogs.cpp.
References checkDimmed.
Referenced by TransitionManager::createOneStateTransition(), and Editor::editTransition().
Here is the caller graph for this function:| void TransitionLoopSEDialog::setDimmed | ( | bool | d | ) |
Definition at line 349 of file transitionDialogs.cpp.
References checkDimmed.
Referenced by Editor::editTransition().
Here is the caller graph for this function:| void TransitionLoopSEDialog::setDirection | ( | int | d | ) |
Definition at line 337 of file transitionDialogs.cpp.
References comboDirection.
Referenced by Editor::editTransition().
Here is the caller graph for this function:| void TransitionLoopSEDialog::setLabel | ( | const QString & | lab | ) |
Definition at line 341 of file transitionDialogs.cpp.
References NameAcceptDialog::edtLabel.
Referenced by Editor::editTransition().
Here is the caller graph for this function:| void TransitionLoopSEDialog::setLabelPos | ( | float | lp | ) |
Definition at line 345 of file transitionDialogs.cpp.
References lineLabelPos.
Referenced by Editor::editTransition().
Here is the caller graph for this function:| void TransitionLoopSEDialog::setType | ( | int | typ | ) |
Definition at line 353 of file transitionDialogs.cpp.
References comboType.
Referenced by Editor::editTransition().
Here is the caller graph for this function:| void TransitionLoopSEDialog::showEdits | ( | int | typ | ) | [protected, slot] |
Definition at line 358 of file transitionDialogs.cpp.
References OneStateTransitionProperties::defLabelPos, eAdd, NameAcceptDialog::edtLabel, TransitionManager::getInstance(), TransitionManager::getOneStateTransitionProperties(), OneStateTransitionProperties::hasLabel, OneStateTransitionProperties::hasLabelPos, lineLabelPos, and m_mode.
Referenced by TransitionLoopSEDialog().
Here is the call graph for this function:
Here is the caller graph for this function:QCheckBox* TransitionLoopSEDialog::checkDimmed [protected] |
Definition at line 85 of file transitionDialogs.h.
Referenced by isDimmed(), setDimmed(), and TransitionLoopSEDialog().
QComboBox* TransitionLoopSEDialog::comboDirection [protected] |
Definition at line 84 of file transitionDialogs.h.
Referenced by getDirection(), setDirection(), and TransitionLoopSEDialog().
QComboBox* TransitionLoopSEDialog::comboType [protected] |
Definition at line 83 of file transitionDialogs.h.
Referenced by getType(), setType(), and TransitionLoopSEDialog().
QLineEdit* TransitionLoopSEDialog::lineLabelPos [protected] |
Definition at line 82 of file transitionDialogs.h.
Referenced by getLabelPos(), setLabelPos(), showEdits(), and TransitionLoopSEDialog().
EMode TransitionLoopSEDialog::m_mode [private] |
1.7.0