6#ifndef SELECTOPERATIONDIALOG_H
7#define SELECTOPERATIONDIALOG_H
54 static const int OP = 0;
A dialog to select an operation.
Definition selectoperationdialog.h:28
int m_id
takes on the value OP or CUSTOM according to what the user selected
Definition selectoperationdialog.h:66
UMLClassifier * m_classifier
Definition selectoperationdialog.h:68
bool apply()
Definition selectoperationdialog.cpp:293
void slotIndexChanged(int index)
Definition selectoperationdialog.cpp:170
QLabel * m_pOpRB
Definition selectoperationdialog.h:61
QCheckBox * m_pOpAS
Definition selectoperationdialog.h:63
QGroupBox * m_pOpGB
Definition selectoperationdialog.h:57
bool isClassOp() const
Definition selectoperationdialog.cpp:128
QString m_Text
Definition selectoperationdialog.h:64
QString getOpText()
Definition selectoperationdialog.cpp:113
bool m_enableAutoIncrement
Definition selectoperationdialog.h:70
KComboBox * m_pOpCB
Definition selectoperationdialog.h:58
QLabel * m_pSeqL
Definition selectoperationdialog.h:59
QLabel * m_pCustomRB
Definition selectoperationdialog.h:61
LinkWidget * m_widget
Definition selectoperationdialog.h:69
static const int CUSTOM
Definition selectoperationdialog.h:55
void slotNewOperation()
Definition selectoperationdialog.cpp:157
void setCustomOp(const QString &op)
Definition selectoperationdialog.cpp:138
bool autoIncrementSequence()
Definition selectoperationdialog.cpp:265
bool setClassOp(const QString &op)
Definition selectoperationdialog.cpp:203
UMLView * m_pView
Definition selectoperationdialog.h:67
int m_nOpCount
Definition selectoperationdialog.h:65
void slotTextChanged(const QString &text)
Definition selectoperationdialog.cpp:185
void setupDialog()
Definition selectoperationdialog.cpp:273
void setAutoIncrementSequence(bool state)
Definition selectoperationdialog.cpp:257
void setSeqNumber(const QString &num)
Definition selectoperationdialog.cpp:248
void slotAutoIncrementChecked(bool state)
Definition selectoperationdialog.cpp:147
QPushButton * m_newOperationButton
Definition selectoperationdialog.h:62
~SelectOperationDialog()
Definition selectoperationdialog.cpp:104
void setupOperationsList()
Definition selectoperationdialog.cpp:218
QLineEdit * m_pOpLE
Definition selectoperationdialog.h:60
QLineEdit * m_pSeqLE
Definition selectoperationdialog.h:60
static const int OP
Definition selectoperationdialog.h:54
QString getSeqNumber()
Definition selectoperationdialog.cpp:238
Definition singlepagedialogbase.h:23
Information for a non-graphical Concept/Class.
Definition classifier.h:35