TDME2 1.9.121
GUIElementNode Member List

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

_scrollToNodeX(GUIParentNode *toNode=nullptr)GUINodeprotected
_scrollToNodeY(GUIParentNode *toNode=nullptr)GUINodeprotected
activeConditionsGUIElementNodeprivate
addEffect(const string &id, GUIEffect *effect)GUINode
addSubNode(GUINode *node)GUIParentNode
addSubNodes(const string &xml, bool resetScrollOffsets)GUIParentNode
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
childrenRenderOffsetXGUIParentNodeprivate
childrenRenderOffsetYGUIParentNodeprivate
clearSubNodes()GUIParentNode
computeContentAlignment()GUINodeprotectedvirtual
computedConstraintsGUINodeprotected
computeHorizontalChildrenAlignment()GUIParentNodeprotectedvirtual
computeParentChildrenRenderOffsetXTotal()GUINode
computeParentChildrenRenderOffsetYTotal()GUINode
computeVerticalChildrenAlignment()GUIParentNodeprotectedvirtual
computeViewportCacheGUIParentNodeprotected
CONDITION_ALWAYSGUIElementNodestatic
CONDITION_CLICKGUIElementNodestatic
CONDITION_FOCUSGUIElementNodestatic
CONDITION_ONMOUSEOVERGUIElementNodestatic
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
createConditions(const string &conditions)GUINodestatic
createFlow(const string &flow)GUINodestatic
createOverflow(const string &overflow)GUIParentNodestatic
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)GUIParentNodestatic
createScale9Grid(const string &all, const string &left, const string &top, const string &right, const string &bottom)GUINodestatic
detachSubNodes()GUIParentNodeprotected
determineMouseEventNodes(GUIMouseEvent *event, bool floatingNode, unordered_set< string > &eventNodeIds, unordered_set< string > &eventFloatingNodeIds) overrideGUIParentNodevirtual
disabledGUIElementNodeprivate
dispose() overrideGUIParentNodevirtual
dumpNode(GUINode *node, int depth=0, int indent=0, int depthIdx=0)GUINodestatic
dumpParentNodes(GUINode *node, int indent=0)GUINodestatic
effectsGUINodeprotected
effectStateGUINodeprotected
executeExpression(GUIScreenNode *screenNode, const string &expression)GUIElementNodestatic
executeOnChangeExpression()GUIElementNode
floatingNodesCacheGUIParentNodeprotected
flowGUINodeprivate
focusableGUIElementNodeprivate
getActiveConditions()GUIElementNode
getAutoHeight()GUINodevirtual
getAutoWidth()GUINodevirtual
getBackgroundColor()GUINodeinline
getBorder()GUINodeinline
getChildControllerNodes(vector< GUINode * > &childControllerNodes, bool requireConditionsMet=false)GUIParentNode
getChildControllerNodesInternal(vector< GUINode * > &childControllerNodes, bool requireConditionsMet=false)GUIParentNodeprivate
getChildrenRenderOffsetX()GUIParentNode
getChildrenRenderOffsetY()GUIParentNode
getComputedConstraints()GUINodeinline
getContentHeight() overrideGUILayerNodevirtual
getContentWidth() overrideGUILayerNodevirtual
getController()GUINodeinline
getEffect(const string &id)GUINode
getEffectState()GUINodeinline
getEventNodePosition(GUIMouseEvent *event, Vector2 &position)GUINode
getEventOffNodeRelativePosition(GUIMouseEvent *event, Vector2 &position)GUINode
getGUIEffectOffsetX()GUINodeinline
getGUIEffectOffsetY()GUINodeinline
getHierarchicalId()GUINode
getId()GUINodeinline
getName()GUIElementNode
getNodeType() overrideGUIElementNodeprotectedvirtual
getOnChangeExpression()GUIElementNode
getOnInitializeExpression()GUIElementNode
getOnMouseClickExpression()GUIElementNode
getOnMouseDoubleClickExpression()GUIElementNode
getOnMouseOutExpression()GUIElementNode
getOnMouseOverExpression()GUIElementNode
getOptionValue(const string &option)GUIElementNode
getOverflowX()GUIParentNode
getOverflowY()GUIParentNode
getPadding()GUINodeinline
getParentControllerNode()GUINode
getParentElementNodeId()GUIElementNode
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
getValue()GUIElementNode
guiEffectOffsetXGUINodeprotected
guiEffectOffsetYGUINodeprotected
GUIElementNode(GUIScreenNode *screenNode, GUIParentNode *parentNode, const string &id, GUINode_Flow *flow, GUIParentNode_Overflow *overflowX, GUIParentNode_Overflow *overflowY, 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 &name, const string &value, bool selected, bool disabled, bool focusable, bool ignoreEvents, const string &onInitialize, const string &onMouseClick, const string &onMouseDoubleClickExpression, const string &onMouseOver, const string &onMouseOut, const string &onChangeExpression, const string &parentElementId, const string &options)GUIElementNodeprotected
GUILayerNode(GUIScreenNode *screenNode, GUIParentNode *parentNode, const string &id, GUINode_Flow *flow, GUIParentNode_Overflow *overflowX, GUIParentNode_Overflow *overflowY, 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)GUILayerNodeprotected
GUINodeGUIElementNodefriend
tdme::gui::nodes::GUINode::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
GUIParentNode(GUIScreenNode *screenNode, GUIParentNode *parentNode, const string &id, GUINode_Flow *flow, GUIParentNode_Overflow *overflowX, GUIParentNode_Overflow *overflowY, 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)GUIParentNodeprotected
GUIScreenNodeGUIElementNodefriend
handleKeyboardEvent(GUIKeyboardEvent *event)GUIElementNode
hasEffects()GUINodeinline
hasOption(const string &option)GUIElementNode
haveActiveOutEffect()GUINodeprotected
haveOutEffectGUINodeprotected
hideOnGUINodeprotected
idGUINodeprotected
ignoreEventsGUIElementNodeprivate
invalidateRenderCaches()GUIParentNode
isConditionsMet()GUINodeinline
isContentNode() overrideGUIElementNodeprotectedvirtual
isDisabled()GUIElementNode
isEventBelongingToNode(GUIMouseEvent *event, Vector2 &position)GUINode
isEventBelongingToNode(GUIMouseEvent *event)GUINode
isFocusable()GUIElementNode
isSelected()GUIElementNode
lastConditionsGUINodeprotected
layout() overrideGUILayerNodeprotectedvirtual
layoutConstraintPixel(GUINode_RequestedConstraints_RequestedConstraintsType *type, int autoValue, int parentValue, int value)GUINodeprotected
layoutedGUINodeprotected
layoutOnDemand()GUINodevirtual
layoutSubNodes() overrideGUILayerNodeprotectedvirtual
moveNodes(GUIParentNode *otherParentNode)GUIParentNode
nameGUIElementNodeprivate
onChangeExpressionGUIElementNodeprivate
onInitializeExpressionGUIElementNodeprivate
onMouseClickExpressionGUIElementNodeprivate
onMouseDoubleClickExpressionGUIElementNodeprivate
onMouseOutExpressionGUIElementNodeprivate
onMouseOverExpressionGUIElementNodeprivate
onSetConditions(const vector< string > &conditions)GUINodeprotected
optionsGUIElementNodeprivate
overflowXGUIParentNodeprotected
overflowYGUIParentNodeprotected
paddingGUINodeprotected
parentElementIdGUIElementNodeprivate
parentNodeGUINodeprotected
removeEffect(const string &id)GUINode
removeSubNode(GUINode *node, bool resetScrollOffsets)GUIParentNodeprivate
render(GUIRenderer *guiRenderer) overrideGUIParentNodevirtual
replaceSubNodes(const string &xml, bool resetScrollOffsets)GUIParentNode
requestedConstraintsGUINodeprotected
screenNodeGUINodeprotected
scrollToNodeX(GUIParentNode *toNode=nullptr)GUINode
scrollToNodeY(GUIParentNode *toNode=nullptr)GUINode
selectedGUIElementNodeprivate
setBackgroundImage(const string &backgroundImage)GUINode
setChildrenRenderOffsetX(float childrenRenderOffSetX)GUIParentNode
setChildrenRenderOffsetY(float childrenRenderOffSetY)GUIParentNode
setConditionsMet() overrideGUIParentNodevirtual
setController(GUINodeController *controller)GUINode
setGUIEffectOffsetX(int guiEffectOffsetX)GUINodeinline
setGUIEffectOffsetY(int guiEffectOffsetY)GUINodeinline
setLeft(int left) overrideGUILayerNodeprotectedvirtual
setTop(int top) overrideGUILayerNodeprotectedvirtual
shouldRender()GUINodeinlineprotected
showOnGUINodeprotected
subNodesGUIParentNodeprotected
tdme::gui::GUIParserGUIElementNodefriend
undoEffects(GUIRenderer *guiRenderer)GUINodevirtual
unsetMouseOver()GUIParentNodeprivate
valueGUIElementNodeprivate
vieportSubNodesCacheGUIParentNodeprotected
~GUINode()GUINodeprotectedvirtual