addSubComponent(const nub::ref< ModelComponent > &subc, const bool propagate_realm=true) | ModelComponent | |
CHANGE_ACCEPTED enum value (defined in ParamClient) | ParamClient | |
CHANGE_REJECTED enum value (defined in ParamClient) | ParamClient | |
ChangeStatus enum name | ParamClient | |
checkForKey() | SDLdisplay | |
checkForMouseClick() | SDLdisplay | |
clearBackBuffer() | SDLdisplay | |
clearScreen(const PixRGB< byte > col, const bool vsync=true) | SDLdisplay | |
closeDisplay() | SDLdisplay | |
createVideoOverlay(const VideoFormat vidformat, const int w, const int h) | SDLdisplay | |
createVideoOverlay(const VideoFormat vidformat) | SDLdisplay | |
createYUVoverlay(const Uint32 format, const int w, const int h) | SDLdisplay | |
createYUVoverlay(const Uint32 format) | SDLdisplay | |
dbg_ref_count() const | nub::ref_counted | |
dbg_weak_ref_count() const | nub::ref_counted | |
decr_ref_count() const | nub::ref_counted | |
decr_ref_count_no_delete() const | nub::ref_counted | |
DelayType enum name | SDLdisplay | |
descriptiveName() const | ModelComponent | |
destroyYUVoverlay() | SDLdisplay | |
displayImage(const Image< PixRGB< byte > > &img, const bool resiz=false, const PixRGB< byte > bgcol=PixRGB< byte >(0, 0, 0), const int frame=-1, const bool vsync=true) | SDLdisplay | |
displayImagePatch(const Image< PixRGB< byte > > &image, const Point2D< int > &pos, const int frame=-1, const bool vsync=true, const bool flip=true) | SDLdisplay | |
displaySDLSurfacePatch(SDL_Surface *surf, SDL_Rect *offset, SDL_Rect *clip, const int frame=-2, const bool vsync=true, const bool flip=true) | SDLdisplay | |
displaySurface(SDL_Surface *img, const int frame=-1, const bool vsync=true) | SDLdisplay | |
displayText(const std::string &msg, const bool vsync, const PixRGB< byte > txtcol, const PixRGB< byte > bgcol, int ind=0, const int=10) | SDLdisplay | |
displayText(const std::string &msg, Point2D< int > p, const PixRGB< byte > txtcol, const PixRGB< byte > bgcol, const bool vsync) | SDLdisplay | |
displayVideoOverlay(const VideoFrame &buf, const int frame, const DelayType w) | SDLdisplay | |
displayVideoOverlay_image(const VideoFrame &frame, const int framenum, const DelayType dly, const Image< PixRGB< byte > > &img, const PixRGB< byte > &transpix, const uint threads=1) | SDLdisplay | |
displayVideoOverlay_patch(const VideoFrame &frame, const int framenum, const DelayType dly, const uint x, const uint y, const Image< PixRGB< byte > > &img) | SDLdisplay | |
displayVideoOverlay_pos(const VideoFrame &buf, const int frame, const DelayType w, const int x, const int y, const int rw, const int rh) | SDLdisplay | |
displayYUVoverlay(const int frame, const DelayType dly, const int x, const int y, const int w, const int h) | SDLdisplay | |
displayYUVoverlay(const int frame, const DelayType w) | SDLdisplay | |
doRequestOption(const ModelOptionDef *opt, const bool useMyVal=false, const bool recurse=true, const bool warn=true) | ModelComponent | |
exportOptions(const ModelFlag flags) | ModelComponent | |
forgetExports() | ModelComponent | |
get_counts() const | nub::ref_counted | |
getBytesPerPixel() const | SDLdisplay | [inline] |
getDims() const | SDLdisplay | [inline] |
getHeight() const | SDLdisplay | [inline] |
getManager() const | ModelComponent | |
getModelParam(size_t i) const | ModelComponent | |
getModelParam(size_t i) | ModelComponent | |
getModelParamString(const std::string &name, const ModelFlag flags=0) const | ModelComponent | |
getModelParamVal(const std::string &name, const ModelFlag flags=0) const | ModelComponent | [inline] |
getModelParamValAux(const std::string &name, RefHolder &val, const ModelFlag flags) const | ModelComponent | |
getNumModelParams() const | ModelComponent | |
getParent() const | ModelComponent | |
getPixel32(const int x, const int y) const | SDLdisplay | |
getRGBcolor(const Uint32 col) const | SDLdisplay | [inline] |
getRootObject() | ModelComponent | |
getRootObject() const | ModelComponent | |
getString(char terminator) | SDLdisplay | |
getTimerValue() (defined in SDLdisplay) | SDLdisplay | |
getUint32color(const PixRGB< byte > &col) const | SDLdisplay | [inline] |
getWidth() const | SDLdisplay | [inline] |
hasBeenExported() const | ModelComponent | [protected] |
hasModelParam(const std::string &name, const ModelFlag flags=0) const | ModelComponent | |
hasSubComponent(const std::string &tagname, const ModelFlag flags=0) const | ModelComponent | |
hasSubComponent(const nub::soft_ref< ModelComponent > &c, const ModelFlag flags=0) const | ModelComponent | |
hasYUVoverlay() const | SDLdisplay | |
hideOption(const ModelOptionDef *opt) | ModelComponent | |
id() const | nub::object | |
incr_ref_count() const | nub::ref_counted | |
init(OptionManager &mgr, const std::string &descrName, const std::string &tagName, const std::string &crealm="World") | ModelComponent | [protected] |
is_not_shareable() const | nub::ref_counted | |
is_shared() const | nub::ref_counted | |
is_unshared() const | nub::ref_counted | |
itsDims | SDLdisplay | [protected] |
itsFullscreen | SDLdisplay | [protected] |
itsLastOvlDisplay (defined in SDLdisplay) | SDLdisplay | [protected] |
itsLastSync (defined in SDLdisplay) | SDLdisplay | [protected] |
itsOverlay (defined in SDLdisplay) | SDLdisplay | [protected] |
itsPriority | SDLdisplay | [protected] |
itsRefreshDelay | SDLdisplay | [protected] |
itsRefreshTolerance (defined in SDLdisplay) | SDLdisplay | [protected] |
itsScreen (defined in SDLdisplay) | SDLdisplay | [protected] |
itsSlaveMode | SDLdisplay | [protected] |
itsSyncRect | SDLdisplay | [protected] |
itsTimer (defined in SDLdisplay) | SDLdisplay | [protected] |
itsVBlankKludge | SDLdisplay | [protected] |
lockScreen() | SDLdisplay | [inline] |
lockYUVoverlay() | SDLdisplay | |
makeBlittableSurface(const Image< PixRGB< byte > > &img, const bool resiz=false, const PixRGB< byte > bgcol=PixRGB< byte >(0, 0, 0)) | SDLdisplay | |
managerDestroyed() | ModelComponent | |
mark_as_volatile() | nub::ref_counted | |
ModelComponent(OptionManager &mgr, const std::string &descrName, const std::string &tagName, const std::string &crealm="World") | ModelComponent | |
ModelComponent(const std::string &descrName, const std::string &tagName, const std::string &crealm="World") | ModelComponent | |
ModelComponent() | ModelComponent | [protected] |
NEXT_FRAMETIME enum value | SDLdisplay | |
NEXT_VSYNC enum value | SDLdisplay | |
NO_WAIT enum value | SDLdisplay | |
numSubComp() const | ModelComponent | |
obj_typename() const | nub::object | [virtual] |
object() | nub::object | [protected] |
openDisplay() | SDLdisplay | |
operator delete(void *space, size_t bytes) | nub::ref_counted | |
operator new(size_t bytes) | nub::ref_counted | |
paramChanged(ModelParamBase *param, const bool valueChanged, ParamClient::ChangeStatus *status) | ModelComponent | [virtual] |
ParamClient() | ParamClient | |
printout(std::ostream &s, const std::string &prefix="") const | ModelComponent | |
pushEvent(const std::string &msg) | SDLdisplay | [inline] |
pushEventBegin(const std::string &msg) | SDLdisplay | [inline] |
pushEventEnd(const std::string &msg) | SDLdisplay | [inline] |
putPixel32(const int x, const int y, const Uint32 pixel) | SDLdisplay | |
readParamsFrom(const ParamMap &pmap, const bool noerr=true) | ModelComponent | |
real_typename() const | nub::object | |
realm() const | ModelComponent | |
ref_counted() | nub::ref_counted | |
registerOptionedParam(OptionedModelParam *mp, const ParamFlag flags) | ModelComponent | [virtual] |
registerParam(ModelParamBase *mp) | ModelComponent | [virtual] |
removeAllSubComponents() | ModelComponent | |
removeSubComponent(const ModelComponent &subc, bool removeall=false) | ModelComponent | |
removeSubComponent(const nub::ref< ModelComponent > &subc) | ModelComponent | |
removeSubComponent(const uint idx) | ModelComponent | |
removeSubComponent(const std::string &tagname) | ModelComponent | |
reset(const ModelFlag flags) | ModelComponent | |
reset1() | ModelComponent | [protected, virtual] |
reset2() | ModelComponent | [protected, virtual] |
save(const ModelComponentSaveInfo &sinfo, const ModelFlag flags=MC_RECURSE) | ModelComponent | |
save1(const ModelComponentSaveInfo &sinfo) | ModelComponent | [protected, virtual] |
save2(const ModelComponentSaveInfo &sinfo) | ModelComponent | [protected, virtual] |
SDLdisplay(OptionManager &mgr, const std::string &descrName="SDL Display", const std::string &tagName="SDLdisplay") | SDLdisplay | |
setDescriptiveName(const std::string &name) | ModelComponent | |
setDesiredRefreshDelayUsec(float usec, float tol=0.05F) | SDLdisplay | |
setEventLog(nub::soft_ref< EventLog > elog) | SDLdisplay | |
setManager(OptionManager &mgr) | ModelComponent | [protected] |
setModelParamString(const std::string &name, const std::string &value, const ModelFlag flags=0) | ModelComponent | |
setModelParamVal(const std::string &name, const T &val, const ModelFlag flags=0) | ModelComponent | [inline] |
setModelParamValAux(const std::string &name, const RefHolder &val, const ModelFlag flags) | ModelComponent | |
setRealm(const std::string &crealm) | ModelComponent | |
setTagName(const std::string &name) | ModelComponent | |
showCursor(const bool showit) | SDLdisplay | [inline] |
start() | ModelComponent | |
start1() | ModelComponent | [protected, virtual] |
start2() | SDLdisplay | [protected, virtual] |
started() const | ModelComponent | |
stop() | ModelComponent | |
stop1() | SDLdisplay | [protected, virtual] |
stop2() | ModelComponent | [protected, virtual] |
subComponent(const uint idx) const | ModelComponent | |
subComponent(const std::string &tagname, const ModelFlag flags=0) const | ModelComponent | |
supportsVideoOverlay(const VideoFormat vidformat) const | SDLdisplay | |
syncScreen(const bool vsync=true, const bool checkdelay=false, const bool quiet=false) (defined in SDLdisplay) | SDLdisplay | [protected] |
tagName() const | ModelComponent | |
unique_name() const | nub::object | |
unlockScreen() | SDLdisplay | [inline] |
unlockYUVoverlay() | SDLdisplay | |
unregisterParam(const ModelParamBase *mp) | ModelComponent | [virtual] |
videoOverlay (defined in SDLdisplay) | SDLdisplay | [protected] |
waitForKey(bool doWait=true) | SDLdisplay | |
waitForKeyTimeout(double timeout=1000, bool doWait=true) | SDLdisplay | |
waitForMouseClick(bool doWait=true) | SDLdisplay | |
waitForMouseWheelEvent(bool doWait=true) (defined in SDLdisplay) | SDLdisplay | |
waitFrames(const int n) | SDLdisplay | |
waitNextRequestedFrameTime(const int frame, const bool checkdelay=false, const bool quiet=true) | SDLdisplay | |
waitNextRequestedVsync(const bool checkdelay=false, const bool quiet=true) | SDLdisplay | |
writeParamsTo(ParamMap &pmap) const | ModelComponent | |
~ModelComponent() | ModelComponent | [virtual] |
~object() GVX_DTOR_NOTHROW | nub::object | [protected, virtual] |
~ParamClient() | ParamClient | [virtual] |
~ref_counted() GVX_DTOR_NOTHROW | nub::ref_counted | [virtual] |
~SDLdisplay() | SDLdisplay | [virtual] |