class ActivityDialog

Displays the properties for a ActivityWidget More...

Definition#include <./dialogs/activitydialog.h>
InheritsKDialogBase (unknown) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Types

Protected Methods

Protected Members


Detailed Description

Displays the properties for a ActivityWidget

 ActivityDialog ( UMLView * pView, ActivityWidget * pWidget )

ActivityDialog

Constructor

bool  getChangesMade ()

getChangesMade

Returns whether changes were made.

enum Page { GeneralPage = 0, 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  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]

ActivityWidget * m_pActivityWidget

m_pActivityWidget

[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.