addChild(DisplayObject *child) | rag::DisplayObject | |
addChildAt(DisplayObject *child, int index) | rag::DisplayObject | |
addEventListener(std::string type, EventListener *listener) (defined in events::EventDispatcher) | events::EventDispatcher | |
angle (defined in rag::DisplayObject) | rag::DisplayObject | protected |
autoScaleOnTouch | rag::DisplayObject | |
bounds (defined in rag::DisplayObject) | rag::DisplayObject | protected |
captureInput | rag::DisplayObject | |
checkHitPoint | rag::DisplayObject | |
childs | rag::DisplayObject | |
clearText() (defined in rag::TextInput) | rag::TextInput | |
clipRect (defined in rag::DisplayObject) | rag::DisplayObject | protected |
closeKeyboard() (defined in rag::TextInput) | rag::TextInput | |
color | rag::DisplayObject | |
colorTransform (defined in rag::DisplayObject) | rag::DisplayObject | protected |
contains(const DisplayObject *child) const | rag::DisplayObject | |
deleteChild(DisplayObject *child) | rag::DisplayObject | |
deletePendentObjects() | rag::DisplayObject | static |
destroy() | rag::DisplayObject | |
dirty (defined in rag::DisplayObject) | rag::DisplayObject | protected |
dispatchEvent(Event &event) (defined in events::EventDispatcher) | events::EventDispatcher | |
DisplayObject() (defined in rag::DisplayObject) | rag::DisplayObject | |
EventDispatcher() (defined in events::EventDispatcher) | events::EventDispatcher | |
getAngle() const | rag::DisplayObject | |
getBounds(DisplayObject *targetCoordinateSpace=NULL) | rag::DisplayObject | |
getChildAt(int index) | rag::DisplayObject | |
getChildByName(const std::string &name) | rag::DisplayObject | |
getChildIndex(DisplayObject *child) const | rag::DisplayObject | |
getHeight() | rag::DisplayObject | |
getNumChilds() | rag::DisplayObject | |
getPosition() const | rag::DisplayObject | |
getScaleX() const | rag::DisplayObject | |
getScaleY() const | rag::DisplayObject | |
getSkewX() const | rag::DisplayObject | |
getSkewY() const | rag::DisplayObject | |
getText() (defined in rag::TextInput) | rag::TextInput | |
getWidth() | rag::DisplayObject | |
getX() | rag::DisplayObject | |
getY() | rag::DisplayObject | |
globalToLocal(const glm::vec2 &point) | rag::DisplayObject | |
hasEventListener(std::string type) (defined in events::EventDispatcher) | events::EventDispatcher | |
height (defined in rag::DisplayObject) | rag::DisplayObject | protected |
hitTestPoint(int x, int y) | rag::DisplayObject | virtual |
localToGlobal(const glm::vec2 &point) | rag::DisplayObject | |
logicTraversal() | rag::DisplayObject | virtual |
material | rag::DisplayObject | |
matrix | rag::DisplayObject | |
name (defined in rag::DisplayObject) | rag::DisplayObject | |
numChilds (defined in rag::DisplayObject) | rag::DisplayObject | protected |
onNativeEvent(events::TouchEvent &event) | rag::DisplayObject | |
openKeyboard() (defined in rag::TextInput) | rag::TextInput | |
parent (defined in rag::DisplayObject) | rag::DisplayObject | |
prerender() | rag::DisplayObject | virtual |
removeChild(DisplayObject *child) | rag::DisplayObject | |
removeEventListener(std::string type, EventListener *listener) (defined in events::EventDispatcher) | events::EventDispatcher | |
render() | rag::DisplayObject | virtual |
renderMaterial | rag::DisplayObject | |
renderTraversal(const Color &color) | rag::DisplayObject | virtual |
scaleX (defined in rag::DisplayObject) | rag::DisplayObject | protected |
scaleY (defined in rag::DisplayObject) | rag::DisplayObject | protected |
script (defined in rag::DisplayObject) | rag::DisplayObject | |
setAngle(float angle) | rag::DisplayObject | |
setClipRectangle(const Rectangle &rect) | rag::DisplayObject | |
setHeight(float height) | rag::DisplayObject | |
setPosition(float x, float y) | rag::DisplayObject | |
setPosition(glm::vec2 p) | rag::DisplayObject | |
setScale(float scale) | rag::DisplayObject | |
setScaleX(float scaleX) | rag::DisplayObject | |
setScaleY(float scaleY) | rag::DisplayObject | |
setSkewX(float skewX) | rag::DisplayObject | |
setSkewY(float skewY) | rag::DisplayObject | |
setText(const std::string &text) (defined in rag::TextInput) | rag::TextInput | |
rag::DisplayObject::setText(rag::DisplayObject *displayObject, const std::string &text) | rag::DisplayObject | |
rag::DisplayObject::setText(rag::DisplayObject *displayObject, int value) | rag::DisplayObject | |
setWidth(float width) | rag::DisplayObject | |
setX(float x) | rag::DisplayObject | |
setY(float y) | rag::DisplayObject | |
showLivingObjects() | rag::DisplayObject | static |
skewX (defined in rag::DisplayObject) | rag::DisplayObject | protected |
skewY (defined in rag::DisplayObject) | rag::DisplayObject | protected |
soundName | rag::DisplayObject | |
swapChildren(DisplayObject *child1, DisplayObject *child2) | rag::DisplayObject | |
TextInput(std::string defaultText="", int maxLines=0, int maxCharacters=0, bool useCaptureLayer=true, Keyboard::KeyboardType keyboardType=Keyboard::KeyboardTypeDefault) (defined in rag::TextInput) | rag::TextInput | |
updateBounds(rag::DisplayObject *targetCoordinateSpace) | rag::DisplayObject | protectedvirtual |
updateMatrix() | rag::DisplayObject | |
visible | rag::DisplayObject | |
width (defined in rag::DisplayObject) | rag::DisplayObject | protected |
x (defined in rag::DisplayObject) | rag::DisplayObject | protected |
y (defined in rag::DisplayObject) | rag::DisplayObject | protected |
~DisplayObject() (defined in rag::DisplayObject) | rag::DisplayObject | virtual |
~EventDispatcher() (defined in events::EventDispatcher) | events::EventDispatcher | inlinevirtual |
~EventListener() (defined in events::EventListener) | events::EventListener | inlineprivatevirtual |
~TextInput() (defined in rag::TextInput) | rag::TextInput | |