CUGL
Cornell University Game Library
cugl::Label Member List

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

_anchorcugl::Nodeprotected
_anglecugl::Nodeprotected
_backgroundcugl::Labelprotected
_childOffsetcugl::Nodeprotected
_childrencugl::Nodeprotected
_combinedcugl::Nodeprotected
_contentSizecugl::Nodeprotected
_fontcugl::Labelprotected
_foregroundcugl::Labelprotected
_graphcugl::Nodeprotected
_haligncugl::Labelprotected
_hashOfNamecugl::Nodeprotected
_hasParentColorcugl::Nodeprotected
_indicescugl::Labelprotected
_isVisiblecugl::Nodeprotected
_namecugl::Nodeprotected
_paddingcugl::Labelprotected
_parentcugl::Nodeprotected
_positioncugl::Nodeprotected
_renderedcugl::Labelprotected
_scalecugl::Nodeprotected
_tagcugl::Nodeprotected
_textcugl::Labelprotected
_textboundscugl::Labelprotected
_texture (defined in cugl::Label)cugl::Labelprotected
_tintColorcugl::Nodeprotected
_transformcugl::Nodeprotected
_trueboundscugl::Labelprotected
_useTransformcugl::Nodeprotected
_valigncugl::Labelprotected
_verticescugl::Labelprotected
_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(const Size &size, const std::shared_ptr< Font > &font)cugl::Labelinlinestatic
alloc(const std::string &text, const std::shared_ptr< Font > &font)cugl::Labelinlinestatic
alloc(const char *text, const std::shared_ptr< Font > &font)cugl::Labelinlinestatic
cugl::Node::alloc()cugl::Nodeinlinestatic
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
allocWithPosition(const Vec2 &pos)cugl::Nodeinlinestatic
allocWithPosition(float x, float y)cugl::Nodeinlinestatic
chooseAlternateTransform(bool active)cugl::Nodeinline
copy(Node *dst)cugl::Nodevirtual
dispose() overridecugl::Labelvirtual
draw(const std::shared_ptr< SpriteBatch > &batch, const Mat4 &transform, Color4 tint) overridecugl::Labelvirtual
getAbsoluteColor()cugl::Node
getAlternateTransform()cugl::Nodeinline
getAnchor() const cugl::Nodeinline
getAnchorInPixels()cugl::Nodeinline
getAngle()cugl::Nodeinline
getBackground() const cugl::Labelinline
getBaseLine() const cugl::Label
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
getFont() const cugl::Labelinline
getForeground() const cugl::Labelinline
getHeight() const cugl::Nodeinline
getHorizontalAlignment() const cugl::Labelinline
getName() const cugl::Nodeinline
getNodeToParentTransform() const cugl::Nodeinline
getNodeToWorldTransform() const cugl::Node
getPadding() const cugl::Labelinline
getPaddingX() const cugl::Labelinline
getPaddingY() const cugl::Labelinline
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::Nodeinline
getTag() const cugl::Nodeinline
getText() const cugl::Labelinline
getTextBounds() const cugl::Labelinline
getTrueBounds() const cugl::Labelinline
getVerticalAlignment() const cugl::Labelinline
getWidth() const cugl::Nodeinline
getWorldPosition() const cugl::Nodeinline
getWorldToNodeTransform() const cugl::Nodeinline
getZOrder() const cugl::Nodeinline
HAlign enum namecugl::Label
hasRelativeColor()cugl::Nodeinline
init(const Size &size, const std::shared_ptr< Font > &font)cugl::Label
cugl::Node::init()cugl::Nodeinlinevirtual
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
initWithPosition(const Vec2 &pos)cugl::Nodevirtual
initWithPosition(float x, float y)cugl::Nodeinline
initWithText(const char *text, const std::shared_ptr< Font > &font)cugl::Labelinline
initWithText(const std::string &text, const std::shared_ptr< Font > &font)cugl::Label
isVisible() const cugl::Nodeinline
isZDirty() const cugl::Nodeinline
Label()cugl::Label
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
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::Node
render(const std::shared_ptr< SpriteBatch > &batch)cugl::Nodeinline
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
setBackground(Color4 color)cugl::Label
setColor(Color4 color)cugl::Nodeinline
setContentHeight(float height)cugl::Nodeinline
setContentSize(const Size &size) overridecugl::Labelvirtual
setContentSize(float width, float height) overridecugl::Labelinlinevirtual
setContentWidth(float width)cugl::Nodeinline
setFont(const std::shared_ptr< Font > &font, bool resize=false)cugl::Label
setForeground(Color4 color)cugl::Labelinline
setHorizontalAlignment(HAlign halign)cugl::Label
setName(const std::string &name)cugl::Nodeinline
setPadding(const Vec2 &padding)cugl::Labelinline
setPadding(float padx, float pady)cugl::Label
setPaddingX(float padx)cugl::Labelinline
setPaddingY(float pady)cugl::Labelinline
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
setText(const std::string &text, bool resize=false)cugl::Label
setVerticalAlignment(VAlign valign)cugl::Label
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 cugl::Nodevirtual
VAlign enum namecugl::Label
withAlternateTransform()cugl::Nodeinline
worldToNodeCoords(const Vec2 &worldPoint) const cugl::Nodeinline
~Label()cugl::Labelinline
~Node()cugl::Nodeinlinevirtual