#include <guiplanner.h>
Inheritance diagram for GuiPlanner::
Public Methods | |
virtual void | HandleEvents () |
Process any IO events (may be used by Render). | |
virtual void | ButtonHandle (int b) |
Figure out what actions to take based on menu choices. | |
GuiPlanner (Render *render, Planner *planner) | |
virtual | ~GuiPlanner () |
void | ResetPlanner () |
void | WriteGraphs () |
void | ReadGraphs () |
void | ReadAnimationFrames () |
void | WriteAnimationFrames () |
void | ReadPath () |
void | WritePath () |
void | DrawGraphs () |
Public Attributes | |
double | LineWidth |
double | PSLineWidth |
int | DrawIndexX |
int | DrawIndexY |
Planner* | Pl |
Protected Methods | |
virtual void | Init () |
Initialize Gui and Render. | |
virtual void | CreateMenuWindow () |
Protected Attributes | |
MSLPlannerWindow* | Window |
Friends | |
class | MSLPlotWindow |
|
|
|
|
|
Figure out what actions to take based on menu choices.
Reimplemented from Gui. |
|
|
|
|
|
Process any IO events (may be used by Render).
Reimplemented from Gui. |
|
Reimplemented from Gui. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|