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

Public Member Functions | |
| UMLUseCase (const QString &name="", Uml::IDType id=Uml::id_None) | |
| Creates a UseCase object. | |
| ~UMLUseCase () | |
| 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:UseCase> element. | |
Protected Member Functions | |
| bool | load (QDomElement &element) |
| Loads the <UML:UseCase> element (empty.). | |
Detailed Description
This class contains the non-graphical information required for a UML UseCase. Information for a non-graphical UML UseCase.This class inherits from UMLCanvasObject which contains most of the information.
- Author:
- Paul Hensgen <phensgen@techie.com> Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org
Definition at line 26 of file usecase.h.
Constructor & Destructor Documentation
|
||||||||||||
|
Creates a UseCase object.
Definition at line 14 of file usecase.cpp. References init(). Referenced by clone(). |
|
|
Standard deconstructor.
Definition at line 19 of file usecase.cpp. |
Member Function Documentation
|
|
Initializes key variables of the class.
Reimplemented from UMLCanvasObject. Definition at line 21 of file usecase.cpp. Referenced by UMLUseCase(). |
|
|
Make a clone of this object.
Implements UMLObject. Definition at line 25 of file usecase.cpp. References clone(), UMLObject::copyInto(), and UMLUseCase(). Referenced by clone(). |
|
||||||||||||
|
Creates the <UML:UseCase> element.
Implements UMLObject. Definition at line 31 of file usecase.cpp. References UMLObject::save(). |
|
|
Loads the <UML:UseCase> element (empty.).
Reimplemented from UMLObject. Definition at line 36 of file usecase.cpp. |
The documentation for this class was generated from the following files:
