boxwidget.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef BOXWIDGET_H
00013 #define BOXWIDGET_H
00014
00015 #include <qpainter.h>
00016
00017 #include "umlwidget.h"
00018
00019
00020 class UMLView;
00021
00032 class BoxWidget : public UMLWidget {
00033 public:
00034
00041 explicit BoxWidget(UMLView * view, Uml::IDType id = Uml::id_None);
00042
00046 virtual ~BoxWidget();
00047
00051 void draw(QPainter & p, int offsetX, int offsetY);
00052
00057 void saveToXMI(QDomDocument& qDoc, QDomElement& qElement);
00058 };
00059
00060 #endif
This file is part of the documentation for umbrello Version 3.1.0.