11 #ifndef SELECTOPERATIONDIALOG_H 12 #define SELECTOPERATIONDIALOG_H 59 static const int OP = 0;
UMLClassifier * m_classifier
Definition: selectoperationdialog.h:73
QLabel * m_pCustomRB
Definition: selectoperationdialog.h:66
Information for a non-graphical Concept/Class.
Definition: classifier.h:39
void slotIndexChanged(int index)
Definition: selectoperationdialog.cpp:173
bool setClassOp(const QString &op)
Definition: selectoperationdialog.cpp:206
QLabel * m_pOpRB
Definition: selectoperationdialog.h:66
KLineEdit * m_pSeqLE
Definition: selectoperationdialog.h:65
int m_nOpCount
Definition: selectoperationdialog.h:70
void setSeqNumber(const QString &num)
Definition: selectoperationdialog.cpp:251
LinkWidget * m_widget
Definition: selectoperationdialog.h:74
void setAutoIncrementSequence(bool state)
Definition: selectoperationdialog.cpp:260
SelectOperationDialog(UMLView *parent, UMLClassifier *c, LinkWidget *widget, bool enableAutoIncrement=true)
Definition: selectoperationdialog.cpp:51
void slotAutoIncrementChecked(bool state)
Definition: selectoperationdialog.cpp:151
UMLView * m_pView
Definition: selectoperationdialog.h:72
bool autoIncrementSequence()
Definition: selectoperationdialog.cpp:268
static const int CUSTOM
Definition: selectoperationdialog.h:60
KComboBox * m_pOpCB
Definition: selectoperationdialog.h:63
QString m_Text
Definition: selectoperationdialog.h:69
void setCustomOp(const QString &op)
Definition: selectoperationdialog.cpp:142
static const int OP
Definition: selectoperationdialog.h:59
bool apply()
Definition: selectoperationdialog.cpp:296
QLabel * m_pSeqL
Definition: selectoperationdialog.h:64
void setupDialog()
Definition: selectoperationdialog.cpp:276
Definition: singlepagedialogbase.h:34
bool isClassOp() const
Definition: selectoperationdialog.cpp:132
~SelectOperationDialog()
Definition: selectoperationdialog.cpp:108
void slotNewOperation()
Definition: selectoperationdialog.cpp:160
QCheckBox * m_pOpAS
Definition: selectoperationdialog.h:68
int m_id
takes on the value OP or CUSTOM according to what the user selected
Definition: selectoperationdialog.h:71
QGroupBox * m_pOpGB
Definition: selectoperationdialog.h:62
bool m_enableAutoIncrement
Definition: selectoperationdialog.h:75
KLineEdit * m_pOpLE
Definition: selectoperationdialog.h:65
A dialog to select an operation.
Definition: selectoperationdialog.h:32
void setupOperationsList()
Definition: selectoperationdialog.cpp:221
QString getOpText()
Definition: selectoperationdialog.cpp:117
QString getSeqNumber()
Definition: selectoperationdialog.cpp:241
void slotTextChanged(const QString &text)
Definition: selectoperationdialog.cpp:188
QPushButton * m_newOperationButton
Definition: selectoperationdialog.h:67