Qucs-GUI
0.0.19
|
#include <wirelabel.h>
Public Member Functions | |
WireLabel (const QString &_Name=0, int _cx=0, int _cy=0, int _x1=0, int _y1=0, int _Type=isNodeLabel) | |
~WireLabel () | |
void | paintScheme (QPainter *p) |
void | setCenter (int x, int y, bool relative=false) |
bool | getSelected (int, int) |
void | setName (const QString &Name_) |
void | setHighlighted (bool newval) |
void | paint (ViewPainter *) |
void | rotate () |
QString | save () |
bool | load (const QString &s) |
bool | isHorizontal () |
Data Fields | |
Conductor * | pOwner |
QString | Name |
QString | initValue |
Private Attributes | |
bool | isHighlighted |
Definition at line 31 of file wirelabel.h.
WireLabel::WireLabel | ( | const QString & | _Name = 0 , |
int | _cx = 0 , |
||
int | _cy = 0 , |
||
int | _x1 = 0 , |
||
int | _y1 = 0 , |
||
int | _Type = isNodeLabel |
||
) |
Definition at line 40 of file wirelabel.cpp.
bool WireLabel::getSelected | ( | int | x, |
int | y | ||
) |
bool WireLabel::isHorizontal | ( | ) |
bool WireLabel::load | ( | const QString & | s | ) |
void WireLabel::paint | ( | ViewPainter * | p | ) |
Definition at line 107 of file wirelabel.cpp.
void WireLabel::paintScheme | ( | QPainter * | p | ) | [virtual] |
Reimplemented from Element.
Definition at line 45 of file wirelabel.cpp.
void WireLabel::rotate | ( | ) |
QString WireLabel::save | ( | ) |
Definition at line 209 of file wirelabel.cpp.
void WireLabel::setCenter | ( | int | x, |
int | y, | ||
bool | relative = false |
||
) | [virtual] |
Reimplemented from Element.
Definition at line 65 of file wirelabel.cpp.
void WireLabel::setHighlighted | ( | bool | newval | ) | [inline] |
void WireLabel::setName | ( | const QString & | Name_ | ) |
QString WireLabel::initValue |
Definition at line 45 of file wirelabel.h.
bool WireLabel::isHighlighted [private] |
Definition at line 54 of file wirelabel.h.
QString WireLabel::Name |
Definition at line 45 of file wirelabel.h.
Definition at line 41 of file wirelabel.h.