#include <graphictext.h>
|
| | GraphicText () |
| |
| | ~GraphicText () |
| |
| void | paintScheme (Schematic *) |
| |
| void | getCenter (int &, int &) |
| |
| void | setCenter (int, int, bool relative=false) |
| |
| Painting * | newOne () |
| |
| bool | load (const QString &) |
| |
| QString | save () |
| |
| QString | saveCpp () |
| |
| QString | saveJSON () |
| |
| void | paint (ViewPainter *) |
| |
| void | MouseMoving (Schematic *, int, int, int, int, Schematic *, int, int, bool) |
| |
| bool | MousePressing () |
| |
| bool | getSelected (float, float, float) |
| |
| void | Bounding (int &, int &, int &, int &) |
| |
| void | rotate () |
| |
| void | mirrorX () |
| |
| void | mirrorY () |
| |
| bool | Dialog () |
| |
| | Painting () |
| |
| | ~Painting () |
| |
| virtual bool | resizeTouched (float, float, float) |
| |
| virtual void | MouseResizeMoving (int, int, Schematic *) |
| |
| QString | toPenString (int) |
| |
| QString | toBrushString (int) |
| |
| | Element () |
| |
| virtual | ~Element () |
| |
|
| static Element * | info (QString &, char *&, bool getNewOne=false) |
| |
Definition at line 24 of file graphictext.h.
| GraphicText::GraphicText |
( |
| ) |
|
| GraphicText::~GraphicText |
( |
| ) |
|
| void GraphicText::Bounding |
( |
int & |
xmin, |
|
|
int & |
ymin, |
|
|
int & |
xmax, |
|
|
int & |
ymax |
|
) |
| |
|
virtual |
| bool GraphicText::Dialog |
( |
| ) |
|
|
virtual |
| void GraphicText::getCenter |
( |
int & |
x, |
|
|
int & |
y |
|
) |
| |
|
virtual |
| bool GraphicText::getSelected |
( |
float |
fX, |
|
|
float |
fY, |
|
|
float |
|
|
) |
| |
|
virtual |
| Element * GraphicText::info |
( |
QString & |
Name, |
|
|
char *& |
BitmapFile, |
|
|
bool |
getNewOne = false |
|
) |
| |
|
static |
| bool GraphicText::load |
( |
const QString & |
s | ) |
|
|
virtual |
| void GraphicText::mirrorX |
( |
| ) |
|
|
virtual |
| void GraphicText::mirrorY |
( |
| ) |
|
|
virtual |
| void GraphicText::MouseMoving |
( |
Schematic * |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
gx, |
|
|
int |
gy, |
|
|
Schematic * |
p, |
|
|
int |
x, |
|
|
int |
y, |
|
|
bool |
drawn |
|
) |
| |
|
virtual |
| bool GraphicText::MousePressing |
( |
| ) |
|
|
virtual |
| void GraphicText::paintScheme |
( |
Schematic * |
p | ) |
|
|
virtual |
| void GraphicText::rotate |
( |
| ) |
|
|
virtual |
| QString GraphicText::save |
( |
| ) |
|
|
virtual |
| QString GraphicText::saveCpp |
( |
| ) |
|
|
virtual |
| QString GraphicText::saveJSON |
( |
| ) |
|
|
virtual |
| void GraphicText::setCenter |
( |
int |
x, |
|
|
int |
y, |
|
|
bool |
relative = false |
|
) |
| |
|
virtual |
| QColor GraphicText::Color |
| QString GraphicText::Text |
The documentation for this class was generated from the following files: