#include <classpropertiesdialog.h>
|
| enum | Page {
page_gen = 0,
page_att,
page_op,
page_entatt,
page_constraint,
page_template,
page_assoc,
page_options,
page_color,
page_font
} |
| |
| enum | PageType {
AutoLayoutPage,
ClassPage,
CodeImportPage,
CodeGenerationPage,
CodeViewerPage,
FontPage,
GeneralPage,
UserInterfacePage
} |
| | Available page types. More...
|
| |
| Enumerator |
|---|
| page_gen |
|
| page_att |
|
| page_op |
|
| page_entatt |
|
| page_constraint |
|
| page_template |
|
| page_assoc |
|
| page_options |
|
| page_color |
|
| page_font |
|
| ClassPropertiesDialog::ClassPropertiesDialog |
( |
QWidget * |
parent, |
|
|
UMLObject * |
c, |
|
|
bool |
assoc = false |
|
) |
| |
Sets up a ClassPropDialog.
- Parameters
-
| parent | The parent of the ClassPropDialog |
| c | The UMLObject to display properties of. |
| assoc | Determines whether to display associations |
| ClassPropertiesDialog::ClassPropertiesDialog |
( |
QWidget * |
parent, |
|
|
ObjectWidget * |
o |
|
) |
| |
Sets up a ClassPropDialog.
- Parameters
-
| parent | The parent of the ClassPropDialog |
| o | The ObjectWidget to display properties of. |
| ClassPropertiesDialog::ClassPropertiesDialog |
( |
QWidget * |
parent, |
|
|
UMLWidget * |
w |
|
) |
| |
Sets up a ClassPropDialog.
- Parameters
-
| parent | The parent of the ClassPropDialog |
| w | The UMLWidget to display properties of. |
| ClassPropertiesDialog::~ClassPropertiesDialog |
( |
| ) |
|
| void ClassPropertiesDialog::apply |
( |
| ) |
|
|
virtual |
| void ClassPropertiesDialog::init |
( |
| ) |
|
|
private |
| void ClassPropertiesDialog::setupAssociationsPage |
( |
| ) |
|
|
protected |
Sets up the page "Associations" for the component.
| void ClassPropertiesDialog::setupAttributesPage |
( |
| ) |
|
|
protected |
Sets up the page "Attributes" for the component.
| void ClassPropertiesDialog::setupContentsPage |
( |
| ) |
|
|
protected |
Sets up the page "Contents" for the component.
| void ClassPropertiesDialog::setupDisplayPage |
( |
| ) |
|
|
protected |
Sets up the page "Display" for the component.
| void ClassPropertiesDialog::setupEntityAttributesPage |
( |
| ) |
|
|
protected |
Sets up the page "Entity Attributes" for the component.
| void ClassPropertiesDialog::setupEntityConstraintsPage |
( |
| ) |
|
|
protected |
Sets up the page "Entity Constraints" for the component.
| void ClassPropertiesDialog::setupEntityDisplayPage |
( |
EntityWidget * |
widget | ) |
|
|
protected |
Sets up the page "Display" for the component.
| void ClassPropertiesDialog::setupEnumLiteralsPage |
( |
| ) |
|
|
protected |
Sets up the page "Enum Literals" for the component.
| void ClassPropertiesDialog::setupGeneralPage |
( |
| ) |
|
|
protected |
Sets up the page "General" for the component.
| void ClassPropertiesDialog::setupInstancePages |
( |
| ) |
|
|
protected |
Sets up the general page for the component.
| void ClassPropertiesDialog::setupOperationsPage |
( |
| ) |
|
|
protected |
Sets up the page "Operations" for the component.
| void ClassPropertiesDialog::setupPages |
( |
bool |
assoc = false | ) |
|
|
protected |
Sets up the general, attribute, operations, template and association pages as appropriate.
| void ClassPropertiesDialog::setupTemplatesPage |
( |
| ) |
|
|
protected |
Sets up the page "Templates" for the component.
| void ClassPropertiesDialog::slotApply |
( |
| ) |
|
|
protectedslot |
Applies the settings in the dialog to the widget and object.
| void ClassPropertiesDialog::slotOk |
( |
| ) |
|
|
protectedslot |
| UMLDoc* ClassPropertiesDialog::m_doc |
|
private |
The documentation for this class was generated from the following files: