usecase.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef USECASE_H
00013 #define USECASE_H
00014
00015 #include "umlcanvasobject.h"
00016
00026 class UMLUseCase : public UMLCanvasObject {
00027 public:
00034 explicit UMLUseCase(const QString & name = "", Uml::IDType id = Uml::id_None);
00035
00039 ~UMLUseCase();
00040
00044 virtual void init();
00045
00049 virtual UMLObject* clone() const;
00050
00054 void saveToXMI( QDomDocument & qDoc, QDomElement & qElement );
00055
00056 protected:
00060 bool load( QDomElement & element );
00061 };
00062
00063 #endif
This file is part of the documentation for umbrello Version 3.1.0.