umbrello
2.38.5
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
#include <umlstereotypewidget.h>
Public Member Functions | |
UMLStereotypeWidget (UMLObject *object, QWidget *parent=0) | |
void | setEditable (bool state) |
void | apply () |
![]() | |
ComboBoxWidgetBase (const QString &title, const QString &postLabel=QString(), QWidget *parent=nullptr) | |
void | addToLayout (QGridLayout *layout, int row, int startColumn=0) |
KComboBox * | editField () |
Protected Member Functions | |
void | insertItems (UMLStereotype *type) |
Protected Attributes | |
UMLObject * | m_object |
![]() | |
QLabel * | m_label |
QLabel * | m_postLabel |
KComboBox * | m_editField |
|
explicit |
void UMLStereotypeWidget::apply | ( | ) |
|
protected |
Insert stereotypes into combo box and select the currently used stereotype.
type | currently used stereotype |
void UMLStereotypeWidget::setEditable | ( | bool | state | ) |
Set state if stereotypes could be edited. By default stereotypes could be edited.
state | edit state |
|
protected |