|
Qucs-GUI
0.0.18
|
Superclass of all schematic drawing elements. More...
#include <element.h>
Public Member Functions | |
| Element () | |
| virtual | ~Element () |
| virtual void | paintScheme (Schematic *) |
| virtual void | setCenter (int, int, bool relative=false) |
| virtual void | getCenter (int &, int &) |
Data Fields | |
| bool | isSelected |
| int | Type |
| int | cx |
| int | cy |
| int | x1 |
| int | y1 |
| int | x2 |
| int | y2 |
| Element::Element | ( | ) |
Definition at line 20 of file element.cpp.
|
virtual |
Definition at line 27 of file element.cpp.
|
virtual |
Reimplemented in Diagram, Component, ID_Text, Wire, Arrow, Ellipse, EllipseArc, Painting, Rectangle, GraphicLine, PortSymbol, and GraphicText.
Definition at line 39 of file element.cpp.
|
virtual |
Reimplemented in Diagram, Component, ID_Text, Arrow, Ellipse, EllipseArc, Rectangle, GraphicLine, PortSymbol, and GraphicText.
Definition at line 31 of file element.cpp.
|
virtual |
Reimplemented in Diagram, Component, ID_Text, Marker, WireLabel, Wire, Arrow, Ellipse, EllipseArc, Rectangle, GraphicLine, PortSymbol, and GraphicText.
Definition at line 35 of file element.cpp.
1.8.6