
Definition in file GUIOpts.C.
#include "GUI/GUIOpts.H"
#include "Component/ModelOptionDef.H"
#include "Image/Dims.H"
Include dependency graph for GUIOpts.C:

Go to the source code of this file.
Variables | |
| const ModelOptionCateg | MOC_SDLDISP |
| ImageDisplay options. | |
| const ModelOptionDef | OPT_SDLdisplayDims |
| const ModelOptionDef | OPT_SDLdisplayPriority |
| const ModelOptionDef | OPT_SDLdisplayRefreshUsec |
| const ModelOptionDef | OPT_SDLdisplayFullscreen |
|
|
Initial value: {
MOC_SORTPRI_2, "SDLdisplay-Related Options" }
|
|
|
Initial value:
{ MODOPT_ARG(Dims), "SDLdisplayDims", &MOC_SDLDISP, OPTEXP_CORE,
"SDL display screen dimensions",
"sdl-dims", '\0', "<width>x<height>", "640x480" }
|
|
|
Initial value:
{ MODOPT_FLAG, "SDLdisplayFullscreen", &MOC_SDLDISP, OPTEXP_CORE,
"Whether to run the SDLdisplay in a fullscreen window.",
"fs", '\0', "<bool>", "true" }
|
|
|
Initial value:
{ MODOPT_ARG(int), "SDLdisplayPriority", &MOC_SDLDISP, OPTEXP_CORE,
"Priority to run at in SCHED_FIFO mode (need to run as root), or 0 for "
"normal process scheduling and normal priority. Note that in priority 0 "
"display timing is in no way guaranteed, and timestamps for display "
"events are unreliable by up to +/- 50ms.",
"sdl-priority", '\0', "<int>", "80" }
|
|
|
Initial value:
{ MODOPT_ARG(float), "SDLdisplayRefreshUsec", &MOC_SDLDISP, OPTEXP_CORE,
"Desired refresh delay in microseconds. All screen refresh operations "
"will enforce that at least 90% of this delay has occurred, but it "
"could be more depending on the refresh rate of the video mode used.",
"sdl-refresh", '\0', "<float>", "33333.3333" }
Definition at line 86 of file GUIOpts.C. Referenced by main(). |
1.4.4