|
| svlOverlayText () |
|
| svlOverlayText (unsigned int videoch, bool visible, const std::string &inputname, svlRect rect, double fontsize, svlRGB txtcolor) |
|
| svlOverlayText (unsigned int videoch, bool visible, const std::string &inputname, svlRect rect, double fontsize, svlRGB txtcolor, svlRGB bgcolor) |
|
virtual | ~svlOverlayText () |
|
void | SetRect (svlRect rect) |
|
void | SetRect (int left, int top, int right, int bottom) |
|
void | SetFontSize (double size) |
|
void | SetTextColor (svlRGB txtcolor) |
|
void | SetBackgroundColor (svlRGB bgcolor) |
|
void | SetBackground (bool enable) |
|
svlRect | GetRect () const |
|
void | GetRect (int &left, int &top, int &right, int &bottom) const |
|
double | GetFontSize () const |
|
svlRGB | GetTextColor () const |
|
svlRGB | GetBackgroundColor () const |
|
bool | GetBackground () const |
|
svlRect | GetTextSize (const std::string &text) |
|
| svlOverlayStaticText () |
|
| svlOverlayStaticText (unsigned int videoch, bool visible, const std::string &text, svlRect rect, double fontsize, svlRGB txtcolor) |
|
| svlOverlayStaticText (unsigned int videoch, bool visible, const std::string &text, svlRect rect, double fontsize, svlRGB txtcolor, svlRGB bgcolor) |
|
virtual | ~svlOverlayStaticText () |
|
void | SetText (const std::string &text) |
|
void | SetRect (svlRect rect) |
|
void | SetRect (int left, int top, int right, int bottom) |
|
void | SetFontSize (double size) |
|
void | SetTextColor (svlRGB txtcolor) |
|
void | SetBackgroundColor (svlRGB bgcolor) |
|
void | SetBackground (bool enable) |
|
const std::string & | GetText () const |
|
svlRect | GetRect () const |
|
void | GetRect (int &left, int &top, int &right, int &bottom) const |
|
double | GetFontSize () const |
|
svlRGB | GetTextColor () const |
|
svlRGB | GetBackgroundColor () const |
|
bool | GetBackground () const |
|
svlRect | GetTextSize (const std::string &text) |
|
| svlOverlay () |
|
| svlOverlay (unsigned int videoch, bool visible) |
|
virtual | ~svlOverlay () |
|
void | SetVideoChannel (unsigned int videoch) |
|
void | SetVisible (bool visible) |
|
unsigned int | GetVideoChannel () const |
|
bool | GetVisible () const |
|
bool | IsUsed () const |
|
void | SetTransform (const vct3x3 &transform, const double timestamp=-1.0) |
|
double | GetTransformTimestamp () const |
|
void | SetTransformID (int ID) |
|
int | GetTransformID () const |
|
bool | IsTransformed () const |
|
void | SetTransformSynchronized (bool transform_synchronized) |
|
bool | GetTransformSynchronized () const |
|
| svlOverlayInput () |
|
| svlOverlayInput (const std::string &inputname) |
|
virtual | ~svlOverlayInput () |
|
void | SetInputName (const std::string &inputname) |
|
const std::string & | GetInputName () const |
|
void | SetInputSynchronized (bool input_synchronized) |
|
bool | GetInputSynchronized () const |
|