![]() |
CUGL 2.1
Cornell University Game Library
|
This is the complete list of members for cugl::Scene2, including all inherited members.
_active | cugl::Scene2 | protected |
_blendEquation | cugl::Scene2 | protected |
_camera | cugl::Scene2 | protected |
_children | cugl::Scene2 | protected |
_color | cugl::Scene2 | protected |
_dstFactor | cugl::Scene2 | protected |
_name | cugl::Scene2 | protected |
_srcFactor | cugl::Scene2 | protected |
addChild(const std::shared_ptr< scene2::SceneNode > &child) | cugl::Scene2 | virtual |
addChildWithName(const std::shared_ptr< scene2::SceneNode > &child, const std::string name) | cugl::Scene2 | inline |
addChildWithTag(const std::shared_ptr< scene2::SceneNode > &child, unsigned int tag) | cugl::Scene2 | inline |
alloc(const Size size) | cugl::Scene2 | inlinestatic |
alloc(float width, float height) | cugl::Scene2 | inlinestatic |
alloc(const Rect rect) | cugl::Scene2 | inlinestatic |
alloc(const Vec2 origin, const Size size) | cugl::Scene2 | inlinestatic |
alloc(float x, float y, float width, float height) | cugl::Scene2 | inlinestatic |
dispose() | cugl::Scene2 | virtual |
getBounds() const | cugl::Scene2 | inline |
getCamera() | cugl::Scene2 | |
getCamera() const | cugl::Scene2 | |
getChild(unsigned int pos) | cugl::Scene2 | |
getChild(unsigned int pos) const | cugl::Scene2 | |
getChild(unsigned int pos) const | cugl::Scene2 | inline |
getChildByName(const std::string name) const | cugl::Scene2 | |
getChildByName(const std::string name) const | cugl::Scene2 | inline |
getChildByTag(unsigned int tag) const | cugl::Scene2 | |
getChildByTag(unsigned int tag) const | cugl::Scene2 | inline |
getChildCount() const | cugl::Scene2 | inline |
getChildren() | cugl::Scene2 | inline |
getChildren() const | cugl::Scene2 | inline |
getColor() | cugl::Scene2 | inline |
getName() const | cugl::Scene2 | inline |
getSize() const | cugl::Scene2 | inline |
init(const Size size) | cugl::Scene2 | inline |
init(float width, float height) | cugl::Scene2 | inline |
init(const Rect rect) | cugl::Scene2 | inline |
init(const Vec2 origin, const Size size) | cugl::Scene2 | inline |
init(float x, float y, float width, float height) | cugl::Scene2 | virtual |
isActive() const | cugl::Scene2 | inline |
operator std::string() const | cugl::Scene2 | inline |
removeAllChildren() | cugl::Scene2 | virtual |
removeChild(unsigned int pos) | cugl::Scene2 | virtual |
removeChild(const std::shared_ptr< scene2::SceneNode > &child) | cugl::Scene2 | |
removeChildByName(const std::string name) | cugl::Scene2 | |
removeChildByTag(unsigned int tag) | cugl::Scene2 | |
render(const std::shared_ptr< SpriteBatch > &batch) | cugl::Scene2 | virtual |
reset() | cugl::Scene2 | inlinevirtual |
Scene2() | cugl::Scene2 | |
scene2::SceneNode (defined in cugl::Scene2) | cugl::Scene2 | friend |
screenToWorldCoords(const Vec2 screenCoords) const | cugl::Scene2 | inline |
setActive(bool value) | cugl::Scene2 | inlinevirtual |
setBounds(const Rect rect) | cugl::Scene2 | inline |
setBounds(const Vec2 origin, const Size size) | cugl::Scene2 | inline |
setBounds(float x, float y, float width, float height) | cugl::Scene2 | inline |
setColor(Color4 color) | cugl::Scene2 | inline |
setHeight(float height) | cugl::Scene2 | inline |
setName(const std::string &name) | cugl::Scene2 | inline |
setOffset(const Vec2 origin) | cugl::Scene2 | inline |
setSize(const Size size) | cugl::Scene2 | inline |
setSize(float width, float height) | cugl::Scene2 | inline |
setWidth(float width) | cugl::Scene2 | inline |
swapChild(const std::shared_ptr< scene2::SceneNode > &child1, const std::shared_ptr< scene2::SceneNode > &child2, bool inherit=false) | cugl::Scene2 | |
toString(bool verbose=false) const | cugl::Scene2 | virtual |
update(float timestep) | cugl::Scene2 | inlinevirtual |
worldToScreenCoords(const Vec3 worldCoords) const | cugl::Scene2 | inline |
~Scene2() | cugl::Scene2 | inline |