|
SeExpr
|
#include <ExprGrapher2d.h>
Signals | |
| void | preview () |
Public Member Functions | |
| ExprGrapherWidget (QWidget *parent, int width, int height) | |
| void | update () |
Public Attributes | |
| ExprGrapherView * | view |
| BasicExpression | expr |
Private Slots | |
| void | scaleValueEdited () |
| void | scaleValueManipulated () |
| void | forwardPreview () |
Private Attributes | |
| QLineEdit * | scale |
Definition at line 69 of file ExprGrapher2d.h.
| ExprGrapherWidget::ExprGrapherWidget | ( | QWidget * | parent, |
| int | width, | ||
| int | height ) |
Definition at line 29 of file ExprGrapher2d.cpp.
References expr, forwardPreview(), scale, scaleValueEdited(), scaleValueManipulated(), view, and z.
|
privateslot |
Definition at line 85 of file ExprGrapher2d.cpp.
References preview().
Referenced by ExprGrapherWidget().
|
signal |
Referenced by forwardPreview().
|
privateslot |
Definition at line 57 of file ExprGrapher2d.cpp.
References scale, view, and z.
Referenced by ExprGrapherWidget().
|
privateslot |
Definition at line 73 of file ExprGrapher2d.cpp.
References scale, view, and z.
Referenced by ExprGrapherWidget().
| void ExprGrapherWidget::update | ( | ) |
Definition at line 79 of file ExprGrapher2d.cpp.
| BasicExpression ExprGrapherWidget::expr |
Definition at line 75 of file ExprGrapher2d.h.
Referenced by ExprGrapherWidget(), and update().
|
private |
Definition at line 71 of file ExprGrapher2d.h.
Referenced by ExprGrapherWidget(), scaleValueEdited(), and scaleValueManipulated().
| ExprGrapherView* ExprGrapherWidget::view |
Definition at line 74 of file ExprGrapher2d.h.
Referenced by ExprGrapherWidget(), scaleValueEdited(), scaleValueManipulated(), and update().