umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
DocumentationWidget Class Reference

#include <documentationwidget.h>

Inheritance diagram for DocumentationWidget:
Collaboration diagram for DocumentationWidget:

Public Member Functions

 DocumentationWidget (UMLObject *o, QWidget *parent=0)
 
 DocumentationWidget (UMLWidget *w, QWidget *parent=0)
 
 DocumentationWidget (AssociationWidget *w, QWidget *parent=0)
 
 ~DocumentationWidget ()
 
void apply ()
 

Protected Member Functions

void init (const QString &text)
 

Protected Attributes

QGroupBox * m_box
 
KTextEdit * m_editField
 
CodeTextEditm_codeEditField
 
UMLObjectm_object
 
UMLWidgetm_widget
 
AssociationWidgetm_assocWidget
 

Constructor & Destructor Documentation

◆ DocumentationWidget() [1/3]

DocumentationWidget::DocumentationWidget ( UMLObject o,
QWidget *  parent = 0 
)
explicit
Here is the call graph for this function:

◆ DocumentationWidget() [2/3]

DocumentationWidget::DocumentationWidget ( UMLWidget w,
QWidget *  parent = 0 
)
explicit
Here is the call graph for this function:

◆ DocumentationWidget() [3/3]

DocumentationWidget::DocumentationWidget ( AssociationWidget w,
QWidget *  parent = 0 
)
explicit
Here is the call graph for this function:

◆ ~DocumentationWidget()

DocumentationWidget::~DocumentationWidget ( )

Member Function Documentation

◆ apply()

void DocumentationWidget::apply ( )

Apply changes to the related UMLObject.

Here is the call graph for this function:

◆ init()

void DocumentationWidget::init ( const QString &  text)
protected

initialize widget

Parameters
texttext to display
Here is the call graph for this function:

Member Data Documentation

◆ m_assocWidget

AssociationWidget* DocumentationWidget::m_assocWidget
protected

◆ m_box

QGroupBox* DocumentationWidget::m_box
protected

◆ m_codeEditField

CodeTextEdit* DocumentationWidget::m_codeEditField
protected

◆ m_editField

KTextEdit* DocumentationWidget::m_editField
protected

◆ m_object

UMLObject* DocumentationWidget::m_object
protected

◆ m_widget

UMLWidget* DocumentationWidget::m_widget
protected

The documentation for this class was generated from the following files: