#include <umlobjectnamewidget.h>
◆ UMLObjectNameWidget()
      
        
          | UMLObjectNameWidget::UMLObjectNameWidget | ( | const QString & | label, | 
        
          |  |  | const QString & | text, | 
        
          |  |  | QWidget * | parent = nullptr ) | 
      
 
 
◆ ~UMLObjectNameWidget()
      
        
          | UMLObjectNameWidget::~UMLObjectNameWidget | ( |  | ) |  | 
      
 
 
◆ addToLayout()
      
        
          | void UMLObjectNameWidget::addToLayout | ( | QGridLayout * | layout, | 
        
          |  |  | int | row ) | 
      
 
Add this widget to a given grid layout. Umbrello dialogs places labels in column 0 and the editable field in column 1. 
- Parameters
- 
  
    | layout | The layout to which the widget should be added |  | row | The row in the grid layout where the widget should be placed |  
 
 
 
◆ reset()
      
        
          | void UMLObjectNameWidget::reset | ( |  | ) |  | 
      
 
 
◆ text()
      
        
          | QString UMLObjectNameWidget::text | ( |  | ) |  | 
      
 
 
◆ m_editField
  
  | 
        
          | QLineEdit* UMLObjectNameWidget::m_editField |  | protected | 
 
 
◆ m_label
  
  | 
        
          | QLabel* UMLObjectNameWidget::m_label |  | protected | 
 
 
◆ m_text
  
  | 
        
          | QString UMLObjectNameWidget::m_text |  | protected | 
 
 
The documentation for this class was generated from the following files: