#include "View.h"
Go to the source code of this file.
Compounds | |
class | Controller |
Defines | |
#define | IS_CONTROL_DEF_SIG 1 |
Functions | |
void | menucallback (int x) |
Controller contains the loaded Tetrahedrons and the state of all flags. More... | |
void | bcallback (muiObject *obj, enum muiReturnValue r) |
callback for buttons, maps buttons to keyboard commands. More... | |
void | chunkcallback (muiObject *obj, enum muiReturnValue r) |
void | nochunkcallback (muiObject *obj, enum muiReturnValue r) |
void | timecallback (muiObject *obj, enum muiReturnValue r) |
|
Definition at line 20 of file Controller.h. |
|
callback for buttons, maps buttons to keyboard commands.
Definition at line 279 of file Tetraviewer.C. |
|
Definition at line 285 of file Tetraviewer.C. |
|
Controller contains the loaded Tetrahedrons and the state of all flags. holds the buttons entries and menus for tetra controls Definition at line 82 of file Controller.C. References Controller::animate, Controller::chunkbox, Controller::chunkbox_label, Controller::colormap, Controller::emphasis, Controller::fill, Controller::nextstep, Controller::pointmode, Controller::prevstep, Controller::quit, Controller::reverseanimate, Controller::selchunk, Controller::selnochunk, Controller::seltime, Controller::seltimebox, Controller::seltimebox_label, Controller::showlabel, Controller::showlength, Controller::timestep_label, Controller::timestep_number, Controller::timestring, and Controller::window. |
|
Definition at line 295 of file Tetraviewer.C. |
|
Definition at line 305 of file Tetraviewer.C. |