#include <MenuBar.h>
Public Member Functions | |
| MenuBar (int mainWindowRef=0, int position=0) | |
| void | switchRenderMode () |
| void | enableModeSelection () |
| void | disableModeSelection () |
| void | updateFileList () |
Public Attributes | |
| int | selectedFile |
| string | renderModeStr |
| string | fileInfoStr |
Private Attributes | |
| GLUI * | panel |
| GLUI_Listbox * | openFileList |
| GLUI_Button * | setFileBtn |
| GLUI_Button * | addPathBtn |
|
||||||||||||
|
Constructor of the menu bar.
|
|
|
Disables the mode selection button. |
|
|
Enables the mode selection button. |
|
|
Switch between volume and slice visualisation. |
|
|
Update the contents of the current fileList from wich the user can select available files |
|
|
Button to add a path |
|
|
The info of the opened file that is shown in the statebar. |
|
|
List that holds the file names in the current directory |
|
|
GLUI root element for this window |
|
|
The renderMode name that is shown in the stateBar. |
|
|
Index of the selected file |
|
|
Button to load the selected file |
1.4.1