|
KSeExpr 6.0.0.0
|
Public Member Functions | |
| ExprGraphPreview (QWidget *parent=nullptr) | |
| QPointF | toScreen (qreal x, qreal y) |
| void | paintEvent (QPaintEvent *event) override |
Public Attributes | |
| std::vector< float > | x |
| std::vector< float > | y |
| std::vector< float > | cpx |
| std::vector< float > | cpy |
| qreal | xmin {} |
| qreal | xmax {} |
| qreal | ymin {} |
| qreal | ymax {} |
| qreal | dx {} |
| qreal | dy {} |
| qreal | win_xmin {} |
| qreal | win_xmax {} |
| qreal | win_ymin {} |
| qreal | win_ymax {} |
| qreal | win_dx {} |
| qreal | win_dy {} |
Definition at line 542 of file ExprControl.cpp.
|
inline |
|
inlineoverride |
|
inline |
Definition at line 561 of file ExprControl.cpp.
References win_dx, win_dy, win_xmin, win_ymin, x, and y.
Referenced by paintEvent().
| std::vector<float> ExprGraphPreview::cpx |
Definition at line 547 of file ExprControl.cpp.
Referenced by paintEvent().
| std::vector<float> ExprGraphPreview::cpy |
Definition at line 547 of file ExprControl.cpp.
Referenced by paintEvent().
| qreal ExprGraphPreview::dx {} |
Definition at line 548 of file ExprControl.cpp.
| qreal ExprGraphPreview::dy {} |
Definition at line 548 of file ExprControl.cpp.
| qreal ExprGraphPreview::win_dx {} |
Definition at line 550 of file ExprControl.cpp.
Referenced by paintEvent(), and toScreen().
| qreal ExprGraphPreview::win_dy {} |
Definition at line 550 of file ExprControl.cpp.
Referenced by paintEvent(), and toScreen().
| qreal ExprGraphPreview::win_xmax {} |
Definition at line 550 of file ExprControl.cpp.
Referenced by ExprGraphPreview(), and paintEvent().
| qreal ExprGraphPreview::win_xmin {} |
Definition at line 550 of file ExprControl.cpp.
Referenced by ExprGraphPreview(), paintEvent(), and toScreen().
| qreal ExprGraphPreview::win_ymax {} |
Definition at line 550 of file ExprControl.cpp.
Referenced by ExprGraphPreview(), and paintEvent().
| qreal ExprGraphPreview::win_ymin {} |
Definition at line 550 of file ExprControl.cpp.
Referenced by ExprGraphPreview(), paintEvent(), and toScreen().
| std::vector<float> ExprGraphPreview::x |
Definition at line 546 of file ExprControl.cpp.
Referenced by paintEvent(), and toScreen().
| qreal ExprGraphPreview::xmax {} |
Definition at line 548 of file ExprControl.cpp.
Referenced by paintEvent().
| qreal ExprGraphPreview::xmin {} |
Definition at line 548 of file ExprControl.cpp.
Referenced by paintEvent().
| std::vector<float> ExprGraphPreview::y |
Definition at line 546 of file ExprControl.cpp.
Referenced by paintEvent(), and toScreen().
| qreal ExprGraphPreview::ymax {} |
Definition at line 548 of file ExprControl.cpp.
Referenced by paintEvent().
| qreal ExprGraphPreview::ymin {} |
Definition at line 548 of file ExprControl.cpp.
Referenced by paintEvent().