TrackBar

Undocumented in source.

Constructors

this
this(string _name, string _winname, int _max)
Undocumented in source.
this
this(string _name, string _winname, int* value, int count, TrackbarCallback on_trackbar, void* userdata)
Undocumented in source.

Members

Functions

getPos
int getPos()
Undocumented in source. Be warned that the author may not have intended to support it.
setMax
void setMax(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
setMin
void setMin(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
setPos
void setPos(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

max
int max;
Undocumented in source.
name
string name;
Undocumented in source.
winname
string winname;
Undocumented in source.

Meta