#include <umldatatypewidget.h>
UMLDatatypeWidget::UMLDatatypeWidget |
( |
UMLAttribute * |
attribute, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
UMLDatatypeWidget::UMLDatatypeWidget |
( |
UMLEntityAttribute * |
entityAttribute, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
UMLDatatypeWidget::UMLDatatypeWidget |
( |
UMLOperation * |
operation, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
UMLDatatypeWidget::UMLDatatypeWidget |
( |
UMLTemplate * |
_template, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
bool UMLDatatypeWidget::apply |
( |
| ) |
|
bool UMLDatatypeWidget::applyAttribute |
( |
| ) |
|
|
protected |
bool UMLDatatypeWidget::applyEntityAttribute |
( |
| ) |
|
|
protected |
bool UMLDatatypeWidget::applyOperation |
( |
| ) |
|
|
protected |
bool UMLDatatypeWidget::applyParameter |
( |
| ) |
|
|
protected |
bool UMLDatatypeWidget::applyTemplate |
( |
| ) |
|
|
protected |
void UMLDatatypeWidget::editTextChanged |
( |
const QString & |
_t1 | ) |
|
|
signal |
void UMLDatatypeWidget::init |
( |
| ) |
|
|
protected |
void UMLDatatypeWidget::initTypesBox |
( |
QStringList & |
types, |
|
|
const QString & |
type |
|
) |
| |
|
protected |
Initialize types combo box from a list of types and a selected type.
- Parameters
-
types | list of types to add to combo box |
type | selected type |
void UMLDatatypeWidget::insertTypesFromConcepts |
( |
QStringList & |
types, |
|
|
bool |
fullName = true |
|
) |
| |
|
protected |
Add classes and interfaces from document instance to the given string list.
- Parameters
-
types | list to store the classes and interfaces |
fullName | if true then insert names including their package path |
void UMLDatatypeWidget::insertTypesFromDatatypes |
( |
QStringList & |
types | ) |
|
|
protected |
Add datatypes from document instance to the given string list.
- Parameters
-
types | list to store the datatypes |
void UMLDatatypeWidget::insertTypesSortedAttribute |
( |
const QString & |
type | ) |
|
|
protected |
Inserts type
into the type-combobox as well as its completion object. The combobox is cleared and all types together with the optional new one sorted and then added again.
- Parameters
-
void UMLDatatypeWidget::insertTypesSortedEntityAttribute |
( |
const QString & |
type | ) |
|
|
protected |
Inserts type
into the type-combobox as well as its completion object.
void UMLDatatypeWidget::insertTypesSortedOperation |
( |
const QString & |
type | ) |
|
|
protected |
Inserts type
into the type-combobox. The combobox is cleared and all types together with the optional new one sorted and then added again.
- Parameters
-
type | a new type to add and selected |
void UMLDatatypeWidget::insertTypesSortedParameter |
( |
const QString & |
type | ) |
|
|
protected |
Inserts type
into the type-combobox as well as its completion object. The combobox is cleared and all types together with the optional new one sorted and then added again.
- Parameters
-
type | a new type to add and selected |
void UMLDatatypeWidget::insertTypesSortedTemplate |
( |
const QString & |
type | ) |
|
|
protected |
Inserts type
into the type-combobox. The combobox is cleared and all types together with the optional new one sorted and then added again.
- Parameters
-
type | a new type to add and selected |
void UMLDatatypeWidget::reset |
( |
| ) |
|
The documentation for this class was generated from the following files: