#include <map>
#include <vector>
#include "Component/GlobalOpts.H"
#include "Component/ModelOptionDef.H"
#include "Component/OptionManager.H"
#include "GUI/XWinManaged.H"
#include "Image/Image.H"
#include "Image/Layout.H"
#include "Image/Pixels.H"
#include "Raster/GenericFrame.H"
#include "Transport/TransportOpts.H"
#include "Util/Assert.H"
#include "rutz/shared_ptr.h"
#include "GUI/ImageDisplayStream.H"
Go to the source code of this file.
Classes | |
struct | ImageDisplayStream::WindowMap |
Typedefs | |
typedef std::map< std::string, rutz::shared_ptr< XWinManaged > > | map_type |
Variables | |
static const ModelOptionDef | OPT_MaxImageDisplay |
static const ModelOptionDef | OPT_TraceXEvents |
Definition in file ImageDisplayStream.C.
const ModelOptionDef OPT_MaxImageDisplay [static] |
{ MODOPT_ARG(int), "MaxImageDisplay", &MOC_OUTPUT, OPTEXP_CORE, "max number of images to display onscreen for any given timestep", "max-image-display", '\0', "<integer>", "20" }
Definition at line 58 of file ImageDisplayStream.C.
const ModelOptionDef OPT_TraceXEvents [static] |
{ MODOPT_FLAG, "TraceXEvents", &MOC_OUTPUT, OPTEXP_CORE, "print some info about each X11 event that is received", "trace-x-events", '\0', "", "false" }
Definition at line 64 of file ImageDisplayStream.C.