#include <transitionDialogs.h>
Public Member Functions | |
NextLabelsEditDialog (EActionType action, QWidget *parent) | |
NextLabelsEditDialog (EActionType action, QWidget *parent, const QString &str, float pos, bool left) | |
Public Attributes | |
QCheckBox * | checkLeft |
QLineEdit * | edtLabel |
QLineEdit * | edtPos |
Private Member Functions | |
void | init (EActionType action, const QString &str, float pos, bool left) |
Definition at line 163 of file transitionDialogs.h.
NextLabelsDialog::NextLabelsEditDialog::NextLabelsEditDialog | ( | EActionType | action, | |
QWidget * | parent | |||
) |
Definition at line 701 of file transitionDialogs.cpp.
References DEF_EDGE_LAB_POS.
NextLabelsDialog::NextLabelsEditDialog::NextLabelsEditDialog | ( | EActionType | action, | |
QWidget * | parent, | |||
const QString & | str, | |||
float | pos, | |||
bool | left | |||
) |
Definition at line 708 of file transitionDialogs.cpp.
void NextLabelsDialog::NextLabelsEditDialog::init | ( | EActionType | action, | |
const QString & | str, | |||
float | pos, | |||
bool | left | |||
) | [private] |
Definition at line 714 of file transitionDialogs.cpp.
References checkLeft, NextLabelsDialog::eAdd, edtLabel, edtPos, and NextLabelsDialog::eEdit.
Definition at line 172 of file transitionDialogs.h.
Referenced by NextLabelsDialog::addLabel(), and init().
Definition at line 170 of file transitionDialogs.h.
Referenced by NextLabelsDialog::addLabel(), and init().
Definition at line 171 of file transitionDialogs.h.
Referenced by NextLabelsDialog::addLabel(), and init().