#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"
Go to the source code of this file.
Classes | |
struct | MeterInfo |
Simple struct to define a bargraph meter. More... | |
class | SubGUI |
Variables | |
static const ModelOptionDef | OPT_ExtendedDisplay |
<ClassInfo>
Definition in file SubGUI.H.
const ModelOptionDef OPT_ExtendedDisplay [static] |
{ 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" }