AddAnimation(UiAnimation *animation) | UiWidget | |
AddChild(UiWidget *widget) | UiWidget | |
Align enum name | UiWidget | |
align_ | UiWidget | protected |
animation_current_ | UiWidget | protected |
animation_default_ | UiWidget | protected |
animation_end_time_ | UiWidget | protected |
animation_state_ | UiWidget | protected |
animation_sync_ | UiWidget | protected |
animations_ | UiWidget | protected |
BOTTOM enum value | UiWidget | |
CENTER enum value | UiWidget | |
children_ | UiWidget | protected |
colour_1_ | UiWidget | protected |
colour_2_ | UiWidget | protected |
colour_3_ | UiWidget | protected |
colour_4_ | UiWidget | protected |
final_origin_ | UiWidget | protected |
final_rotation_ | UiWidget | protected |
final_scale_ | UiWidget | protected |
final_size_ | UiWidget | protected |
final_translate_ | UiWidget | protected |
final_z_ | UiWidget | protected |
GetAnimationState() const | UiWidget | |
GetChild(const Ogre::String &name) | UiWidget | |
GetChild(const unsigned int id) | UiWidget | |
GetCurrentAnimationName() const | UiWidget | |
GetFinalOrigin() const | UiWidget | |
GetFinalRotation() const | UiWidget | |
GetFinalScale() const | UiWidget | |
GetFinalScissor(bool &scissor) const | UiWidget | |
GetFinalSize() const | UiWidget | |
GetFinalTranslate() const | UiWidget | |
GetFinalZ() const | UiWidget | |
GetHeight(float &percent, float &height) | UiWidget | |
GetName() const | UiWidget | |
GetNumberOfChildren() | UiWidget | |
GetWidth(float &percent, float &width) | UiWidget | |
GetX(float &percent, float &x) | UiWidget | |
GetY(float &percent, float &y) | UiWidget | |
global_scissor_ | UiWidget | protected |
height_ | UiWidget | protected |
height_percent_ | UiWidget | protected |
Initialise() | UiWidget | |
IsVisible() const | UiWidget | |
LEFT enum value | UiWidget | |
local_scissor_ | UiWidget | protected |
MIDDLE enum value | UiWidget | |
name_ | UiWidget | protected |
OnResize() | UiWidget | |
origin_x_ | UiWidget | protected |
origin_x_percent_ | UiWidget | protected |
origin_y_ | UiWidget | protected |
origin_y_percent_ | UiWidget | protected |
parent_ | UiWidget | protected |
path_name_ | UiWidget | protected |
PlayAnimation(const Ogre::String &animation, UiAnimation::State state, const float start, const float end) | UiWidget | |
RemoveAllChildren() | UiWidget | |
Render() | UiWidget | virtual |
RIGHT enum value | UiWidget | |
rotation_ | UiWidget | protected |
scale_ | UiWidget | protected |
scissor_ | UiWidget | protected |
scissor_bottom_ | UiWidget | protected |
scissor_left_ | UiWidget | protected |
scissor_right_ | UiWidget | protected |
scissor_top_ | UiWidget | protected |
scissor_x_bottom_ | UiWidget | protected |
scissor_x_percent_bottom_ | UiWidget | protected |
scissor_x_percent_top_ | UiWidget | protected |
scissor_x_top_ | UiWidget | protected |
scissor_y_left_ | UiWidget | protected |
scissor_y_percent_left_ | UiWidget | protected |
scissor_y_percent_right_ | UiWidget | protected |
scissor_y_right_ | UiWidget | protected |
screen_height_ | UiWidget | protected |
screen_width_ | UiWidget | protected |
ScriptAnimationSync() | UiWidget | |
ScriptGetHeight() | UiWidget | |
ScriptGetWidth() | UiWidget | |
ScriptPlayAnimation(const char *name) | UiWidget | |
ScriptPlayAnimation(const char *name, const float start, const float end) | UiWidget | |
ScriptPlayAnimationStop(const char *name) | UiWidget | |
ScriptPlayAnimationStop(const char *name, const float start, const float end) | UiWidget | |
ScriptSetDefaultAnimation(const char *animation) | UiWidget | |
ScriptSetHeight(float height) | UiWidget | |
ScriptSetWidth(float width) | UiWidget | |
SetAlign(const UiWidget::Align align) | UiWidget | |
SetAlpha(const float a) | UiWidget | |
SetColour(const float r, const float g, const float b) | UiWidget | |
SetColours(const float r1, const float g1, const float b1, const float r2, const float g2, const float b2, const float r3, const float g3, const float b3, const float r4, const float g4, const float b4) | UiWidget | |
SetGlobalScissor(const bool global) | UiWidget | |
SetHeight(const float percent, const float height) | UiWidget | |
SetImage(const char *image) | UiWidget | virtual |
SetOriginX(const float percent, const float x) | UiWidget | |
SetOriginY(const float percent, const float y) | UiWidget | |
SetRotation(const float degree) | UiWidget | |
SetScale(const Ogre::Vector2 &scale) | UiWidget | |
SetScissorArea(const float percent_x1, const float x1, const float percent_y1, const float y1, const float percent_x2, const float x2, const float percent_y2, const float y2) | UiWidget | |
SetText(const char *text) | UiWidget | virtual |
SetUpdateTransformation() | UiWidget | |
SetVerticalAlign(const UiWidget::VerticalAlign valign) | UiWidget | |
SetVisible(const bool visible) | UiWidget | |
SetWidth(const float percent, const float width) | UiWidget | |
SetX(const float percent, const float x) | UiWidget | |
SetY(const float percent, const float y) | UiWidget | |
SetZ(const float z) | UiWidget | |
TOP enum value | UiWidget | |
UiWidget(const Ogre::String &name) | UiWidget | |
UiWidget(const Ogre::String &name, const Ogre::String &path_name, UiWidget *parent) | UiWidget | |
UiWidget() | UiWidget | private |
Update() | UiWidget | virtual |
update_transformation_ | UiWidget | protected |
UpdateTransformation() | UiWidget | virtual |
vertical_align_ | UiWidget | protected |
VerticalAlign enum name | UiWidget | |
visible_ | UiWidget | protected |
width_ | UiWidget | protected |
width_percent_ | UiWidget | protected |
x_ | UiWidget | protected |
x_percent_ | UiWidget | protected |
y_ | UiWidget | protected |
y_percent_ | UiWidget | protected |
z_ | UiWidget | protected |
~UiWidget() | UiWidget | virtual |