#include <canvasshapes.h>
Public Methods | |
CanvasRoundedRectangle (int x, int y, int w, int h, int rad, QCanvas *canvas) | |
Constructor. | |
~CanvasRoundedRectangle () | |
Deconstructor. | |
int | rtti () const |
Runtime typing value. | |
QPointArray | outlinePoints () |
Gets internal outline points array. | |
Private Attributes | |
QPointArray | outlinepoints |
Array of outline points. |
Definition at line 24 of file canvasshapes.h.
|
|
|
Definition at line 40 of file canvasshapes.h.
00040 { this->hide(); }; |
|
Definition at line 50 of file canvasshapes.h. References outlinepoints.
00050 { return outlinepoints; }; |
|
|
|
Definition at line 55 of file canvasshapes.h. Referenced by outlinePoints(). |