Public Member Functions | |
SeExprEdGraphPreview (QWidget *parent=0) | |
QPointF | toScreen (float x, float y) |
void | paintEvent (QPaintEvent *event) |
Public Attributes | |
std::vector< float > | x |
std::vector< float > | y |
std::vector< float > | cpx |
std::vector< float > | cpy |
float | xmin |
float | xmax |
float | ymin |
float | ymax |
float | dx |
float | dy |
float | win_xmin |
float | win_xmax |
float | win_ymin |
float | win_ymax |
float | win_dx |
float | win_dy |
Definition at line 610 of file SeExprEdControl.cpp.
SeExprEdGraphPreview::SeExprEdGraphPreview | ( | QWidget * | parent = 0 |
) | [inline] |
void SeExprEdGraphPreview::paintEvent | ( | QPaintEvent * | event | ) | [inline] |
QPointF SeExprEdGraphPreview::toScreen | ( | float | x, | |
float | y | |||
) | [inline] |
Definition at line 625 of file SeExprEdControl.cpp.
References win_dx, win_dy, win_xmin, and win_ymin.
Referenced by paintEvent().
std::vector<float> SeExprEdGraphPreview::cpx |
Definition at line 613 of file SeExprEdControl.cpp.
Referenced by paintEvent().
std::vector<float> SeExprEdGraphPreview::cpy |
Definition at line 613 of file SeExprEdControl.cpp.
Referenced by paintEvent().
float SeExprEdGraphPreview::dx |
Definition at line 614 of file SeExprEdControl.cpp.
float SeExprEdGraphPreview::dy |
Definition at line 614 of file SeExprEdControl.cpp.
Definition at line 614 of file SeExprEdControl.cpp.
Referenced by paintEvent(), and toScreen().
Definition at line 614 of file SeExprEdControl.cpp.
Referenced by paintEvent(), and toScreen().
Definition at line 614 of file SeExprEdControl.cpp.
Referenced by paintEvent(), and SeExprEdGraphPreview().
Definition at line 614 of file SeExprEdControl.cpp.
Referenced by paintEvent(), SeExprEdGraphPreview(), and toScreen().
Definition at line 614 of file SeExprEdControl.cpp.
Referenced by paintEvent(), and SeExprEdGraphPreview().
Definition at line 614 of file SeExprEdControl.cpp.
Referenced by paintEvent(), SeExprEdGraphPreview(), and toScreen().
std::vector<float> SeExprEdGraphPreview::x |
Definition at line 612 of file SeExprEdControl.cpp.
Referenced by paintEvent().
Definition at line 614 of file SeExprEdControl.cpp.
Referenced by paintEvent().
Definition at line 614 of file SeExprEdControl.cpp.
Referenced by paintEvent().
std::vector<float> SeExprEdGraphPreview::y |
Definition at line 612 of file SeExprEdControl.cpp.
Referenced by paintEvent().
Definition at line 614 of file SeExprEdControl.cpp.
Referenced by paintEvent().
Definition at line 614 of file SeExprEdControl.cpp.
Referenced by paintEvent().