#include <Nux/FunctionGraph.h>
Constructor & Destructor Documentation
| nux::FunctionGraph::FunctionGraph |
( |
NUX_FILE_LINE_PROTO |
| ) |
|
| nux::FunctionGraph::~FunctionGraph |
( |
| ) |
|
Member Function Documentation
| void nux::FunctionGraph::DestroyLayout |
( |
| ) |
[protected] |
| virtual void nux::FunctionGraph::Draw |
( |
GraphicsEngine & |
GfxContext, |
|
|
bool |
force_draw |
|
) |
| [virtual] |
| virtual void nux::FunctionGraph::DrawContent |
( |
GraphicsEngine & |
GfxContext, |
|
|
bool |
force_draw |
|
) |
| [virtual] |
| float nux::FunctionGraph::EvalFunction |
( |
float |
x | ) |
|
| void nux::FunctionGraph::InitializeLayout |
( |
| ) |
[protected] |
| void nux::FunctionGraph::InitializeWidgets |
( |
| ) |
[protected] |
| virtual void nux::FunctionGraph::PostDraw |
( |
GraphicsEngine & |
GfxContext, |
|
|
bool |
force_draw |
|
) |
| [virtual] |
| virtual long nux::FunctionGraph::ProcessEvent |
( |
IEvent & |
ievent, |
|
|
long |
TraverseInfo, |
|
|
long |
ProcessEventInfo |
|
) |
| [virtual] |
| void nux::FunctionGraph::SetXAxisBounds |
( |
float |
minX, |
|
|
float |
maxX |
|
) |
| |
| void nux::FunctionGraph::SetYAxisBounds |
( |
float |
minY, |
|
|
float |
maxY |
|
) |
| |
| void nux::FunctionGraph::UpdateGraph |
( |
| ) |
|
The documentation for this class was generated from the following file: