#include <umldatatypewidget.h>
◆ UMLDatatypeWidget() [1/5]
      
        
          | UMLDatatypeWidget::UMLDatatypeWidget | ( | UMLAttribute * | attribute, | 
        
          |  |  | QWidget * | parent = nullptr ) | 
      
 
 
◆ UMLDatatypeWidget() [2/5]
◆ UMLDatatypeWidget() [3/5]
      
        
          | UMLDatatypeWidget::UMLDatatypeWidget | ( | UMLEntityAttribute * | entityAttribute, | 
        
          |  |  | QWidget * | parent = nullptr ) | 
      
 
 
◆ UMLDatatypeWidget() [4/5]
      
        
          | UMLDatatypeWidget::UMLDatatypeWidget | ( | UMLOperation * | operation, | 
        
          |  |  | QWidget * | parent = nullptr ) | 
      
 
 
◆ UMLDatatypeWidget() [5/5]
      
        
          | UMLDatatypeWidget::UMLDatatypeWidget | ( | UMLTemplate * | _template, | 
        
          |  |  | QWidget * | parent = nullptr ) | 
      
 
 
◆ apply()
      
        
          | bool UMLDatatypeWidget::apply | ( |  | ) |  | 
      
 
 
◆ applyAttribute()
  
  | 
        
          | bool UMLDatatypeWidget::applyAttribute | ( |  | ) |  |  | protected | 
 
 
◆ applyEntityAttribute()
  
  | 
        
          | bool UMLDatatypeWidget::applyEntityAttribute | ( |  | ) |  |  | protected | 
 
 
◆ applyOperation()
  
  | 
        
          | bool UMLDatatypeWidget::applyOperation | ( |  | ) |  |  | protected | 
 
 
◆ applyParameter()
  
  | 
        
          | bool UMLDatatypeWidget::applyParameter | ( |  | ) |  |  | protected | 
 
 
◆ applyTemplate()
  
  | 
        
          | bool UMLDatatypeWidget::applyTemplate | ( |  | ) |  |  | protected | 
 
 
◆ editTextChanged
  
  | 
        
          | void UMLDatatypeWidget::editTextChanged | ( | const QString & |  | ) |  |  | signal | 
 
 
◆ init()
  
  | 
        
          | void UMLDatatypeWidget::init | ( |  | ) |  |  | protected | 
 
 
◆ initTypesBox()
  
  | 
        
          | 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 |  
 
 
 
◆ insertTypesFromConcepts()
  
  | 
        
          | 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 |  
 
 
 
◆ insertTypesFromDatatypes()
  
  | 
        
          | void UMLDatatypeWidget::insertTypesFromDatatypes | ( | QStringList & | types | ) |  |  | protected | 
 
Add datatypes from document instance to the given string list. 
- Parameters
- 
  
    | types | list to store the datatypes |  
 
 
 
◆ insertTypesSortedAttribute()
  
  | 
        
          | 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
- 
  
  
 
 
◆ insertTypesSortedEntityAttribute()
  
  | 
        
          | void UMLDatatypeWidget::insertTypesSortedEntityAttribute | ( | const QString & | type | ) |  |  | protected | 
 
Inserts type into the type-combobox as well as its completion object. 
 
 
◆ insertTypesSortedOperation()
  
  | 
        
          | 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 |  
 
 
 
◆ insertTypesSortedParameter()
  
  | 
        
          | 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 |  
 
 
 
◆ insertTypesSortedTemplate()
  
  | 
        
          | 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 |  
 
 
 
◆ reset()
      
        
          | void UMLDatatypeWidget::reset | ( |  | ) |  | 
      
 
 
◆ m_attribute
◆ m_datatype
◆ m_entityAttribute
◆ m_operation
◆ m_parent
◆ m_template
The documentation for this class was generated from the following files: