
Definition in file GeneralGUI.H.
#include "Component/ModelComponent.H"
#include "Component/ModelParam.H"
#include "Component/ModelOptionDef.H"
#include "Transport/TransportOpts.H"
#include "Media/FrameSeries.H"
#include "rutz/shared_ptr.h"
#include "Util/Types.H"
#include "Util/WorkThreadServer.H"
#include "Util/JobWithSemaphore.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Image/DrawOps.H"
#include "GUI/PrefsWindow.H"
#include "GUI/XWinManaged.H"
#include "Image/Layout.H"
Include dependency graph for GeneralGUI.H:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | MeterInfo |
| Simple struct to define a bargraph meter. More... | |
| class | GeneralGUI |
Variables | |
| static const ModelOptionDef | OPT_ExtendedDisplay |
|
|
Initial value:
{ MODOPT_ARG(byte), "Nv2ExtendedDisplay", &MOC_OUTPUT, OPTEXP_CORE,
"Amount of extra info to display in the GUI:\n"
" level 0: just input + saliency map\n"
" level 1: add meters underneath input+salmap\n"
" level 2: add single row of small internal maps\n"
" level 3: add double row of medium-sized internal maps",
"extended-display", '\0', "<int>", "2" }
Definition at line 57 of file GeneralGUI.H. |
1.4.4