TDME2 1.9.121
|
This is the complete list of members for GUITextNode, including all inherited members.
_scrollToNodeX(GUIParentNode *toNode=nullptr) | GUINode | protected |
_scrollToNodeY(GUIParentNode *toNode=nullptr) | GUINode | protected |
addEffect(const string &id, GUIEffect *effect) | GUINode | |
alignments | GUINode | protected |
applyEffects(GUIRenderer *guiRenderer) | GUINode | virtual |
backgroundColor | GUINode | protected |
backgroundImageEffectColorAdd | GUINode | protected |
backgroundImageEffectColorMul | GUINode | protected |
backgroundImageScale9Grid | GUINode | protected |
backgroundTexture | GUINode | protected |
backgroundTextureId | GUINode | protected |
border | GUINode | protected |
cfCall(GUIElementNode *elementNode, const string &function, const vector< string > &arguments) | GUINode | private |
cfCallDetermineElementNodeDependencies(const string &function, const vector< string > &arguments, vector< string > &elementNodeDependencies) | GUINode | private |
cfDetermineElementNodeDependencies(vector< string > &elementNodeDependencies) | GUINode | private |
cfEmpty(const vector< string > &arguments) | GUINode | private |
cfHasCondition(GUIElementNode *elementNode, const vector< string > &arguments) | GUINode | private |
cfHasConditionDetermineElementNodeDependencies(const vector< string > &arguments, vector< string > &elementNodeDependencies) | GUINode | private |
cfParse(const string &term, string &function, vector< string > &arguments) | GUINode | private |
checkConditions() | GUINode | protected |
color | GUITextNode | private |
computeContentAlignment() | GUINode | protectedvirtual |
computedConstraints | GUINode | protected |
computeParentChildrenRenderOffsetXTotal() | GUINode | |
computeParentChildrenRenderOffsetYTotal() | GUINode | |
conditionsMet | GUINode | protected |
controller | GUINode | protected |
createAlignments(const string &horizontal, const string &vertical) | GUINode | static |
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) | GUINode | static |
createConditions(const string &conditions) | GUINode | static |
createFlow(const string &flow) | GUINode | static |
createPadding(const string &allPadding, const string &left, const string &top, const string &right, const string &bottom) | GUINode | static |
createRequestedConstraints(const string &left, const string &top, const string &width, const string &height, int factor) | GUINode | static |
createScale9Grid(const string &all, const string &left, const string &top, const string &right, const string &bottom) | GUINode | static |
determineMouseEventNodes(GUIMouseEvent *event, bool floatingNode, unordered_set< string > &eventNodeIds, unordered_set< string > &eventFloatingNodeIds) | GUINode | virtual |
dispose() override | GUITextNode | virtual |
dumpNode(GUINode *node, int depth=0, int indent=0, int depthIdx=0) | GUINode | static |
dumpParentNodes(GUINode *node, int indent=0) | GUINode | static |
effects | GUINode | protected |
effectState | GUINode | protected |
flow | GUINode | private |
font | GUITextNode | private |
getAutoHeight() | GUINode | virtual |
getAutoWidth() | GUINode | virtual |
getBackgroundColor() | GUINode | inline |
getBorder() | GUINode | inline |
getComputedConstraints() | GUINode | inline |
getContentHeight() override | GUITextNode | virtual |
getContentWidth() override | GUITextNode | virtual |
getController() | GUINode | inline |
getEffect(const string &id) | GUINode | |
getEffectState() | GUINode | inline |
getEventNodePosition(GUIMouseEvent *event, Vector2 &position) | GUINode | |
getEventOffNodeRelativePosition(GUIMouseEvent *event, Vector2 &position) | GUINode | |
getGUIEffectOffsetX() | GUINode | inline |
getGUIEffectOffsetY() | GUINode | inline |
getHierarchicalId() | GUINode | |
getId() | GUINode | inline |
getNodeType() override | GUITextNode | protectedvirtual |
getPadding() | GUINode | inline |
getParentControllerNode() | GUINode | |
getParentNode() | GUINode | inline |
getRequestedColor(const string &color, const GUIColor &defaultColor) | GUINode | static |
getRequestedConstraintsType(const string &constraint, GUINode_RequestedConstraints_RequestedConstraintsType *defaultConstraintsType) | GUINode | protectedstatic |
getRequestedConstraintsValue(const string &constraint, int defaultConstraintsValue) | GUINode | protectedstatic |
getRequestedPixelValue(const string &value, int defaultValue) | GUINode | protectedstatic |
getRequestsConstraints() | GUINode | inline |
getScreenNode() | GUINode | inline |
getText() const | GUITextNode | inline |
guiEffectOffsetX | GUINode | protected |
guiEffectOffsetY | GUINode | protected |
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) | GUINode | protected |
GUITextNode(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 &font, const string &color, const MutableString &text) | GUITextNode | protected |
hasEffects() | GUINode | inline |
haveActiveOutEffect() | GUINode | protected |
haveOutEffect | GUINode | protected |
hideOn | GUINode | protected |
id | GUINode | protected |
isConditionsMet() | GUINode | inline |
isContentNode() override | GUITextNode | protectedvirtual |
isEventBelongingToNode(GUIMouseEvent *event, Vector2 &position) | GUINode | |
isEventBelongingToNode(GUIMouseEvent *event) | GUINode | |
lastConditions | GUINode | protected |
layout() | GUINode | protectedvirtual |
layoutConstraintPixel(GUINode_RequestedConstraints_RequestedConstraintsType *type, int autoValue, int parentValue, int value) | GUINode | protected |
layouted | GUINode | protected |
layoutOnDemand() | GUINode | virtual |
onSetConditions(const vector< string > &conditions) | GUINode | protected |
padding | GUINode | protected |
parentNode | GUINode | protected |
removeEffect(const string &id) | GUINode | |
render(GUIRenderer *guiRenderer) override | GUITextNode | virtual |
requestedConstraints | GUINode | protected |
screenNode | GUINode | protected |
scrollToNodeX(GUIParentNode *toNode=nullptr) | GUINode | |
scrollToNodeY(GUIParentNode *toNode=nullptr) | GUINode | |
setBackgroundImage(const string &backgroundImage) | GUINode | |
setConditionsMet() | GUINode | virtual |
setController(GUINodeController *controller) | GUINode | |
setGUIEffectOffsetX(int guiEffectOffsetX) | GUINode | inline |
setGUIEffectOffsetY(int guiEffectOffsetY) | GUINode | inline |
setLeft(int left) | GUINode | protectedvirtual |
setText(const MutableString &text) | GUITextNode | |
setTop(int top) | GUINode | protectedvirtual |
shouldRender() | GUINode | inlineprotected |
showOn | GUINode | protected |
tdme::gui::GUIParser | GUITextNode | friend |
text | GUITextNode | private |
undoEffects(GUIRenderer *guiRenderer) | GUINode | virtual |
~GUINode() | GUINode | protectedvirtual |