SeExpr
Signals | Public Member Functions | Public Attributes | Private Slots | Private Attributes | List of all members
ExprGrapherWidget Class Reference

#include <ExprGrapher2d.h>

Inheritance diagram for ExprGrapherWidget:

Signals

void preview ()
 

Public Member Functions

 ExprGrapherWidget (QWidget *parent, int width, int height)
 
void update ()
 

Public Attributes

ExprGrapherViewview
 
BasicExpression expr
 

Private Slots

void scaleValueEdited ()
 
void scaleValueManipulated ()
 
void forwardPreview ()
 

Private Attributes

QLineEdit * scale
 

Detailed Description

Definition at line 71 of file ExprGrapher2d.h.

Constructor & Destructor Documentation

ExprGrapherWidget::ExprGrapherWidget ( QWidget *  parent,
int  width,
int  height 
)

Member Function Documentation

void ExprGrapherWidget::forwardPreview ( )
privateslot

Definition at line 92 of file ExprGrapher2d.cpp.

References preview().

Referenced by ExprGrapherWidget().

void ExprGrapherWidget::preview ( )
signal

Referenced by forwardPreview().

void ExprGrapherWidget::scaleValueEdited ( )
privateslot

Definition at line 61 of file ExprGrapher2d.cpp.

References ExprGrapherView::getWindow(), scale, ExprGrapherView::setWindow(), view, and z.

Referenced by ExprGrapherWidget().

void ExprGrapherWidget::scaleValueManipulated ( )
privateslot

Definition at line 78 of file ExprGrapher2d.cpp.

References ExprGrapherView::getWindow(), scale, view, and z.

Referenced by ExprGrapherWidget().

void ExprGrapherWidget::update ( )

Member Data Documentation

BasicExpression ExprGrapherWidget::expr
QLineEdit* ExprGrapherWidget::scale
private

Definition at line 74 of file ExprGrapher2d.h.

Referenced by ExprGrapherWidget(), scaleValueEdited(), and scaleValueManipulated().

ExprGrapherView* ExprGrapherWidget::view

Definition at line 77 of file ExprGrapher2d.h.

Referenced by ExprGrapherWidget(), scaleValueEdited(), scaleValueManipulated(), and update().


The documentation for this class was generated from the following files: