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

Public Member Functions | |
| UMLUseCase (const QString &name=QString(), Uml::IDType id=Uml::id_None) | |
| ~UMLUseCase () | |
| virtual UMLObject * | clone () const |
| virtual void | init () |
| void | saveToXMI (QDomDocument &qDoc, QDomElement &qElement) |
Protected Member Functions | |
| bool | load (QDomElement &element) |
Detailed Description
This class contains the non-graphical information required for a UML UseCase.
This class inherits from UMLCanvasObject which contains most of the information.
Information for a non-graphical UML UseCase.
Definition at line 24 of file usecase.h.
Constructor & Destructor Documentation
| UMLUseCase::UMLUseCase | ( | const QString & | name = QString(), |
|
| Uml::IDType | id = Uml::id_None | |||
| ) | [explicit] |
Creates a UseCase object.
- Parameters:
-
name The name of the object. id The id of the object.
Definition at line 19 of file usecase.cpp.
| UMLUseCase::~UMLUseCase | ( | ) |
Standard decstructor.
Definition at line 28 of file usecase.cpp.
Member Function Documentation
| UMLObject * UMLUseCase::clone | ( | ) | const [virtual] |
| void UMLUseCase::init | ( | ) | [virtual] |
Initializes key variables of the class.
Reimplemented from UMLObject.
Definition at line 35 of file usecase.cpp.
| bool UMLUseCase::load | ( | QDomElement & | element | ) | [protected, virtual] |
Loads the <UML:UseCase> element (TODO).
Reimplemented from UMLObject.
Definition at line 62 of file usecase.cpp.
| void UMLUseCase::saveToXMI | ( | QDomDocument & | qDoc, | |
| QDomElement & | qElement | |||
| ) | [virtual] |
The documentation for this class was generated from the following files:
KDE 4.4 API Reference