Display properties on a UMLObject.
More...
#include <classgeneralpage.h>
Display properties on a UMLObject.
Displays properties of a UMLObject in a dialog box. This is not usually directly called. The class ClassPropertiesDialog will set this up for you.
- Author
- Paul Hensgen phens.nosp@m.gen@.nosp@m.techi.nosp@m.e.co.nosp@m.m Bugs and comments to umbre.nosp@m.llo-.nosp@m.devel.nosp@m.@kde.nosp@m..org or https://bugs.kde.org
ClassGeneralPage::ClassGeneralPage |
( |
UMLDoc * |
d, |
|
|
QWidget * |
parent, |
|
|
UMLObject * |
o |
|
) |
| |
Sets up the ClassGenPage.
- Parameters
-
d | The UMLDoc which controls controls object creation. |
parent | The parent to the ClassGenPage. |
o | The UMLObject to display the properties of. |
Sets up the ClassGenPage for an ObjectWidget
- Parameters
-
d | The UMLDoc which controls controls object creation. |
parent | The parent to the ClassGenPage. |
o | The ObjectWidget to display the properties of. |
ClassGeneralPage::ClassGeneralPage |
( |
UMLDoc * |
d, |
|
|
QWidget * |
parent, |
|
|
UMLWidget * |
widget |
|
) |
| |
Sets up the ClassGenPage for a UMLWidget instance (used for component instances on deployment diagrams)
- Parameters
-
d | The UMLDoc which controls controls object creation. |
parent | The parent to the ClassGenPage. |
widget | The UMLWidget to display the properties of. |
ClassGeneralPage::~ClassGeneralPage |
( |
| ) |
|
void ClassGeneralPage::apply |
( |
| ) |
|
Will move information from the dialog into the object. Call when the ok or apply button is pressed.
void ClassGeneralPage::insertStereotypesSorted |
( |
const QString & |
type | ) |
|
|
private |
void ClassGeneralPage::setInstanceWidgetNameIfApplicable |
( |
const QString & |
name | ) |
const |
|
private |
Sets the input name to the instance widget if the change is applicable.
- Parameters
-
name | The name of the widget |
void ClassGeneralPage::slotActorToggled |
( |
bool |
state | ) |
|
|
slot |
When the draw as actor check box is toggled, the draw as multi instance need to be enabled/disabled. They both can't be available at the same time.
void ClassGeneralPage::slotStereoTextChanged |
( |
const QString & |
stereoText | ) |
|
|
slot |
QCheckBox * ClassGeneralPage::m_pAbstractCB |
|
private |
QCheckBox * ClassGeneralPage::m_pDeconCB |
|
private |
QCheckBox * ClassGeneralPage::m_pDrawActorCB |
|
private |
QCheckBox* ClassGeneralPage::m_pExecutableCB |
|
private |
UMLWidget* ClassGeneralPage::m_pInstanceWidget |
|
private |
QCheckBox* ClassGeneralPage::m_pMultiCB |
|
private |
QGridLayout* ClassGeneralPage::m_pNameLayout |
|
private |
UMLDoc* ClassGeneralPage::m_pUmldoc |
|
private |
The documentation for this class was generated from the following files: