UMLViewCanvas Class Reference
#include <umlviewcanvas.h>
Public Member Functions | |
| UMLViewCanvas (UMLView *pView) | |
| Constructor. | |
| virtual | ~UMLViewCanvas () |
| Deconstructor. | |
Protected Member Functions | |
| virtual void | drawBackground (QPainter &painter, const QRect &clip) |
| Overrides default method. | |
Protected Attributes | |
| UMLView * | m_pView |
| The view the canvas is associated with. | |
Detailed Description
- Author:
- Paul Hensgen Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org
Definition at line 23 of file umlviewcanvas.h.
Constructor & Destructor Documentation
|
|
Constructor.
Definition at line 22 of file umlviewcanvas.cpp. References m_pView. |
|
|
Deconstructor.
Definition at line 26 of file umlviewcanvas.cpp. |
Member Function Documentation
|
||||||||||||
|
Overrides default method.
Definition at line 28 of file umlviewcanvas.cpp. References m_pView. |
Member Data Documentation
|
|
The view the canvas is associated with.
Definition at line 45 of file umlviewcanvas.h. Referenced by drawBackground(), and UMLViewCanvas(). |
The documentation for this class was generated from the following files:
