UMLNode Class Reference
This class contains the non-graphical information required for a UML Node. Non-graphical information for a Node. More...
#include <node.h>
Inheritance diagram for UMLNode:

Public Member Functions | |
| UMLNode (const QString &name="", Uml::IDType id=Uml::id_None) | |
| Sets up a Node. | |
| virtual | ~UMLNode () |
| Empty 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:Node> XMI element. | |
Protected Member Functions | |
| bool | load (QDomElement &element) |
| Loads the <UML:Node> XMI element (empty.). | |
Detailed Description
This class contains the non-graphical information required for a UML Node. Non-graphical information for a Node.This class inherits from UMLCanvasObject which contains most of the information.
- Author:
- Jonathan Riddell
- See also:
- UMLCanvasObject Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org
Definition at line 29 of file node.h.
Constructor & Destructor Documentation
|
||||||||||||
|
Sets up a Node.
Definition at line 16 of file node.cpp. References init(). Referenced by clone(). |
|
|
Empty deconstructor.
|
Member Function Documentation
|
|
Initializes key variables of the class.
Reimplemented from UMLCanvasObject. Definition at line 24 of file node.cpp. Referenced by UMLNode(). |
|
|
Make a clone of this object.
Implements UMLObject. Definition at line 28 of file node.cpp. References clone(), UMLObject::copyInto(), and UMLNode(). Referenced by clone(). |
|
||||||||||||
|
Creates the <UML:Node> XMI element.
Implements UMLObject. Definition at line 34 of file node.cpp. References UMLObject::save(). |
|
|
Loads the <UML:Node> XMI element (empty.).
Reimplemented from UMLObject. |
The documentation for this class was generated from the following files:
