A dialog page to display the class related options.
More...
#include <classoptionspage.h>
ClassOptionsPage::ClassOptionsPage |
( |
QWidget * |
pParent, |
|
|
ClassifierWidget * |
pWidget |
|
) |
| |
Constructor - observe and modify a Widget
ClassOptionsPage::ClassOptionsPage |
( |
QWidget * |
pParent, |
|
|
UMLScene * |
scene |
|
) |
| |
ClassOptionsPage::ClassOptionsPage |
( |
QWidget * |
pParent, |
|
|
Settings::OptionState * |
options, |
|
|
bool |
isDiagram = true |
|
) |
| |
Constructor - observe and modify an OptionState structure
- Parameters
-
pParent | Parent widget |
options | Settings to read from/save into |
isDiagram | Flag if object is for display diagram class options |
ClassOptionsPage::ClassOptionsPage |
( |
QWidget * |
pParent, |
|
|
EntityWidget * |
widget |
|
) |
| |
ClassOptionsPage::~ClassOptionsPage |
( |
| ) |
|
|
virtual |
void ClassOptionsPage::apply |
( |
| ) |
|
void ClassOptionsPage::applyEntityWidget |
( |
| ) |
|
|
protected |
void ClassOptionsPage::applyOptionState |
( |
| ) |
|
|
protected |
Sets the OptionState to the values selected in this dialog page.
void ClassOptionsPage::applyScene |
( |
| ) |
|
|
protected |
Sets the UMLScene's properties to those selected in this dialog page.
void ClassOptionsPage::applyWidget |
( |
| ) |
|
|
protected |
KComboBox * ClassOptionsPage::createShowStereotypeCB |
( |
QGroupBox * |
grpBox | ) |
|
|
protected |
This need not be a member method, it can be made "static" or be moved to Dialog_Utils
void ClassOptionsPage::init |
( |
| ) |
|
|
protected |
Initialize optional items
void ClassOptionsPage::insertAttribScope |
( |
const QString & |
type, |
|
|
int |
index = -1 |
|
) |
| |
|
protected |
Inserts type
into the type-combobox as well as its completion object.
void ClassOptionsPage::insertOperationScope |
( |
const QString & |
type, |
|
|
int |
index = -1 |
|
) |
| |
|
protected |
Inserts type
into the type-combobox as well as its completion object.
void ClassOptionsPage::setDefaults |
( |
| ) |
|
void ClassOptionsPage::setupClassPageOption |
( |
| ) |
|
|
protected |
Creates the page based on the OptionState
void ClassOptionsPage::setupPage |
( |
| ) |
|
|
protected |
Creates the page with the correct options for the class/interface
void ClassOptionsPage::setupPageFromEntityWidget |
( |
| ) |
|
|
protected |
void ClassOptionsPage::setupPageFromScene |
( |
| ) |
|
|
protected |
KComboBox* ClassOptionsPage::m_attribScopeCB |
|
protected |
QLabel* ClassOptionsPage::m_attributeLabel |
|
protected |
QCheckBox* ClassOptionsPage::m_drawAsCircleCB |
|
protected |
The entity widget to represent in the dialog page.
bool ClassOptionsPage::m_isDiagram |
|
protected |
Flag indicating that page is for diagram property dialog.
QLabel* ClassOptionsPage::m_operationLabel |
|
protected |
KComboBox* ClassOptionsPage::m_operationScopeCB |
|
protected |
The OptionState structure to represent in the dialog page.
The classifier widget to represent in the dialog page.
The scene to represent in the dialog page.
QGroupBox* ClassOptionsPage::m_scopeGB |
|
protected |
QCheckBox* ClassOptionsPage::m_showAttribAssocsCB |
|
protected |
QCheckBox * ClassOptionsPage::m_showAttsCB |
|
protected |
QCheckBox * ClassOptionsPage::m_showAttSigCB |
|
protected |
QCheckBox* ClassOptionsPage::m_showDocumentationCB |
|
protected |
QCheckBox * ClassOptionsPage::m_showOpsCB |
|
protected |
QCheckBox* ClassOptionsPage::m_showOpSigCB |
|
protected |
QCheckBox* ClassOptionsPage::m_showPackageCB |
|
protected |
QCheckBox * ClassOptionsPage::m_showPublicOnlyCB |
|
protected |
KComboBox* ClassOptionsPage::m_showStereotypeCB |
|
protected |
QCheckBox* ClassOptionsPage::m_showVisibilityCB |
|
protected |
QGroupBox* ClassOptionsPage::m_visibilityGB |
|
protected |
The documentation for this class was generated from the following files: