#include <Controller.h>
Public Methods | |
Controller () | |
choose a time constructor. More... | |
Controller (int iwindow) | |
Public Attributes | |
char | timestring [80] |
the menu. More... | |
muiObject * | timestep_number |
the string for the timestep number. More... | |
muiObject * | chunkbox |
actual timestep value. More... | |
muiObject * | seltimebox |
choose a chunk. More... | |
Private Attributes | |
int | window |
muiObject * | fill |
the parent window. More... | |
muiObject * | colormap |
fill mode or line mode. More... | |
muiObject * | showlabel |
random, chunk, or point. More... | |
muiObject * | showlength |
to show labels or not. More... | |
muiObject * | emphasis |
to show edge length or not. More... | |
muiObject * | pointmode |
to view opaque with wire mode. More... | |
muiObject * | nextstep |
to show only the vertices. More... | |
muiObject * | prevstep |
next timestep. More... | |
muiObject * | stepentry |
previous timestep. More... | |
muiObject * | chunkentry |
goto a timestep. More... | |
muiObject * | animate |
select a chunk. More... | |
muiObject * | reverseanimate |
animate. More... | |
muiObject * | faster |
animate backward. More... | |
muiObject * | slower |
decrease frame delay. More... | |
muiObject * | quit |
increase frame delay. More... | |
muiObject * | timestep_label |
exit program. More... | |
muiObject * | selnochunk |
timestep label. More... | |
muiObject * | selchunk |
select all chunks. More... | |
muiObject * | chunkbox_label |
select a chunk. More... | |
muiObject * | seltimebox_label |
label for chunkbox. More... | |
muiObject * | seltime |
time selector label. More... | |
int | menu |
select a time step. More... |
|
choose a time constructor.
Definition at line 76 of file Controller.h. |
|
Definition at line 80 of file Controller.h. References window. |
|
select a chunk.
Definition at line 55 of file Controller.h. Referenced by menucallback. |
|
actual timestep value.
Definition at line 73 of file Controller.h. Referenced by chunkcallback, and menucallback. |
|
select a chunk.
Definition at line 63 of file Controller.h. Referenced by menucallback. |
|
goto a timestep.
Definition at line 54 of file Controller.h. |
|
fill mode or line mode.
Definition at line 46 of file Controller.h. Referenced by menucallback. |
|
to show edge length or not.
Definition at line 49 of file Controller.h. Referenced by menucallback. |
|
animate backward.
Definition at line 57 of file Controller.h. |
|
the parent window.
Definition at line 45 of file Controller.h. Referenced by menucallback. |
|
select a time step.
Definition at line 69 of file Controller.h. |
|
to show only the vertices.
Definition at line 51 of file Controller.h. Referenced by menucallback. |
|
to view opaque with wire mode.
Definition at line 50 of file Controller.h. Referenced by menucallback. |
|
next timestep.
Definition at line 52 of file Controller.h. Referenced by menucallback. |
|
increase frame delay.
Definition at line 59 of file Controller.h. Referenced by menucallback. |
|
animate.
Definition at line 56 of file Controller.h. Referenced by menucallback. |
|
select all chunks.
Definition at line 62 of file Controller.h. Referenced by menucallback. |
|
timestep label.
Definition at line 61 of file Controller.h. Referenced by menucallback. |
|
time selector label.
Definition at line 66 of file Controller.h. Referenced by menucallback. |
|
choose a chunk.
Definition at line 74 of file Controller.h. Referenced by menucallback, and timecallback. |
|
label for chunkbox.
Definition at line 65 of file Controller.h. Referenced by menucallback. |
|
random, chunk, or point.
Definition at line 47 of file Controller.h. Referenced by menucallback. |
|
to show labels or not.
Definition at line 48 of file Controller.h. Referenced by menucallback. |
|
decrease frame delay.
Definition at line 58 of file Controller.h. |
|
previous timestep.
Definition at line 53 of file Controller.h. |
|
exit program.
Definition at line 60 of file Controller.h. Referenced by menucallback. |
|
the string for the timestep number.
Definition at line 72 of file Controller.h. Referenced by keyboard, menucallback, and timecallback. |
|
the menu.
Definition at line 71 of file Controller.h. Referenced by keyboard, menucallback, and timecallback. |
|
Definition at line 44 of file Controller.h. Referenced by Controller, and menucallback. |