| umbrello 25.04.2
    Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology | 
#include <statedialog.h>
 
  
| Classes | |
| struct | GeneralPageWidgets | 
| Public Member Functions | |
| StateDialog (QWidget *parent, StateWidget *pWidget) | |
| bool | getChangesMade () const | 
|  Public Member Functions inherited from MultiPageDialogBase | |
| MultiPageDialogBase (QWidget *parent, bool withDefaultButton=false) | |
| virtual | ~MultiPageDialogBase () | 
| void | apply () | 
| void | setCaption (const QString &caption) | 
| void | accept () | 
| void | reject () | 
| KPageWidgetItem * | currentPage () const | 
| void | addPage (KPageWidgetItem *page) | 
| void | setCurrentPage (KPageWidgetItem *page) | 
| int | exec () | 
| virtual bool | isModified () const | 
| Protected Slots | |
| void | slotOk () | 
| void | slotApply () | 
|  Protected Slots inherited from MultiPageDialogBase | |
| void | slotEnableButtonOk (bool state) | 
| Protected Member Functions | |
| void | setupPages () | 
| void | setupGeneralPage () | 
| void | setupActivityPage () | 
| void | applyPage (KPageWidgetItem *item) | 
|  Protected Member Functions inherited from MultiPageDialogBase | |
| virtual void | keyPressEvent (QKeyEvent *event) | 
| QFrame * | createPage (const QString &name, const QString &header, Icon_Utils::IconType icon) | 
| KPageWidgetItem * | createPage (const QString &name, const QString &header, Icon_Utils::IconType icon, QWidget *widget) | 
| void | setupGeneralPage (AssociationWidget *widget) | 
| void | applyGeneralPage (AssociationWidget *widget) | 
| void | setupGeneralPage (NoteWidget *widget) | 
| KPageWidgetItem * | setupGeneralPage (MessageWidget *widget) | 
| void | applyGeneralPage (MessageWidget *widget) | 
| KPageWidgetItem * | setupFontPage (const QFont &font) | 
| KPageWidgetItem * | setupFontPage (UMLWidget *widget) | 
| KPageWidgetItem * | setupFontPage (AssociationWidget *widget) | 
| void | resetFontPage (QWidget *widget) | 
| void | applyFontPage (AssociationWidget *widget) | 
| void | applyFontPage (Settings::OptionState *state) | 
| void | applyFontPage (UMLScene *scene) | 
| void | applyFontPage (UMLWidget *widget) | 
| KPageWidgetItem * | setupStylePage (WidgetBase *widget) | 
| KPageWidgetItem * | setupStylePage (AssociationWidget *widget) | 
| void | applyStylePage () | 
| KPageWidgetItem * | setupAssociationRolePage (AssociationWidget *widget) | 
| void | applyAssociationRolePage () | 
| Protected Attributes | |
| ActivityPage * | m_pActivityPage | 
| StateWidget * | m_pStateWidget | 
| the widget to represent | |
| bool | m_bChangesMade | 
| holds whether changes in the dialog have been made | |
| struct StateDialog::GeneralPageWidgets | m_GenPageWidgets | 
| KPageWidgetItem * | pageStyle | 
| KPageWidgetItem * | pageActivity | 
| KPageWidgetItem * | pageFont | 
| KPageWidgetItem * | pageGeneral | 
|  Protected Attributes inherited from MultiPageDialogBase | |
| AssociationGeneralPage * | m_pAssocGeneralPage | 
| NotePage * | m_notePage | 
| SelectOperationPage * | m_operationGeneralPage | 
| AssociationRolePage * | m_pRolePage | 
| KFontChooser * | m_fontChooser | 
| UMLWidgetStylePage * | m_pStylePage | 
| KPageWidgetItem * | m_pageItem | 
| KPageDialog * | m_pageDialog | 
| KPageWidget * | m_pageWidget | 
| bool | m_useDialog | 
| bool | m_isModified | 
| Additional Inherited Members | |
|  Public Types inherited from MultiPageDialogBase | |
| enum | PageType { AutoLayoutPage , ClassPage , CodeImportPage , CodeGenerationPage , CodeViewerPage , FontPage , GeneralPage , UserInterfacePage } | 
| Available page types.  More... | |
|  Signals inherited from MultiPageDialogBase | |
| void | okClicked () | 
| void | applyClicked () | 
| void | defaultClicked () | 
Displays the properties for a StateWidget
| StateDialog::StateDialog | ( | QWidget * | parent, | 
| StateWidget * | pWidget ) | 
Constructor.
| 
 | protected | 
Applies changes to the given page.
| 
 | inline | 
Returns whether changes were made.
| 
 | protected | 
Sets up the activity page.
| 
 | protected | 
Sets up the general page of the dialog.
| 
 | protected | 
Sets up the pages of the dialog.
| 
 | protectedslot | 
Entered when Apply button pressed.
| 
 | protectedslot | 
Entered when OK button pressed.
| 
 | protected | 
holds whether changes in the dialog have been made
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
the widget to represent
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected |