umbrello  2.35.1
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::DocumentationWidget ( UMLObject o,
QWidget *  parent = 0 
)
explicit

Here is the call graph for this function:

DocumentationWidget::DocumentationWidget ( UMLWidget w,
QWidget *  parent = 0 
)
explicit

Here is the call graph for this function:

DocumentationWidget::DocumentationWidget ( AssociationWidget w,
QWidget *  parent = 0 
)
explicit

Here is the call graph for this function:

DocumentationWidget::~DocumentationWidget ( )

Member Function Documentation

void DocumentationWidget::apply ( )

Apply changes to the related UMLObject.

Here is the call graph for this function:

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

initialize widget

Parameters
texttext to display

Here is the call graph for this function:

Member Data Documentation

AssociationWidget* DocumentationWidget::m_assocWidget
protected
QGroupBox* DocumentationWidget::m_box
protected
CodeTextEdit* DocumentationWidget::m_codeEditField
protected
KTextEdit* DocumentationWidget::m_editField
protected
UMLObject* DocumentationWidget::m_object
protected
UMLWidget* DocumentationWidget::m_widget
protected

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