My Project
0.0.16
QUCS Mapping
|
#include <portsymbol.h>
Public Member Functions | |
PortSymbol (int cx_=0, int cy_=0, const QString &numberStr_="1", const QString &nameStr_="") | |
~PortSymbol () | |
void | paintScheme (QPainter *) |
void | getCenter (int &, int &) |
void | setCenter (int, int, bool relative=false) |
bool | load (const QString &) |
QString | save () |
QString | saveCpp () |
void | paint (ViewPainter *) |
bool | getSelected (float, float, float) |
void | Bounding (int &, int &, int &, int &) |
void | rotate () |
void | mirrorX () |
void | mirrorY () |
Public Member Functions inherited from Painting | |
Painting () | |
~Painting () | |
virtual Painting * | newOne () |
virtual void | MouseMoving (QPainter *, int, int, int, int, QPainter *, int, int, bool) |
virtual bool | MousePressing () |
virtual bool | resizeTouched (float, float, float) |
virtual void | MouseResizeMoving (int, int, QPainter *) |
virtual bool | Dialog () |
QString | toPenString (int) |
QString | toBrushString (int) |
Public Member Functions inherited from Element | |
Element () | |
virtual | ~Element () |
Public Attributes | |
int | Angel |
QString | numberStr |
QString | nameStr |
Public Attributes inherited from Painting | |
QString | Name |
int | State |
Public Attributes inherited from Element | |
bool | isSelected |
int | Type |
int | cx |
int | cy |
int | x1 |
int | y1 |
int | x2 |
int | y2 |
Definition at line 24 of file portsymbol.h.
PortSymbol::PortSymbol | ( | int | cx_ = 0 , |
int | cy_ = 0 , |
||
const QString & | numberStr_ = "1" , |
||
const QString & | nameStr_ = "" |
||
) |
Definition at line 22 of file portsymbol.cpp.
PortSymbol::~PortSymbol | ( | ) |
Definition at line 41 of file portsymbol.cpp.
|
virtual |
Reimplemented from Painting.
Definition at line 184 of file portsymbol.cpp.
|
virtual |
Reimplemented from Painting.
Definition at line 114 of file portsymbol.cpp.
|
virtual |
Reimplemented from Painting.
Definition at line 173 of file portsymbol.cpp.
|
virtual |
Reimplemented from Painting.
Definition at line 129 of file portsymbol.cpp.
|
virtual |
Reimplemented from Painting.
Definition at line 200 of file portsymbol.cpp.
|
virtual |
Reimplemented from Painting.
Definition at line 208 of file portsymbol.cpp.
|
virtual |
Reimplemented from Painting.
Definition at line 46 of file portsymbol.cpp.
|
virtual |
Reimplemented from Element.
Definition at line 107 of file portsymbol.cpp.
|
virtual |
Reimplemented from Painting.
Definition at line 192 of file portsymbol.cpp.
|
virtual |
Reimplemented from Painting.
Definition at line 154 of file portsymbol.cpp.
|
virtual |
Reimplemented from Painting.
Definition at line 162 of file portsymbol.cpp.
|
virtual |
Reimplemented from Element.
Definition at line 122 of file portsymbol.cpp.
int PortSymbol::Angel |
Definition at line 45 of file portsymbol.h.
QString PortSymbol::nameStr |
Definition at line 46 of file portsymbol.h.
QString PortSymbol::numberStr |
Definition at line 46 of file portsymbol.h.