#include <wire.h>
|
| Wire (int _x1=0, int _y1=0, int _x2=0, int _y2=0, Node *n1=0, Node *n2=0) |
|
| ~Wire () |
|
void | paint (ViewPainter *) |
|
void | paintScheme (QPainter *) |
|
void | setCenter (int, int, bool relative=false) |
|
void | getCenter (int &, int &) |
|
bool | getSelected (int, int) |
|
void | setName (const QString &, const QString &, int delta_=0, int x_=0, int y_=0) |
|
void | rotate () |
|
QString | save () |
|
bool | load (const QString &) |
|
bool | isHorizontal () |
|
Definition at line 31 of file wire.h.
Wire::Wire |
( |
int |
_x1 = 0 , |
|
|
int |
_y1 = 0 , |
|
|
int |
_x2 = 0 , |
|
|
int |
_y2 = 0 , |
|
|
Node * |
n1 = 0 , |
|
|
Node * |
n2 = 0 |
|
) |
| |
void Wire::getCenter |
( |
int & |
x, |
|
|
int & |
y |
|
) |
| |
|
virtual |
bool Wire::getSelected |
( |
int |
x_, |
|
|
int |
y_ |
|
) |
| |
bool Wire::isHorizontal |
( |
| ) |
|
bool Wire::load |
( |
const QString & |
_s | ) |
|
void Wire::paintScheme |
( |
QPainter * |
p | ) |
|
|
virtual |
void Wire::setCenter |
( |
int |
x, |
|
|
int |
y, |
|
|
bool |
relative = false |
|
) |
| |
|
virtual |
void Wire::setName |
( |
const QString & |
Name_, |
|
|
const QString & |
Value_, |
|
|
int |
delta_ = 0 , |
|
|
int |
x_ = 0 , |
|
|
int |
y_ = 0 |
|
) |
| |
The documentation for this class was generated from the following files:
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs/wire.h
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs/wire.cpp