|
Qucs-GUI
0.0.19
|
#include <id_text.h>


Public Member Functions | |
| ID_Text (int cx_=0, int cy_=0) | |
| ~ID_Text () | |
| void | paintScheme (Schematic *) |
| void | getCenter (int &, int &) |
| void | setCenter (int, int, bool relative=false) |
| bool | load (const QString &) |
| QString | save () |
| QString | saveCpp () |
| QString | saveJSON () |
| void | paint (ViewPainter *) |
| bool | getSelected (float, float, float) |
| void | rotate () |
| void | mirrorX () |
| void | mirrorY () |
| bool | Dialog () |
Data Fields | |
| QString | Prefix |
| QList< SubParameter * > | Parameter |
| ID_Text::ID_Text | ( | int | cx_ = 0, |
| int | cy_ = 0 |
||
| ) |
Definition at line 23 of file id_text.cpp.
Definition at line 34 of file id_text.cpp.
| bool ID_Text::Dialog | ( | ) | [virtual] |
Reimplemented from Painting.
Definition at line 190 of file id_text.cpp.
| void ID_Text::getCenter | ( | int & | x, |
| int & | y | ||
| ) | [virtual] |
Reimplemented from Painting.
Definition at line 79 of file id_text.cpp.
| bool ID_Text::getSelected | ( | float | fX, |
| float | fY, | ||
| float | |||
| ) | [virtual] |
Reimplemented from Painting.
Definition at line 159 of file id_text.cpp.
| bool ID_Text::load | ( | const QString & | s | ) | [virtual] |
Reimplemented from Painting.
Definition at line 94 of file id_text.cpp.
| void ID_Text::mirrorX | ( | ) | [virtual] |
Reimplemented from Painting.
Definition at line 177 of file id_text.cpp.
| void ID_Text::mirrorY | ( | ) | [virtual] |
Reimplemented from Painting.
Definition at line 183 of file id_text.cpp.
| void ID_Text::paint | ( | ViewPainter * | p | ) | [virtual] |
Reimplemented from Painting.
Definition at line 39 of file id_text.cpp.

| void ID_Text::paintScheme | ( | Schematic * | p | ) | [virtual] |
Reimplemented from Element.
Definition at line 73 of file id_text.cpp.

| void ID_Text::rotate | ( | ) | [virtual] |
Reimplemented from Painting.
Definition at line 171 of file id_text.cpp.
| QString ID_Text::save | ( | ) | [virtual] |
Reimplemented from Painting.
Definition at line 128 of file id_text.cpp.
| QString ID_Text::saveCpp | ( | ) | [virtual] |
Reimplemented from Painting.
Definition at line 143 of file id_text.cpp.
| QString ID_Text::saveJSON | ( | ) | [virtual] |
Reimplemented from Painting.
Definition at line 151 of file id_text.cpp.
| void ID_Text::setCenter | ( | int | x, |
| int | y, | ||
| bool | relative = false |
||
| ) | [virtual] |
Reimplemented from Element.
Definition at line 87 of file id_text.cpp.
| QList<SubParameter *> ID_Text::Parameter |
| QString ID_Text::Prefix |
1.7.6.1