umbrello/umbrello
UMLNode Class Reference
#include <node.h>
Inheritance diagram for UMLNode:

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