umbrello 2.39.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
#include <selectdiagramdialog.h>
Public Member Functions | |
SelectDiagramDialog (QWidget *parent, Uml::DiagramType::Enum type, const QString ¤tName, const QString excludeName) | |
~SelectDiagramDialog () | |
Uml::ID::Type | currentID () |
![]() | |
SinglePageDialogBase (QWidget *parent, bool withApplyButton=false, bool withSearchButton=false) | |
virtual | ~SinglePageDialogBase () |
virtual bool | apply () |
void | setCaption (const QString &caption) |
QWidget * | mainWidget () |
void | setMainWidget (QWidget *widget) |
void | setButtonText (ButtonCode code, const QString &text) |
Protected Attributes | |
SelectDiagramWidget * | m_widget |
![]() | |
QDialogButtonBox * | m_buttonBox |
QWidget * | m_mainWidget |
Additional Inherited Members | |
![]() | |
enum | ButtonCode { Cancel = 0 , Ok = 1 , Apply = 2 } |
![]() | |
void | slotApply () |
void | slotOk () |
void | slotCancel () |
void | slotClicked (QAbstractButton *) |
![]() | |
void | enableButtonOk (bool enable) |
virtual bool | validate () |
Provides dialog to select a diagram
SelectDiagramDialog::SelectDiagramDialog | ( | QWidget * | parent, |
Uml::DiagramType::Enum | type, | ||
const QString & | currentName, | ||
const QString | excludeName ) |
SelectDiagramDialog::~SelectDiagramDialog | ( | ) |
Uml::ID::Type SelectDiagramDialog::currentID | ( | ) |
|
protected |