18#include <OgreColourValue.h>
19#include <OgreString.h>
166 const float start,
const float end
352 void SetOriginX(
const float percent,
const float x);
360 void SetOriginY(
const float percent,
const float y);
368 void SetX(
const float percent,
const float x);
376 void GetX(
float& percent,
float& x);
384 void SetY(
const float percent,
const float y);
392 void GetY(
float& percent,
float& y);
399 void SetZ(
const float z);
407 void SetWidth(
const float percent,
const float width);
415 void GetWidth(
float& percent,
float& width);
423 void SetHeight(
const float percent,
const float height);
431 void GetHeight(
float& percent,
float& height);
438 void SetScale(
const Ogre::Vector2& scale);
460 const float percent_x1,
const float x1,
const float percent_y1,
const float y1,
461 const float percent_x2,
const float x2,
const float percent_y2,
const float y2
478 void SetColour(
const float r,
const float g,
const float b);
499 const float r1,
const float g1,
const float b1,
500 const float r2,
const float g2,
const float b2,
501 const float r3,
const float g3,
const float b3,
502 const float r4,
const float g4,
const float b4
519 virtual void SetText(
const char* text);
528 virtual void SetImage(
const char* image);
uint16 a
Alpha component.
Definition: TxzFileSerializer.h:19
uint16 b
Blue component.
Definition: TxzFileSerializer.h:14
uint16 g
Green component.
Definition: TxzFileSerializer.h:9
uint16 r
Red component.
Definition: TxzFileSerializer.h:4
An UI element animation.
Definition: UiAnimation.h:59
State
Animation state.
Definition: UiAnimation.h:79
Ogre::String String
Definition: TypeDefine.h:37