SeExpr
|
Public Member Functions | |
ExprGraphPreview (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 614 of file ExprControl.cpp.
|
inline |
|
inline |
|
inline |
Definition at line 629 of file ExprControl.cpp.
References win_dx, win_dy, win_xmin, and win_ymin.
Referenced by paintEvent().
std::vector<float> ExprGraphPreview::cpx |
Definition at line 617 of file ExprControl.cpp.
Referenced by paintEvent().
std::vector<float> ExprGraphPreview::cpy |
Definition at line 617 of file ExprControl.cpp.
Referenced by paintEvent().
float ExprGraphPreview::dx |
Definition at line 618 of file ExprControl.cpp.
float ExprGraphPreview::dy |
Definition at line 618 of file ExprControl.cpp.
float ExprGraphPreview::win_dx |
Definition at line 618 of file ExprControl.cpp.
Referenced by paintEvent(), and toScreen().
float ExprGraphPreview::win_dy |
Definition at line 618 of file ExprControl.cpp.
Referenced by paintEvent(), and toScreen().
float ExprGraphPreview::win_xmax |
Definition at line 618 of file ExprControl.cpp.
Referenced by ExprGraphPreview(), and paintEvent().
float ExprGraphPreview::win_xmin |
Definition at line 618 of file ExprControl.cpp.
Referenced by ExprGraphPreview(), paintEvent(), and toScreen().
float ExprGraphPreview::win_ymax |
Definition at line 618 of file ExprControl.cpp.
Referenced by ExprGraphPreview(), and paintEvent().
float ExprGraphPreview::win_ymin |
Definition at line 618 of file ExprControl.cpp.
Referenced by ExprGraphPreview(), paintEvent(), and toScreen().
std::vector<float> ExprGraphPreview::x |
Definition at line 616 of file ExprControl.cpp.
Referenced by paintEvent().
float ExprGraphPreview::xmax |
Definition at line 618 of file ExprControl.cpp.
Referenced by paintEvent().
float ExprGraphPreview::xmin |
Definition at line 618 of file ExprControl.cpp.
Referenced by paintEvent().
std::vector<float> ExprGraphPreview::y |
Definition at line 616 of file ExprControl.cpp.
Referenced by paintEvent().
float ExprGraphPreview::ymax |
Definition at line 618 of file ExprControl.cpp.
Referenced by paintEvent().
float ExprGraphPreview::ymin |
Definition at line 618 of file ExprControl.cpp.
Referenced by paintEvent().