My Project
0.0.16
QUCS Mapping
|
#include <painting.h>
Public Member Functions | |
Painting () | |
~Painting () | |
virtual void | getCenter (int &, int &) |
virtual bool | getSelected (float, float, float) |
virtual Painting * | newOne () |
virtual bool | load (const QString &) |
virtual QString | save () |
virtual QString | saveCpp () |
virtual void | paint (ViewPainter *) |
virtual void | MouseMoving (QPainter *, int, int, int, int, QPainter *, int, int, bool) |
virtual bool | MousePressing () |
virtual void | Bounding (int &, int &, int &, int &) |
virtual bool | resizeTouched (float, float, float) |
virtual void | MouseResizeMoving (int, int, QPainter *) |
virtual void | rotate () |
virtual void | mirrorX () |
virtual void | mirrorY () |
virtual bool | Dialog () |
QString | toPenString (int) |
QString | toBrushString (int) |
Public Member Functions inherited from Element | |
Element () | |
virtual | ~Element () |
virtual void | paintScheme (QPainter *) |
virtual void | setCenter (int, int, bool relative=false) |
Public Attributes | |
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 27 of file painting.h.
Painting::Painting | ( | ) |
|
inline |
Definition at line 30 of file painting.h.
|
virtual |
Reimplemented in Arrow, GraphicLine, GraphicText, and PortSymbol.
Definition at line 31 of file painting.cpp.
|
inlinevirtual |
Reimplemented in ID_Text, Arrow, Ellipse, Rectangle, EllipseArc, GraphicLine, and GraphicText.
Definition at line 50 of file painting.h.
|
inlinevirtual |
Reimplemented from Element.
Reimplemented in ID_Text, Arrow, Ellipse, EllipseArc, Rectangle, GraphicLine, PortSymbol, and GraphicText.
Definition at line 32 of file painting.h.
|
inlinevirtual |
Reimplemented in ID_Text, Ellipse, Rectangle, Arrow, EllipseArc, GraphicLine, GraphicText, and PortSymbol.
Definition at line 33 of file painting.h.
|
inlinevirtual |
Reimplemented in ID_Text, Arrow, Ellipse, Rectangle, EllipseArc, GraphicLine, GraphicText, and PortSymbol.
Definition at line 36 of file painting.h.
|
inlinevirtual |
Reimplemented in ID_Text, Arrow, Ellipse, Rectangle, EllipseArc, GraphicLine, GraphicText, and PortSymbol.
Definition at line 48 of file painting.h.
|
inlinevirtual |
Reimplemented in ID_Text, Arrow, Ellipse, Rectangle, EllipseArc, GraphicLine, GraphicText, and PortSymbol.
Definition at line 49 of file painting.h.
|
inlinevirtual |
Reimplemented in Ellipse, Rectangle, Arrow, EllipseArc, GraphicLine, and GraphicText.
Definition at line 40 of file painting.h.
|
inlinevirtual |
Reimplemented in Ellipse, Rectangle, Arrow, EllipseArc, GraphicLine, and GraphicText.
Definition at line 42 of file painting.h.
|
inlinevirtual |
Reimplemented in Arrow, Ellipse, Rectangle, EllipseArc, and GraphicLine.
Definition at line 45 of file painting.h.
|
virtual |
Reimplemented in Arrow, Ellipse, EllipseArc, Rectangle, GraphicLine, and GraphicText.
Definition at line 26 of file painting.cpp.
|
inlinevirtual |
Reimplemented in ID_Text, Ellipse, Rectangle, EllipseArc, GraphicLine, GraphicText, PortSymbol, and Arrow.
Definition at line 39 of file painting.h.
|
inlinevirtual |
Reimplemented in Arrow, Ellipse, Rectangle, EllipseArc, and GraphicLine.
Definition at line 44 of file painting.h.
|
inlinevirtual |
Reimplemented in ID_Text, Arrow, Ellipse, Rectangle, EllipseArc, GraphicLine, GraphicText, and PortSymbol.
Definition at line 47 of file painting.h.
|
virtual |
Reimplemented in ID_Text, Arrow, Ellipse, Rectangle, EllipseArc, GraphicLine, GraphicText, and PortSymbol.
Definition at line 37 of file painting.cpp.
|
virtual |
Reimplemented in ID_Text, Arrow, Ellipse, Rectangle, EllipseArc, GraphicLine, GraphicText, and PortSymbol.
Definition at line 42 of file painting.cpp.
QString Painting::toBrushString | ( | int | brush | ) |
QString Painting::toPenString | ( | int | pen | ) |
QString Painting::Name |
Definition at line 54 of file painting.h.
int Painting::State |
Definition at line 55 of file painting.h.