#include <rectangle.h>
|
| Rectangle (bool _filled=false) |
|
| ~Rectangle () |
|
void | paintScheme (QPainter *) |
|
void | getCenter (int &, int &) |
|
void | setCenter (int, int, bool relative=false) |
|
Painting * | newOne () |
|
bool | load (const QString &) |
|
QString | save () |
|
QString | saveCpp () |
|
void | paint (ViewPainter *) |
|
void | MouseMoving (QPainter *, int, int, int, int, QPainter *, int, int, bool) |
|
bool | MousePressing () |
|
bool | getSelected (float, float, float) |
|
bool | resizeTouched (float, float, float) |
|
void | MouseResizeMoving (int, int, QPainter *) |
|
void | rotate () |
|
void | mirrorX () |
|
void | mirrorY () |
|
bool | Dialog () |
|
| Painting () |
|
| ~Painting () |
|
virtual void | Bounding (int &, int &, int &, int &) |
|
QString | toPenString (int) |
|
QString | toBrushString (int) |
|
| Element () |
|
virtual | ~Element () |
|
Definition at line 26 of file rectangle.h.
Rectangle::Rectangle |
( |
bool |
_filled = false | ) |
|
Rectangle::~Rectangle |
( |
| ) |
|
bool Rectangle::Dialog |
( |
| ) |
|
|
virtual |
void Rectangle::getCenter |
( |
int & |
x, |
|
|
int & |
y |
|
) |
| |
|
virtual |
bool Rectangle::getSelected |
( |
float |
fX, |
|
|
float |
fY, |
|
|
float |
w |
|
) |
| |
|
virtual |
Element * Rectangle::info |
( |
QString & |
Name, |
|
|
char *& |
BitmapFile, |
|
|
bool |
getNewOne = false |
|
) |
| |
|
static |
Element * Rectangle::info_filled |
( |
QString & |
Name, |
|
|
char *& |
BitmapFile, |
|
|
bool |
getNewOne = false |
|
) |
| |
|
static |
bool Rectangle::load |
( |
const QString & |
s | ) |
|
|
virtual |
void Rectangle::mirrorX |
( |
| ) |
|
|
virtual |
void Rectangle::mirrorY |
( |
| ) |
|
|
virtual |
void Rectangle::MouseMoving |
( |
QPainter * |
paintScale, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
gx, |
|
|
int |
gy, |
|
|
QPainter * |
p, |
|
|
int |
x, |
|
|
int |
y, |
|
|
bool |
drawn |
|
) |
| |
|
virtual |
bool Rectangle::MousePressing |
( |
| ) |
|
|
virtual |
void Rectangle::MouseResizeMoving |
( |
int |
x, |
|
|
int |
y, |
|
|
QPainter * |
p |
|
) |
| |
|
virtual |
void Rectangle::paintScheme |
( |
QPainter * |
p | ) |
|
|
virtual |
bool Rectangle::resizeTouched |
( |
float |
fX, |
|
|
float |
fY, |
|
|
float |
len |
|
) |
| |
|
virtual |
void Rectangle::rotate |
( |
| ) |
|
|
virtual |
QString Rectangle::save |
( |
| ) |
|
|
virtual |
QString Rectangle::saveCpp |
( |
| ) |
|
|
virtual |
void Rectangle::setCenter |
( |
int |
x, |
|
|
int |
y, |
|
|
bool |
relative = false |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files:
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs/paintings/rectangle.h
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs/paintings/rectangle.cpp