![]() |
CUGL
Cornell University Game Library
|
This is the complete list of members for cugl::Label, including all inherited members.
_anchor | cugl::Node | protected |
_angle | cugl::Node | protected |
_background | cugl::Label | protected |
_childOffset | cugl::Node | protected |
_children | cugl::Node | protected |
_combined | cugl::Node | protected |
_contentSize | cugl::Node | protected |
_font | cugl::Label | protected |
_foreground | cugl::Label | protected |
_graph | cugl::Node | protected |
_halign | cugl::Label | protected |
_hashOfName | cugl::Node | protected |
_hasParentColor | cugl::Node | protected |
_indices | cugl::Label | protected |
_isVisible | cugl::Node | protected |
_name | cugl::Node | protected |
_padding | cugl::Label | protected |
_parent | cugl::Node | protected |
_position | cugl::Node | protected |
_rendered | cugl::Label | protected |
_scale | cugl::Node | protected |
_tag | cugl::Node | protected |
_text | cugl::Label | protected |
_textbounds | cugl::Label | protected |
_texture (defined in cugl::Label) | cugl::Label | protected |
_tintColor | cugl::Node | protected |
_transform | cugl::Node | protected |
_truebounds | cugl::Label | protected |
_useTransform | cugl::Node | protected |
_valign | cugl::Label | protected |
_vertices | cugl::Label | protected |
_zDirty | cugl::Node | protected |
_zOrder | cugl::Node | protected |
addChild(std::shared_ptr< Node > child) | cugl::Node | inline |
addChild(const std::shared_ptr< Node > &child, int zval) | cugl::Node | virtual |
addChildWithName(const std::shared_ptr< Node > &child, const std::string &name) | cugl::Node | inline |
addChildWithName(const std::shared_ptr< Node > &child, const std::string &name, int zval) | cugl::Node | inline |
addChildWithTag(const std::shared_ptr< Node > &child, unsigned int tag) | cugl::Node | inline |
addChildWithTag(const std::shared_ptr< Node > &child, unsigned int tag, int zval) | cugl::Node | inline |
alloc(const Size &size, const std::shared_ptr< Font > &font) | cugl::Label | inlinestatic |
alloc(const std::string &text, const std::shared_ptr< Font > &font) | cugl::Label | inlinestatic |
alloc(const char *text, const std::shared_ptr< Font > &font) | cugl::Label | inlinestatic |
cugl::Node::alloc() | cugl::Node | inlinestatic |
allocWithBounds(const Size &size) | cugl::Node | inlinestatic |
allocWithBounds(float width, float height) | cugl::Node | inlinestatic |
allocWithBounds(const Rect &rect) | cugl::Node | inlinestatic |
allocWithBounds(float x, float y, float width, float height) | cugl::Node | inlinestatic |
allocWithPosition(const Vec2 &pos) | cugl::Node | inlinestatic |
allocWithPosition(float x, float y) | cugl::Node | inlinestatic |
chooseAlternateTransform(bool active) | cugl::Node | inline |
copy(Node *dst) | cugl::Node | virtual |
dispose() override | cugl::Label | virtual |
draw(const std::shared_ptr< SpriteBatch > &batch, const Mat4 &transform, Color4 tint) override | cugl::Label | virtual |
getAbsoluteColor() | cugl::Node | |
getAlternateTransform() | cugl::Node | inline |
getAnchor() const | cugl::Node | inline |
getAnchorInPixels() | cugl::Node | inline |
getAngle() | cugl::Node | inline |
getBackground() const | cugl::Label | inline |
getBaseLine() const | cugl::Label | |
getBoundingBox() const | cugl::Node | inline |
getChild(unsigned int pos) | cugl::Node | |
getChild(unsigned int pos) const | cugl::Node | |
getChild(unsigned int pos) const | cugl::Node | inline |
getChildByName(const std::string &name) const | cugl::Node | |
getChildByName(const std::string &name) const | cugl::Node | inline |
getChildByTag(unsigned int tag) const | cugl::Node | |
getChildByTag(unsigned int tag) const | cugl::Node | inline |
getChildCount() const | cugl::Node | inline |
getChildren() | cugl::Node | inline |
getChildren() const | cugl::Node | inline |
getColor() const | cugl::Node | inline |
getContentHeight() const | cugl::Node | inline |
getContentSize() const | cugl::Node | inline |
getContentWidth() const | cugl::Node | inline |
getFont() const | cugl::Label | inline |
getForeground() const | cugl::Label | inline |
getHeight() const | cugl::Node | inline |
getHorizontalAlignment() const | cugl::Label | inline |
getName() const | cugl::Node | inline |
getNodeToParentTransform() const | cugl::Node | inline |
getNodeToWorldTransform() const | cugl::Node | |
getPadding() const | cugl::Label | inline |
getPaddingX() const | cugl::Label | inline |
getPaddingY() const | cugl::Label | inline |
getParent() | cugl::Node | inline |
getParent() const | cugl::Node | inline |
getParentToNodeTransform() const | cugl::Node | inline |
getPosition() const | cugl::Node | inline |
getPositionX(void) const | cugl::Node | inline |
getPositionY(void) const | cugl::Node | inline |
getScale() const | cugl::Node | inline |
getScaleX() const | cugl::Node | inline |
getScaleY() const | cugl::Node | inline |
getScene() | cugl::Node | inline |
getScene() const | cugl::Node | inline |
getSize() const | cugl::Node | inline |
getTag() const | cugl::Node | inline |
getText() const | cugl::Label | inline |
getTextBounds() const | cugl::Label | inline |
getTrueBounds() const | cugl::Label | inline |
getVerticalAlignment() const | cugl::Label | inline |
getWidth() const | cugl::Node | inline |
getWorldPosition() const | cugl::Node | inline |
getWorldToNodeTransform() const | cugl::Node | inline |
getZOrder() const | cugl::Node | inline |
HAlign enum name | cugl::Label | |
hasRelativeColor() | cugl::Node | inline |
init(const Size &size, const std::shared_ptr< Font > &font) | cugl::Label | |
cugl::Node::init() | cugl::Node | inlinevirtual |
initWithBounds(const Size &size) | cugl::Node | virtual |
initWithBounds(float width, float height) | cugl::Node | inline |
initWithBounds(const Rect &rect) | cugl::Node | virtual |
initWithBounds(float x, float y, float width, float height) | cugl::Node | inline |
initWithPosition(const Vec2 &pos) | cugl::Node | virtual |
initWithPosition(float x, float y) | cugl::Node | inline |
initWithText(const char *text, const std::shared_ptr< Font > &font) | cugl::Label | inline |
initWithText(const std::string &text, const std::shared_ptr< Font > &font) | cugl::Label | |
isVisible() const | cugl::Node | inline |
isZDirty() const | cugl::Node | inline |
Label() | cugl::Label | |
Node() | cugl::Node | |
nodeToParentCoords(const Vec2 &nodePoint) const | cugl::Node | inline |
nodeToScreenCoords(const Vec2 &nodePoint) const | cugl::Node | |
nodeToWorldCoords(const Vec2 &nodePoint) const | cugl::Node | inline |
operator std::string() const | cugl::Node | inline |
parentToNodeCoords(const Vec2 &parentPoint) const | cugl::Node | inline |
removeAllChildren() | cugl::Node | virtual |
removeChild(unsigned int pos) | cugl::Node | virtual |
removeChild(const std::shared_ptr< Node > &child) | cugl::Node | |
removeChildByName(const std::string &name) | cugl::Node | |
removeChildByTag(unsigned int tag) | cugl::Node | |
removeFromParent() | cugl::Node | inline |
render(const std::shared_ptr< SpriteBatch > &batch, const Mat4 &transform, Color4 tint) | cugl::Node | |
render(const std::shared_ptr< SpriteBatch > &batch) | cugl::Node | inline |
screenToNodeCoords(const Vec2 &screenPoint) const | cugl::Node | |
setAlternateTransform(const Mat4 &transform) | cugl::Node | inline |
setAnchor(const Vec2 &anchor) | cugl::Node | virtual |
setAnchor(float x, float y) | cugl::Node | inline |
setAngle(float angle) | cugl::Node | inline |
setBackground(Color4 color) | cugl::Label | |
setColor(Color4 color) | cugl::Node | inline |
setContentHeight(float height) | cugl::Node | inline |
setContentSize(const Size &size) override | cugl::Label | virtual |
setContentSize(float width, float height) override | cugl::Label | inlinevirtual |
setContentWidth(float width) | cugl::Node | inline |
setFont(const std::shared_ptr< Font > &font, bool resize=false) | cugl::Label | |
setForeground(Color4 color) | cugl::Label | inline |
setHorizontalAlignment(HAlign halign) | cugl::Label | |
setName(const std::string &name) | cugl::Node | inline |
setPadding(const Vec2 &padding) | cugl::Label | inline |
setPadding(float padx, float pady) | cugl::Label | |
setPaddingX(float padx) | cugl::Label | inline |
setPaddingY(float pady) | cugl::Label | inline |
setPosition(const Vec2 &position) | cugl::Node | inline |
setPosition(float x, float y) | cugl::Node | |
setPositionX(float x) | cugl::Node | inline |
setPositionY(float y) | cugl::Node | inline |
setRelativeColor(bool flag) | cugl::Node | inline |
setScale(float scale) | cugl::Node | inline |
setScale(const Vec2 &vec) | cugl::Node | inline |
setScale(float sx, float sy) | cugl::Node | inline |
setTag(unsigned int tag) | cugl::Node | inline |
setText(const std::string &text, bool resize=false) | cugl::Label | |
setVerticalAlignment(VAlign valign) | cugl::Label | |
setVisible(bool visible) | cugl::Node | inline |
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::Node | virtual |
VAlign enum name | cugl::Label | |
withAlternateTransform() | cugl::Node | inline |
worldToNodeCoords(const Vec2 &worldPoint) const | cugl::Node | inline |
~Label() | cugl::Label | inline |
~Node() | cugl::Node | inlinevirtual |