TDME2 1.9.121
GUIImageNode Member List

This is the complete list of members for GUIImageNode, including all inherited members.

_scrollToNodeX(GUIParentNode *toNode=nullptr)GUINodeprotected
_scrollToNodeY(GUIParentNode *toNode=nullptr)GUINodeprotected
addEffect(const string &id, GUIEffect *effect)GUINode
alignmentsGUINodeprotected
applyEffects(GUIRenderer *guiRenderer)GUINodevirtual
backgroundColorGUINodeprotected
backgroundImageEffectColorAddGUINodeprotected
backgroundImageEffectColorMulGUINodeprotected
backgroundImageScale9GridGUINodeprotected
backgroundTextureGUINodeprotected
backgroundTextureIdGUINodeprotected
borderGUINodeprotected
cfCall(GUIElementNode *elementNode, const string &function, const vector< string > &arguments)GUINodeprivate
cfCallDetermineElementNodeDependencies(const string &function, const vector< string > &arguments, vector< string > &elementNodeDependencies)GUINodeprivate
cfDetermineElementNodeDependencies(vector< string > &elementNodeDependencies)GUINodeprivate
cfEmpty(const vector< string > &arguments)GUINodeprivate
cfHasCondition(GUIElementNode *elementNode, const vector< string > &arguments)GUINodeprivate
cfHasConditionDetermineElementNodeDependencies(const vector< string > &arguments, vector< string > &elementNodeDependencies)GUINodeprivate
cfParse(const string &term, string &function, vector< string > &arguments)GUINodeprivate
checkConditions()GUINodeprotected
clippingGUITextureBaseNodeprivate
computeContentAlignment()GUINodeprotectedvirtual
computedConstraintsGUINodeprotected
computeParentChildrenRenderOffsetXTotal()GUINode
computeParentChildrenRenderOffsetYTotal()GUINode
conditionsMetGUINodeprotected
controllerGUINodeprotected
createAlignments(const string &horizontal, const string &vertical)GUINodestatic
createBorder(const string &allBorder, const string &left, const string &top, const string &right, const string &bottom, const string &allBorderColor, const string &leftColor, const string &topColor, const string &rightColor, const string &bottomColor)GUINodestatic
createClipping(const string &allClipping, const string &left, const string &top, const string &right, const string &bottom)GUITextureBaseNodestatic
createConditions(const string &conditions)GUINodestatic
createFlow(const string &flow)GUINodestatic
createPadding(const string &allPadding, const string &left, const string &top, const string &right, const string &bottom)GUINodestatic
createRequestedConstraints(const string &left, const string &top, const string &width, const string &height, int factor)GUINodestatic
createRequestedDimensionConstraints(const string &width, const string &height)GUITextureBaseNodestatic
createScale9Grid(const string &all, const string &left, const string &top, const string &right, const string &bottom)GUINodestatic
determineMouseEventNodes(GUIMouseEvent *event, bool floatingNode, unordered_set< string > &eventNodeIds, unordered_set< string > &eventFloatingNodeIds)GUINodevirtual
dispose() overrideGUIImageNodevirtual
dumpNode(GUINode *node, int depth=0, int indent=0, int depthIdx=0)GUINodestatic
dumpParentNodes(GUINode *node, int indent=0)GUINodestatic
effectColorAddGUITextureBaseNodeprivate
effectColorMulGUITextureBaseNodeprivate
effectsGUINodeprotected
effectStateGUINodeprotected
flowGUINodeprivate
getAutoHeight()GUINodevirtual
getAutoWidth()GUINodevirtual
getBackgroundColor()GUINodeinline
getBorder()GUINodeinline
getClipping()GUITextureBaseNode
getComputedConstraints()GUINodeinline
getContentHeight() overrideGUITextureBaseNodevirtual
getContentWidth() overrideGUITextureBaseNodevirtual
getController()GUINodeinline
getEffect(const string &id)GUINode
getEffectColorAdd()GUITextureBaseNode
getEffectColorMul()GUITextureBaseNode
getEffectState()GUINodeinline
getEventNodePosition(GUIMouseEvent *event, Vector2 &position)GUINode
getEventOffNodeRelativePosition(GUIMouseEvent *event, Vector2 &position)GUINode
getGUIEffectOffsetX()GUINodeinline
getGUIEffectOffsetY()GUINodeinline
getHierarchicalId()GUINode
getId()GUINodeinline
getMask()GUITextureBaseNode
getMaskMaxValue()GUITextureBaseNodeinline
getNodeType() overrideGUIImageNodeprotectedvirtual
getPadding()GUINodeinline
getParentControllerNode()GUINode
getParentNode()GUINodeinline
getRequestedColor(const string &color, const GUIColor &defaultColor)GUINodestatic
getRequestedConstraintsType(const string &constraint, GUINode_RequestedConstraints_RequestedConstraintsType *defaultConstraintsType)GUINodeprotectedstatic
getRequestedConstraintsValue(const string &constraint, int defaultConstraintsValue)GUINodeprotectedstatic
getRequestedPixelValue(const string &value, int defaultValue)GUINodeprotectedstatic
getRequestsConstraints()GUINodeinline
getScreenNode()GUINodeinline
getSource()GUIImageNode
getTexture()GUIImageNodeinline
guiEffectOffsetXGUINodeprotected
guiEffectOffsetYGUINodeprotected
GUIImageNode(GUIScreenNode *screenNode, GUIParentNode *parentNode, const string &id, GUINode_Flow *flow, const GUINode_Alignments &alignments, const GUINode_RequestedConstraints &requestedConstraints, const GUIColor &backgroundColor, const string &backgroundImage, const GUINode_Scale9Grid &backgroundImageScale9Grid, const GUIColor &backgroundImageEffectColorMul, const GUIColor &backgroundImageEffectColorAdd, const GUINode_Border &border, const GUINode_Padding &padding, const GUINodeConditions &showOn, const GUINodeConditions &hideOn, const string &source, const RequestedDimensionConstraints &requestedDimensionConstraints, bool mirrorX, bool mirrorY, const GUIColor &effectColorMul, const GUIColor &effectColorAdd, const GUINode_Scale9Grid &scale9Grid, const GUINode_Clipping &clipping, const string &mask, float maskMaxValue, float rotation)GUIImageNodeprotected
GUINode(GUIScreenNode *screenNode, GUIParentNode *parentNode, const string &id, GUINode_Flow *flow, const GUINode_Alignments &alignments, const GUINode_RequestedConstraints &requestedConstraints, const GUIColor &backgroundColor, const string &backgroundImage, const GUINode_Scale9Grid &backgroundImageScale9Grid, const GUIColor &backgroundImageEffectColorMul, const GUIColor &backgroundImageEffectColorAdd, const GUINode_Border &border, const GUINode_Padding &padding, const GUINodeConditions &showOn, const GUINodeConditions &hideOn)GUINodeprotected
GUITextureBaseNode(GUIScreenNode *screenNode, GUIParentNode *parentNode, const string &id, GUINode_Flow *flow, const GUINode_Alignments &alignments, const GUINode_RequestedConstraints &requestedConstraints, const GUIColor &backgroundColor, const string &backgroundImage, const GUINode_Scale9Grid &backgroundImageScale9Grid, const GUIColor &backgroundImageEffectColorMul, const GUIColor &backgroundImageEffectColorAdd, const GUINode_Border &border, const GUINode_Padding &padding, const GUINodeConditions &showOn, const GUINodeConditions &hideOn, const RequestedDimensionConstraints &requestedDimensionConstraints, bool mirrorX, bool mirrorY, const GUIColor &effectColorMul, const GUIColor &effectColorAdd, const GUINode_Scale9Grid &scale9Grid, const GUINode_Clipping &clipping, const string &mask, float maskMaxValue)GUITextureBaseNodeprotected
hasEffects()GUINodeinline
haveActiveOutEffect()GUINodeprotected
haveOutEffectGUINodeprotected
hideOnGUINodeprotected
idGUINodeprotected
isConditionsMet()GUINodeinline
isContentNode() overrideGUITextureBaseNodeprotectedvirtual
isEventBelongingToNode(GUIMouseEvent *event, Vector2 &position)GUINode
isEventBelongingToNode(GUIMouseEvent *event)GUINode
lastConditionsGUINodeprotected
layout()GUINodeprotectedvirtual
layoutConstraintPixel(GUINode_RequestedConstraints_RequestedConstraintsType *type, int autoValue, int parentValue, int value)GUINodeprotected
layoutedGUINodeprotected
layoutOnDemand()GUINodevirtual
maskGUITextureBaseNodeprivate
maskMaxValueGUITextureBaseNodeprivate
maskTextureGUITextureBaseNodeprivate
maskTextureIdGUITextureBaseNodeprivate
mirrorTextureMatrixGUITextureBaseNodeprivate
mirrorXGUITextureBaseNodeprivate
mirrorYGUITextureBaseNodeprivate
onSetConditions(const vector< string > &conditions)GUINodeprotected
paddingGUINodeprotected
parentNodeGUINodeprotected
removeEffect(const string &id)GUINode
render(GUIRenderer *guiRenderer) overrideGUITextureBaseNodevirtual
requestedConstraintsGUINodeprotected
requestedDimensionConstraintsGUITextureBaseNodeprivate
rotate(float rotation)GUIImageNode
scale9GridGUITextureBaseNodeprivate
screenNodeGUINodeprotected
scrollToNodeX(GUIParentNode *toNode=nullptr)GUINode
scrollToNodeY(GUIParentNode *toNode=nullptr)GUINode
setBackgroundImage(const string &backgroundImage)GUINode
setConditionsMet()GUINodevirtual
setController(GUINodeController *controller)GUINode
setEffectColorAdd(const GUIColor &effectColorAdd)GUITextureBaseNode
setEffectColorMul(const GUIColor &effectColorMul)GUITextureBaseNode
setGUIEffectOffsetX(int guiEffectOffsetX)GUINodeinline
setGUIEffectOffsetY(int guiEffectOffsetY)GUINodeinline
setLeft(int left)GUINodeprotectedvirtual
setMask(const string &mask)GUITextureBaseNode
setMaskMaxValue(float maskMaxValue)GUITextureBaseNodeinline
setSource(const string &source)GUIImageNode
setTextureMatrix(const Matrix2D3x3 &textureMatrix)GUITextureBaseNode
setTop(int top)GUINodeprotectedvirtual
shouldRender()GUINodeinlineprotected
showOnGUINodeprotected
sourceGUIImageNodeprivate
tdme::gui::GUIParserGUIImageNodefriend
textureGUIImageNodeprivate
textureHeightGUITextureBaseNodeprotected
textureIdGUITextureBaseNodeprotected
textureMatrixGUITextureBaseNodeprivate
textureWidthGUITextureBaseNodeprotected
thumbnailTextureIdxGUIImageNodeprivatestatic
undoEffects(GUIRenderer *guiRenderer)GUINodevirtual
~GUINode()GUINodeprotectedvirtual