umbrello 2.38.4
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
#include <diagrampropertiespage.h>
Signals | |
void | applyClicked () |
Public Member Functions | |
DiagramPropertiesPage (QWidget *parent, UMLScene *scene) | |
virtual | ~DiagramPropertiesPage () |
void | setDefaults () |
void | apply () |
![]() | |
DialogPageBase (QWidget *parent) | |
virtual | ~DialogPageBase () |
virtual bool | isModified () |
Protected Member Functions | |
bool | checkUniqueDiagramName () |
![]() | |
virtual void | keyPressEvent (QKeyEvent *event) |
Protected Attributes | |
UMLScene * | m_scene |
![]() | |
bool | m_isModified |
A dialog page to display diagram properties
|
explicit |
Constructor
parent | the parent (wizard) of this wizard page |
scene | the UMLScene to which the properties apply |
|
virtual |
destructor
void DiagramPropertiesPage::apply | ( | ) |
Reads the set values from their corresponding widgets, writes them back to the data structure, and notifies clients.
|
signal |
|
protected |
Checks whether the diagram name is unique and sets it if it is.
void DiagramPropertiesPage::setDefaults | ( | ) |
sets default values
|
protected |