|
|
Displays the properties for a StateWidget
| StateDialog ( UMLView * pView, StateWidget * pWidget )
| StateDialog |
Constructor
| bool getChangesMade ()
| getChangesMade |
Returns whether changes were made.
| enum Page { GeneralPage = 0, Activity_Page, ColorPage, FontPage } | Page |
[protected]
| void slotOk ()
| slotOk |
[protected]
Entered when OK button pressed.
| void slotApply ()
| slotApply |
[protected]
Entered when Apply button pressed.
| void setupPages ()
| setupPages |
[protected]
Sets up the pages of the dialog.
| void setupGeneralPage ()
| setupGeneralPage |
[protected]
Sets up the general page of the dialog.
| void setupColorPage ()
| setupColorPage |
[protected]
Sets up the color page.
| void setupFontPage ()
| setupFontPage |
[protected]
Sets up the font selection page.
| void setupActivityPage ()
| setupActivityPage |
[protected]
Sets up the activity page.
| void applyPage ( Page page )
| applyPage |
[protected]
Applys changes to the given page.
| KIconLoader m_IconLoader | m_IconLoader |
[protected]
| KFontChooser * m_pChooser | m_pChooser |
[protected]
| UMLWidgetColorPage * m_pColorPage | m_pColorPage |
[protected]
| ActivityPage * m_pActivityPage | m_pActivityPage |
[protected]
| StateWidget * m_pStateWidget | m_pStateWidget |
[protected]
| UMLView * m_pView | m_pView |
[protected]
| bool m_bChangesMade | m_bChangesMade |
[protected]
| GeneralPageWidgets (struct) | GeneralPageWidgets |
[protected]
Holds whether changes in the dialog have been made.