#include <RgbDataSrcLavcTestGUI.h>
Inheritance diagram for Impala::Visualization::PropertyHolder:
Public Member Functions | |
PropertyHolder (Window *parent, int width, int height, std::string Name) | |
void | AddProp (std::string Prop, std::string Value) |
void | AddPropHolder (PropertyHolder *ph) |
void | UpdateCtrl (std::string Prop, std::string Value) |
void | UpdateCtrl (std::string Prop, char *Value) |
void | UpdateCtrl (std::string Prop, bool Value) |
void | UpdateCtrl (std::string Prop, unsigned int Value) |
void | UpdateCtrl (std::string Prop, int Value) |
void | UpdateCtrl (std::string Prop, int64_t Value) |
void | UpdateCtrl (std::string Prop, float Value) |
void | UpdateCtrl (std::string Prop, AVRational Value) |
void | UpdateCtrl (std::string Prop, AVFrac &Value) |
void | UpdateCtrl (std::string Prop, enum AVDiscard Value) |
void | UpdateCtrl (std::string Prop, enum FRAME_TYPE Value) |
Private Attributes | |
std::map< std::string, PropCtrl * > | mPropCtrls |
Definition at line 92 of file RgbDataSrcLavcTestGUI.h.