UMLActor Class Reference
This class contains the non-graphical information required for a UML Actor. Information for a non-graphical UML Actor. More...
#include <actor.h>
Inheritance diagram for UMLActor:

Public Member Functions | |
| UMLActor (const QString &name="", Uml::IDType id=Uml::id_None) | |
| Constructs an Actor. | |
| ~UMLActor () | |
| Standard deconstructor. | |
| virtual void | init () |
| Initializes key variables of the class. | |
| virtual UMLObject * | clone () const |
| Make a clone of this object. | |
| void | saveToXMI (QDomDocument &qDoc, QDomElement &qElement) |
| Creates the <UML:Actor> XMI element. | |
Protected Member Functions | |
| bool | load (QDomElement &element) |
| Loads the <UML:Actor> XMI element (empty.). | |
Detailed Description
This class contains the non-graphical information required for a UML Actor. Information for a non-graphical UML Actor.This class inherits from UMLCanvasObject which contains most of the information. The UMLDoc class creates instances of this type.
- Author:
- Paul Hensgen <phensgen@techie.com>
- 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.
Constructor & Destructor Documentation
|
||||||||||||
|
Constructs an Actor.
Definition at line 14 of file actor.cpp. References init(). Referenced by clone(). |
|
|
Standard deconstructor.
|
Member Function Documentation
|
|
Initializes key variables of the class.
Reimplemented from UMLCanvasObject. Definition at line 20 of file actor.cpp. Referenced by UMLActor(). |
|
|
Make a clone of this object.
Implements UMLObject. Definition at line 24 of file actor.cpp. References clone(), UMLObject::copyInto(), and UMLActor(). Referenced by clone(). |
|
||||||||||||
|
Creates the <UML:Actor> XMI element.
Implements UMLObject. Definition at line 30 of file actor.cpp. References UMLObject::save(). |
|
|
Loads the <UML:Actor> XMI element (empty.).
Reimplemented from UMLObject. |
The documentation for this class was generated from the following files:
