CUGL 1.2
Cornell University Game Library
cugl::NinePatch Member List

This is the complete list of members for cugl::NinePatch, including all inherited members.

_anchorcugl::Nodeprotected
_anglecugl::Nodeprotected
_blendEquationcugl::NinePatchprotected
_childOffsetcugl::Nodeprotected
_childrencugl::Nodeprotected
_combinedcugl::Nodeprotected
_contentSizecugl::Nodeprotected
_dstFactorcugl::NinePatchprotected
_graphcugl::Nodeprotected
_hashOfNamecugl::Nodeprotected
_hasParentColorcugl::Nodeprotected
_indices (defined in cugl::NinePatch)cugl::NinePatchprotected
_interiorcugl::NinePatchprotected
_isVisiblecugl::Nodeprotected
_layoutcugl::Nodeprotected
_namecugl::Nodeprotected
_parentcugl::Nodeprotected
_positioncugl::Nodeprotected
_renderedcugl::NinePatchprotected
_scalecugl::Nodeprotected
_srcFactorcugl::NinePatchprotected
_tagcugl::Nodeprotected
_texturecugl::NinePatchprotected
_tintColorcugl::Nodeprotected
_transformcugl::Nodeprotected
_useTransformcugl::Nodeprotected
_verticescugl::NinePatchprotected
_zDirtycugl::Nodeprotected
_zOrdercugl::Nodeprotected
addChild(std::shared_ptr< Node > child)cugl::Nodeinline
addChild(const std::shared_ptr< Node > &child, int zval)cugl::Nodevirtual
addChildWithName(const std::shared_ptr< Node > &child, const std::string &name)cugl::Nodeinline
addChildWithName(const std::shared_ptr< Node > &child, const std::string &name, int zval)cugl::Nodeinline
addChildWithTag(const std::shared_ptr< Node > &child, unsigned int tag)cugl::Nodeinline
addChildWithTag(const std::shared_ptr< Node > &child, unsigned int tag, int zval)cugl::Nodeinline
alloc()cugl::NinePatchinlinestatic
allocWithBounds(const Size &size)cugl::Nodeinlinestatic
allocWithBounds(float width, float height)cugl::Nodeinlinestatic
allocWithBounds(const Rect &rect)cugl::Nodeinlinestatic
allocWithBounds(float x, float y, float width, float height)cugl::Nodeinlinestatic
allocWithData(const SceneLoader *loader, const std::shared_ptr< JsonValue > &data)cugl::NinePatchinlinestatic
allocWithFile(const std::string &filename)cugl::NinePatchinlinestatic
allocWithFile(const std::string &filename, const Rect &interior)cugl::NinePatchinlinestatic
allocWithPosition(const Vec2 &pos)cugl::Nodeinlinestatic
allocWithPosition(float x, float y)cugl::Nodeinlinestatic
allocWithTexture(const std::shared_ptr< Texture > &texture)cugl::NinePatchinlinestatic
allocWithTexture(const std::shared_ptr< Texture > &texture, const Rect &interior)cugl::NinePatchinlinestatic
chooseAlternateTransform(bool active)cugl::Nodeinline
clearRenderData()cugl::NinePatchprotected
copy(Node *dst)cugl::Nodevirtual
CU_DISALLOW_COPY_AND_ASSIGN(NinePatch)cugl::NinePatchprotected
dispose() overridecugl::NinePatchvirtual
doLayout()cugl::Nodevirtual
draw(const std::shared_ptr< SpriteBatch > &batch, const Mat4 &transform, Color4 tint) overridecugl::NinePatchvirtual
generatePatch(const Rect &src, const Rect &dst, unsigned short offset)cugl::NinePatchprotected
generateRenderData()cugl::NinePatchprotectedvirtual
getAbsoluteColor()cugl::Node
getAlternateTransform()cugl::Nodeinline
getAnchor() const cugl::Nodeinline
getAnchorInPixels()cugl::Nodeinline
getAngle()cugl::Nodeinline
getBlendEquation() const cugl::NinePatchinline
getBoundingBox() const cugl::Nodeinline
getChild(unsigned int pos)cugl::Node
getChild(unsigned int pos) const cugl::Node
getChild(unsigned int pos) const cugl::Nodeinline
getChildByName(const std::string &name) const cugl::Node
getChildByName(const std::string &name) const cugl::Nodeinline
getChildByTag(unsigned int tag) const cugl::Node
getChildByTag(unsigned int tag) const cugl::Nodeinline
getChildCount() const cugl::Nodeinline
getChildren()cugl::Nodeinline
getChildren() const cugl::Nodeinline
getColor() const cugl::Nodeinline
getContentHeight() const cugl::Nodeinline
getContentSize() const cugl::Nodeinline
getContentWidth() const cugl::Nodeinline
getDestinationBlendFactor() const cugl::NinePatchinline
getHeight() const cugl::Nodeinline
getInterior() const cugl::NinePatchinline
getLayout() const cugl::Nodeinline
getName() const cugl::Nodeinline
getNodeToParentTransform() const cugl::Nodeinline
getNodeToWorldTransform() const cugl::Node
getParent()cugl::Nodeinline
getParent() const cugl::Nodeinline
getParentToNodeTransform() const cugl::Nodeinline
getPosition() const cugl::Nodeinline
getPositionX(void) const cugl::Nodeinline
getPositionY(void) const cugl::Nodeinline
getScale() const cugl::Nodeinline
getScaleX() const cugl::Nodeinline
getScaleY() const cugl::Nodeinline
getScene()cugl::Nodeinline
getScene() const cugl::Nodeinline
getSize() const cugl::Node
getSourceBlendFactor() const cugl::NinePatchinline
getTag() const cugl::Nodeinline
getTexture()cugl::NinePatchinline
getTexture() const cugl::NinePatchinline
getWidth() const cugl::Nodeinline
getWorldPosition() const cugl::Nodeinline
getWorldToNodeTransform() const cugl::Nodeinline
getZOrder() const cugl::Nodeinline
hasRelativeColor()cugl::Nodeinline
init() overridecugl::NinePatchinlinevirtual
initWithBounds(const Size &size)cugl::Nodevirtual
initWithBounds(float width, float height)cugl::Nodeinline
initWithBounds(const Rect &rect)cugl::Nodevirtual
initWithBounds(float x, float y, float width, float height)cugl::Nodeinline
initWithData(const SceneLoader *loader, const std::shared_ptr< JsonValue > &data) overridecugl::NinePatchvirtual
initWithFile(const std::string &filename)cugl::NinePatch
initWithFile(const std::string &filename, const Rect &interior)cugl::NinePatch
initWithPosition(const Vec2 &pos)cugl::Nodevirtual
initWithPosition(float x, float y)cugl::Nodeinline
initWithTexture(const std::shared_ptr< Texture > &texture)cugl::NinePatch
initWithTexture(const std::shared_ptr< Texture > &texture, const Rect &interior)cugl::NinePatch
isVisible() const cugl::Nodeinline
isZDirty() const cugl::Nodeinline
NinePatch()cugl::NinePatch
Node()cugl::Node
nodeToParentCoords(const Vec2 &nodePoint) const cugl::Nodeinline
nodeToScreenCoords(const Vec2 &nodePoint) const cugl::Node
nodeToWorldCoords(const Vec2 &nodePoint) const cugl::Nodeinline
operator std::string() const cugl::Nodeinline
parentToNodeCoords(const Vec2 &parentPoint) const cugl::Nodeinline
refresh()cugl::NinePatchinline
removeAllChildren()cugl::Nodevirtual
removeChild(unsigned int pos)cugl::Nodevirtual
removeChild(const std::shared_ptr< Node > &child)cugl::Node
removeChildByName(const std::string &name)cugl::Node
removeChildByTag(unsigned int tag)cugl::Node
removeFromParent()cugl::Nodeinline
render(const std::shared_ptr< SpriteBatch > &batch, const Mat4 &transform, Color4 tint)cugl::Nodevirtual
render(const std::shared_ptr< SpriteBatch > &batch)cugl::Nodeinlinevirtual
screenToNodeCoords(const Vec2 &screenPoint) const cugl::Node
setAlternateTransform(const Mat4 &transform)cugl::Nodeinline
setAnchor(const Vec2 &anchor)cugl::Nodevirtual
setAnchor(float x, float y)cugl::Nodeinline
setAngle(float angle)cugl::Nodeinline
setBlendEquation(GLenum equation)cugl::NinePatchinline
setBlendFunc(GLenum srcFactor, GLenum dstFactor)cugl::NinePatchinline
setColor(Color4 color)cugl::Nodeinlinevirtual
setContentHeight(float height)cugl::Nodeinline
setContentSize(const Size &size) overridecugl::NinePatchvirtual
cugl::Node::setContentSize(float width, float height)cugl::Nodeinlinevirtual
setContentWidth(float width)cugl::Nodeinline
setInterior(const Rect &interior)cugl::NinePatch
setLayout(const std::shared_ptr< Layout > &layout)cugl::Nodeinline
setName(const std::string &name)cugl::Nodeinline
setPosition(const Vec2 &position)cugl::Nodeinline
setPosition(float x, float y)cugl::Node
setPositionX(float x)cugl::Nodeinline
setPositionY(float y)cugl::Nodeinline
setRelativeColor(bool flag)cugl::Nodeinline
setScale(float scale)cugl::Nodeinline
setScale(const Vec2 &vec)cugl::Nodeinline
setScale(float sx, float sy)cugl::Nodeinline
setTag(unsigned int tag)cugl::Nodeinline
setTexture(const std::string &filename)cugl::NinePatchinline
setTexture(const std::shared_ptr< Texture > &texture)cugl::NinePatch
setVisible(bool visible)cugl::Nodeinline
setZOrder(int z)cugl::Node
sortZOrder()cugl::Node
swapChild(const std::shared_ptr< Node > &child1, const std::shared_ptr< Node > &child2, bool inherit=false)cugl::Node
toString(bool verbose=false) const overridecugl::NinePatchvirtual
withAlternateTransform()cugl::Nodeinline
worldToNodeCoords(const Vec2 &worldPoint) const cugl::Nodeinline
~NinePatch()cugl::NinePatchinline
~Node()cugl::Nodeinline