#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 |
Definition at line 15 of file MenuBar.h.
|
Constructor of the menu bar.
Definition at line 11 of file MenuBar.cpp. References fileInfoStr, renderModeStr, selectedFile, and updateFileList(). |
|
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 Definition at line 45 of file MenuBar.cpp. References fileInfoStr, and renderModeStr. Referenced by MenuBar(). |
|
The info of the opened file that is shown in the statebar. Definition at line 41 of file MenuBar.h. Referenced by MenuBar(), and updateFileList(). |
|
The renderMode name that is shown in the stateBar. Definition at line 38 of file MenuBar.h. Referenced by MenuBar(), and updateFileList(). |
|
Index of the selected file Definition at line 34 of file MenuBar.h. Referenced by MenuBar(). |