class ClassOptionsPage

A dialog page to display the options for a UMLWidget. More...

Definition#include <./dialogs/classoptionspage.h>
InheritsQWidget [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Members


Detailed Description

A dialog page to display options for a UMLWidget and it's children. This is not normally called by you. It is used by the ClassPropDlg.

See also: ClassPropDlg

 ClassOptionsPage ( QWidget * pParent, UMLWidget * pWidget )

ClassOptionsPage

Constructor

 ~ClassOptionsPage ()

~ClassOptionsPage

Deconstructor

void  updateUMLWidget ()

updateUMLWidget

Updates the widget with the dialog page properties.

void  setWidget ( ConceptWidget * pWidget )

setWidget

Sets the widget to be used. Only used by UMLView to set settings of a widget.

QGroupBox * m_pVisibilityGB

m_pVisibilityGB

[protected]

QCheckBox * m_pShowScopeCB

m_pShowScopeCB

[protected]

QCheckBox * m_pShowAttSigCB

m_pShowAttSigCB

[protected]

QCheckBox * m_pShowOpSigCB

m_pShowOpSigCB

[protected]

QCheckBox * m_pShowAttsCB

m_pShowAttsCB

[protected]

QCheckBox * m_pShowOpsCB

m_pShowOpsCB

[protected]

QCheckBox * m_pShowStereotypeCB

m_pShowStereotypeCB

[protected]

QCheckBox * m_pShowPackageCB

m_pShowPackageCB

[protected]

ConceptWidget * m_pWidget

m_pWidget

[protected]