#include <arrow.h>
|
| Arrow () |
|
| ~Arrow () |
|
void | paint (ViewPainter *) |
|
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 | MouseMoving (QPainter *, int, int, int, int, QPainter *, int, int, bool) |
|
bool | MousePressing () |
|
bool | getSelected (float, float, float) |
|
void | Bounding (int &, int &, int &, int &) |
|
bool | resizeTouched (float, float, float) |
|
void | MouseResizeMoving (int, int, QPainter *) |
|
void | rotate () |
|
void | mirrorX () |
|
void | mirrorY () |
|
bool | Dialog () |
|
void | calcArrowHead () |
|
| Painting () |
|
| ~Painting () |
|
QString | toPenString (int) |
|
QString | toBrushString (int) |
|
| Element () |
|
virtual | ~Element () |
|
|
static Element * | info (QString &, char *&, bool getNewOne=false) |
|
Definition at line 26 of file arrow.h.
void Arrow::Bounding |
( |
int & |
_x1, |
|
|
int & |
_y1, |
|
|
int & |
_x2, |
|
|
int & |
_y2 |
|
) |
| |
|
virtual |
void Arrow::calcArrowHead |
( |
| ) |
|
void Arrow::getCenter |
( |
int & |
x, |
|
|
int & |
y |
|
) |
| |
|
virtual |
bool Arrow::getSelected |
( |
float |
fX, |
|
|
float |
fY, |
|
|
float |
w |
|
) |
| |
|
virtual |
Element * Arrow::info |
( |
QString & |
Name, |
|
|
char *& |
BitmapFile, |
|
|
bool |
getNewOne = false |
|
) |
| |
|
static |
bool Arrow::load |
( |
const QString & |
s | ) |
|
|
virtual |
void Arrow::MouseMoving |
( |
QPainter * |
paintScale, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
gx, |
|
|
int |
gy, |
|
|
QPainter * |
p, |
|
|
int |
x, |
|
|
int |
y, |
|
|
bool |
drawn |
|
) |
| |
|
virtual |
bool Arrow::MousePressing |
( |
| ) |
|
|
virtual |
void Arrow::MouseResizeMoving |
( |
int |
x, |
|
|
int |
y, |
|
|
QPainter * |
p |
|
) |
| |
|
virtual |
void Arrow::paintScheme |
( |
QPainter * |
p | ) |
|
|
virtual |
bool Arrow::resizeTouched |
( |
float |
fX, |
|
|
float |
fY, |
|
|
float |
len |
|
) |
| |
|
virtual |
QString Arrow::saveCpp |
( |
| ) |
|
|
virtual |
void Arrow::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/arrow.h
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs/paintings/arrow.cpp