umbrello/umbrello
UMLActor Class Reference
#include <actor.h>
Inheritance diagram for UMLActor:

Detailed Description
This class contains the non-graphical information required for a UML Actor.This class inherits from UMLCanvasObject which contains most of the information. The UMLDoc class creates instances of this type.
Information for a non-graphical UML Actor.
- See also:
- UMLCanvasObject Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org
Definition at line 28 of file actor.h.
Public Member Functions | |
| UMLActor (const QString &name=QString(), Uml::IDType id=Uml::id_None) | |
| ~UMLActor () | |
| virtual void | init () |
| virtual UMLObject * | clone () const |
| void | saveToXMI (QDomDocument &qDoc, QDomElement &qElement) |
Protected Member Functions | |
| bool | load (QDomElement &element) |
Constructor & Destructor Documentation
| UMLActor::UMLActor | ( | const QString & | name = QString(), |
|
| Uml::IDType | id = Uml::id_None | |||
| ) | [explicit] |
Member Function Documentation
| void UMLActor::init | ( | ) | [virtual] |
| UMLObject * UMLActor::clone | ( | ) | const [virtual] |
| void UMLActor::saveToXMI | ( | QDomDocument & | qDoc, | |
| QDomElement & | qElement | |||
| ) | [virtual] |
| bool UMLActor::load | ( | QDomElement & | element | ) | [protected, virtual] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference