umbrello/umbrello
UMLUseCase Class Reference
#include <usecase.h>
Inheritance diagram for UMLUseCase:

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 26 of file usecase.h.
Public Member Functions | |
| UMLUseCase (const QString &name=QString(), Uml::IDType id=Uml::id_None) | |
| ~UMLUseCase () | |
| virtual void | init () |
| virtual UMLObject * | clone () const |
| void | saveToXMI (QDomDocument &qDoc, QDomElement &qElement) |
Protected Member Functions | |
| bool | load (QDomElement &element) |
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 14 of file usecase.cpp.
| UMLUseCase::~UMLUseCase | ( | ) |
Member Function Documentation
| void UMLUseCase::init | ( | ) | [virtual] |
Initializes key variables of the class.
Reimplemented from UMLCanvasObject.
Definition at line 21 of file usecase.cpp.
| UMLObject * UMLUseCase::clone | ( | ) | const [virtual] |
| void UMLUseCase::saveToXMI | ( | QDomDocument & | qDoc, | |
| QDomElement & | qElement | |||
| ) | [virtual] |
| bool UMLUseCase::load | ( | QDomElement & | element | ) | [protected, virtual] |
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:
KDE 4.0 API Reference