|
| ControlSlider (long x, long y, long width, long height, const char *textureback=NULL, const char *texture=NULL, const char *texturefocus=NULL, int orientation=1, const char *texturebackdisabled=NULL, const char *texturedisabled=NULL) |
|
virtual float | getPercent () |
|
virtual void | setPercent (float pct) |
|
virtual int | getInt () |
|
virtual void | setInt (int value, int min, int delta, int max) |
|
virtual float | getFloat () |
|
virtual void | setFloat (float value, float min, float delta, float max) |
|
CGUIControl * | Create () override |
|
virtual bool | canAcceptMessages (int actionId) |
|
virtual int | getId () |
|
bool | operator== (const Control &other) const |
|
bool | operator> (const Control &other) const |
|
bool | operator< (const Control &other) const |
|
virtual std::vector< int > | getPosition () |
|
int | getX () |
|
int | getY () |
|
virtual int | getHeight () |
|
virtual int | getWidth () |
|
virtual void | setEnabled (bool enabled) |
|
virtual void | setVisible (bool visible) |
|
virtual bool | isVisible () |
|
virtual void | setVisibleCondition (const char *visible, bool allowHiddenFocus=false) |
|
virtual void | setEnableCondition (const char *enable) |
|
virtual void | setAnimations (const std::vector< Tuple< String, String > > &eventAttr) |
|
virtual void | setPosition (long x, long y) |
|
virtual void | setWidth (long width) |
|
virtual void | setHeight (long height) |
|
virtual void | setNavigation (const Control *up, const Control *down, const Control *left, const Control *right) |
|
virtual void | controlUp (const Control *up) |
|
virtual void | controlDown (const Control *control) |
|
virtual void | controlLeft (const Control *control) |
|
virtual void | controlRight (const Control *control) |
|
const char * | GetClassname () const |
|
LanguageHook * | GetLanguageHook () |
|
bool | isDeallocating () |
| This method should be called while holding a Synchronize on the object. More...
|
|
void | Release () const |
|
void | Acquire () const |
|