TDME2 1.9.121
|
This is the complete list of members for GUITextureNode, 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 |
clipping | GUITextureBaseNode | 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 |
createClipping(const string &allClipping, const string &left, const string &top, const string &right, const string &bottom) | GUITextureBaseNode | 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 |
createRequestedDimensionConstraints(const string &width, const string &height) | GUITextureBaseNode | 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 | GUITextureNode | virtual |
dumpNode(GUINode *node, int depth=0, int indent=0, int depthIdx=0) | GUINode | static |
dumpParentNodes(GUINode *node, int indent=0) | GUINode | static |
effectColorAdd | GUITextureBaseNode | private |
effectColorMul | GUITextureBaseNode | private |
effects | GUINode | protected |
effectState | GUINode | protected |
flow | GUINode | private |
getAutoHeight() | GUINode | virtual |
getAutoWidth() | GUINode | virtual |
getBackgroundColor() | GUINode | inline |
getBorder() | GUINode | inline |
getClipping() | GUITextureBaseNode | |
getComputedConstraints() | GUINode | inline |
getContentHeight() override | GUITextureBaseNode | virtual |
getContentWidth() override | GUITextureBaseNode | virtual |
getController() | GUINode | inline |
getEffect(const string &id) | GUINode | |
getEffectColorAdd() | GUITextureBaseNode | |
getEffectColorMul() | GUITextureBaseNode | |
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 |
getMask() | GUITextureBaseNode | |
getMaskMaxValue() | GUITextureBaseNode | inline |
getNodeType() override | GUITextureNode | 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 |
getTexture() | GUITextureNode | |
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 |
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) | GUITextureBaseNode | protected |
GUITextureNode(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, Texture *texture, 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) | GUITextureNode | protected |
hasEffects() | GUINode | inline |
haveActiveOutEffect() | GUINode | protected |
haveOutEffect | GUINode | protected |
hideOn | GUINode | protected |
id | GUINode | protected |
isConditionsMet() | GUINode | inline |
isContentNode() override | GUITextureBaseNode | 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 |
mask | GUITextureBaseNode | private |
maskMaxValue | GUITextureBaseNode | private |
maskTexture | GUITextureBaseNode | private |
maskTextureId | GUITextureBaseNode | private |
mirrorTextureMatrix | GUITextureBaseNode | private |
mirrorX | GUITextureBaseNode | private |
mirrorY | GUITextureBaseNode | private |
onSetConditions(const vector< string > &conditions) | GUINode | protected |
padding | GUINode | protected |
parentNode | GUINode | protected |
removeEffect(const string &id) | GUINode | |
render(GUIRenderer *guiRenderer) override | GUITextureBaseNode | virtual |
requestedConstraints | GUINode | protected |
requestedDimensionConstraints | GUITextureBaseNode | private |
scale9Grid | GUITextureBaseNode | private |
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 | |
setEffectColorAdd(const GUIColor &effectColorAdd) | GUITextureBaseNode | |
setEffectColorMul(const GUIColor &effectColorMul) | GUITextureBaseNode | |
setGUIEffectOffsetX(int guiEffectOffsetX) | GUINode | inline |
setGUIEffectOffsetY(int guiEffectOffsetY) | GUINode | inline |
setLeft(int left) | GUINode | protectedvirtual |
setMask(const string &mask) | GUITextureBaseNode | |
setMaskMaxValue(float maskMaxValue) | GUITextureBaseNode | inline |
setTexture(Texture *texture) | GUITextureNode | |
setTextureMatrix(const Matrix2D3x3 &textureMatrix) | GUITextureBaseNode | |
setTop(int top) | GUINode | protectedvirtual |
shouldRender() | GUINode | inlineprotected |
showOn | GUINode | protected |
tdme::gui::GUIParser | GUITextureNode | friend |
texture | GUITextureNode | private |
textureHeight | GUITextureBaseNode | protected |
textureId | GUITextureBaseNode | protected |
textureMatrix | GUITextureBaseNode | private |
textureWidth | GUITextureBaseNode | protected |
undoEffects(GUIRenderer *guiRenderer) | GUINode | virtual |
~GUINode() | GUINode | protectedvirtual |