#include <guiplanner.h>
Inheritance diagram for GuiPlanner:
Public Methods | |
GuiPlanner (Render *render, Planner *planner) | |
virtual | ~GuiPlanner () |
void | ResetPlanner () |
void | WriteGraphs () |
void | ReadGraphs () |
void | DrawGraphs () |
void | ReadAnimationFrames () |
void | WriteAnimationFrames () |
void | ReadPath () |
void | WritePath () |
void | PSDrawGraphs () |
Public Attributes | |
double | LineWidth |
double | PSLineWidth |
int | DrawIndexX |
int | DrawIndexY |
Planner* | Pl |
Protected Methods | |
virtual void | Init () |
Initialize Gui and Render. | |
virtual void | CreateMenuWindow () |
Make the menu window. | |
virtual void | ButtonHandle (int b) |
Figure out what actions to take based on menu choices. | |
Protected Attributes | |
window* | PlanCtlWindow |
bool | PlanCtlWindowOn |
|
|
|
|
|
Figure out what actions to take based on menu choices.
Reimplemented from Gui. |
|
Make the menu window.
Reimplemented from Gui. |
|
|
|
Reimplemented from Gui. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|