#include <graphicline.h>
|
| GraphicLine (int cx_=0, int cy_=0, int x2_=0, int y2_=0, QPen Pen_=QPen(QColor())) |
|
| ~GraphicLine () |
|
void | paintScheme (QPainter *) |
|
void | getCenter (int &, int &) |
|
void | setCenter (int, int, bool relative=false) |
|
Painting * | newOne () |
|
bool | load (const QString &) |
|
QString | save () |
|
QString | saveCpp () |
|
void | paint (ViewPainter *) |
|
void | MouseMoving (QPainter *, int, int, int, int, QPainter *, int, int, bool) |
|
bool | MousePressing () |
|
bool | getSelected (float, float, float) |
|
void | Bounding (int &, int &, int &, int &) |
|
bool | resizeTouched (float, float, float) |
|
void | MouseResizeMoving (int, int, QPainter *) |
|
void | rotate () |
|
void | mirrorX () |
|
void | mirrorY () |
|
bool | Dialog () |
|
| Painting () |
|
| ~Painting () |
|
QString | toPenString (int) |
|
QString | toBrushString (int) |
|
| Element () |
|
virtual | ~Element () |
|
|
static Element * | info (QString &, char *&, bool getNewOne=false) |
|
Definition at line 24 of file graphicline.h.
GraphicLine::GraphicLine |
( |
int |
cx_ = 0 , |
|
|
int |
cy_ = 0 , |
|
|
int |
x2_ = 0 , |
|
|
int |
y2_ = 0 , |
|
|
QPen |
Pen_ = QPen(QColor()) |
|
) |
| |
GraphicLine::~GraphicLine |
( |
| ) |
|
void GraphicLine::Bounding |
( |
int & |
_x1, |
|
|
int & |
_y1, |
|
|
int & |
_x2, |
|
|
int & |
_y2 |
|
) |
| |
|
virtual |
bool GraphicLine::Dialog |
( |
| ) |
|
|
virtual |
void GraphicLine::getCenter |
( |
int & |
x, |
|
|
int & |
y |
|
) |
| |
|
virtual |
bool GraphicLine::getSelected |
( |
float |
fX, |
|
|
float |
fY, |
|
|
float |
w |
|
) |
| |
|
virtual |
Element * GraphicLine::info |
( |
QString & |
Name, |
|
|
char *& |
BitmapFile, |
|
|
bool |
getNewOne = false |
|
) |
| |
|
static |
bool GraphicLine::load |
( |
const QString & |
s | ) |
|
|
virtual |
void GraphicLine::mirrorX |
( |
| ) |
|
|
virtual |
void GraphicLine::mirrorY |
( |
| ) |
|
|
virtual |
void GraphicLine::MouseMoving |
( |
QPainter * |
paintScale, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
gx, |
|
|
int |
gy, |
|
|
QPainter * |
p, |
|
|
int |
x, |
|
|
int |
y, |
|
|
bool |
drawn |
|
) |
| |
|
virtual |
bool GraphicLine::MousePressing |
( |
| ) |
|
|
virtual |
void GraphicLine::MouseResizeMoving |
( |
int |
x, |
|
|
int |
y, |
|
|
QPainter * |
p |
|
) |
| |
|
virtual |
void GraphicLine::paintScheme |
( |
QPainter * |
p | ) |
|
|
virtual |
bool GraphicLine::resizeTouched |
( |
float |
fX, |
|
|
float |
fY, |
|
|
float |
len |
|
) |
| |
|
virtual |
void GraphicLine::rotate |
( |
| ) |
|
|
virtual |
QString GraphicLine::save |
( |
| ) |
|
|
virtual |
QString GraphicLine::saveCpp |
( |
| ) |
|
|
virtual |
void GraphicLine::setCenter |
( |
int |
x, |
|
|
int |
y, |
|
|
bool |
relative = false |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files:
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs/paintings/graphicline.h
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs/paintings/graphicline.cpp