5#include <unordered_map>
6#include <unordered_set>
30using std::unordered_map;
31using std::unordered_set;
99 void cfParse(
const string& term,
string& function, vector<string>& arguments);
108 bool cfCall(
GUIElementNode* elementNode,
const string& function,
const vector<string>& arguments);
125 bool cfEmpty(
const vector<string>& arguments);
198 const string& backgroundImage,
222 virtual void setLeft(
int left);
228 virtual void setTop(
int top);
447 static GUINode_Border 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);
458 static GUINode_Padding createPadding(
const string& allPadding,
const string& left,
const string& top,
const string& right,
const string& bottom);
504 return effects.empty() ==
false;
678 static void dumpNode(
GUINode* node,
int depth = 0,
int indent = 0,
int depthIdx = 0);
GUI element node conditions.
GUI node controller base class.
GUI node horizontal alignment enum.
GUI node vertical alignment enum.
GUI node requested constraints requested constraints type enum.
void setGUIEffectOffsetY(int guiEffectOffsetY)
Set GUI effect offset Y.
void cfCallDetermineElementNodeDependencies(const string &function, const vector< string > &arguments, vector< string > &elementNodeDependencies)
Determine element node dependencies - Call condition function with arguments.
bool cfCall(GUIElementNode *elementNode, const string &function, const vector< string > &arguments)
Call condition function with arguments.
GUINodeController * controller
virtual int getContentHeight()=0
static GUINode_RequestedConstraints_RequestedConstraintsType * getRequestedConstraintsType(const string &constraint, GUINode_RequestedConstraints_RequestedConstraintsType *defaultConstraintsType)
Get requested constraints type.
virtual void determineMouseEventNodes(GUIMouseEvent *event, bool floatingNode, unordered_set< string > &eventNodeIds, unordered_set< string > &eventFloatingNodeIds)
Determine mouse event nodes.
GUIColor backgroundImageEffectColorMul
float computeParentChildrenRenderOffsetXTotal()
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)
Public constructor.
GUINode_Padding & getPadding()
GUINode_RequestedConstraints & getRequestsConstraints()
static GUINode_Alignments createAlignments(const string &horizontal, const string &vertical)
Create alignments.
void scrollToNodeY(GUIParentNode *toNode=nullptr)
Scroll to node Y.
void scrollToNodeX(GUIParentNode *toNode=nullptr)
Scroll to node X.
void onSetConditions(const vector< string > &conditions)
On set condition.
virtual int getContentWidth()=0
void addEffect(const string &id, GUIEffect *effect)
Add effect, effect already registered with the is will be removed.
virtual void setLeft(int left)
Set computed left.
virtual void layoutOnDemand()
Layout on demand.
GUINode_Scale9Grid backgroundImageScale9Grid
bool cfHasCondition(GUIElementNode *elementNode, const vector< string > &arguments)
Condition function: has condition.
virtual ~GUINode()
Destructor.
vector< string > lastConditions
void _scrollToNodeX(GUIParentNode *toNode=nullptr)
Scroll to node X.
void cfDetermineElementNodeDependencies(vector< string > &elementNodeDependencies)
Determine element node dependencies.
static GUIColor getRequestedColor(const string &color, const GUIColor &defaultColor)
Get color.
virtual void render(GUIRenderer *guiRenderer)
Render.
static int getRequestedPixelValue(const string &value, int defaultValue)
Get requested pixel value.
void cfParse(const string &term, string &function, vector< string > &arguments)
Parse condition function term.
GUIColor backgroundImageEffectColorAdd
virtual void computeContentAlignment()
Do content alignment.
GUIParentNode * parentNode
void _scrollToNodeY(GUIParentNode *toNode=nullptr)
Scroll to node Y.
GUIColor & getBackgroundColor()
virtual const string getNodeType()=0
static void dumpNode(GUINode *node, int depth=0, int indent=0, int depthIdx=0)
Dump node.
virtual void undoEffects(GUIRenderer *guiRenderer)
Undo effects.
virtual bool isContentNode()=0
Texture * backgroundTexture
bool haveActiveOutEffect()
Determine if we have a out effect active.
GUINode_ComputedConstraints computedConstraints
void cfHasConditionDetermineElementNodeDependencies(const vector< string > &arguments, vector< string > &elementNodeDependencies)
Determine element node dependencies - Condition function: has condition.
unordered_map< string, GUIEffect * > effects
virtual void setTop(int top)
Set computed top.
virtual void setConditionsMet()
Set conditions met for this node and its subnodes.
GUIScreenNode * screenNode
const string getHierarchicalId()
virtual int getAutoWidth()
int layoutConstraintPixel(GUINode_RequestedConstraints_RequestedConstraintsType *type, int autoValue, int parentValue, int value)
Layout constraint.
GUINode_RequestedConstraints requestedConstraints
int getGUIEffectOffsetX()
float computeParentChildrenRenderOffsetYTotal()
bool shouldRender()
Determine if to render.
GUIParentNode * getParentControllerNode()
bool isConditionsMet()
Determine if conditions are set.
void setGUIEffectOffsetX(int guiEffectOffsetX)
Set GUI effect offset X.
virtual void dispose()
Dispose node.
bool cfEmpty(const vector< string > &arguments)
Condition function: empty.
void removeEffect(const string &id)
Remove effect.
void setBackgroundImage(const string &backgroundImage)
Set background image.
bool isEventBelongingToNode(GUIMouseEvent *event, Vector2 &position)
Is event belonging to node.
static GUINode_RequestedConstraints createRequestedConstraints(const string &left, const string &top, const string &width, const string &height, int factor)
Create requested constraints.
GUIEffectState * effectState
GUINode_ComputedConstraints & getComputedConstraints()
virtual void applyEffects(GUIRenderer *guiRenderer)
Apply effects.
GUINode_Border & getBorder()
GUINode_Alignments alignments
static void dumpParentNodes(GUINode *node, int indent=0)
Dump parent nodes.
void setController(GUINodeController *controller)
Set up node controller.
bool checkConditions()
Check if conditions are met.
GUIEffect * getEffect(const string &id)
Get effect.
GUIScreenNode * getScreenNode()
static GUINode_Border 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)
Create border.
void getEventNodePosition(GUIMouseEvent *event, Vector2 &position)
Get event position clamped to node constraints TODO: use Vector2 instead of array<float,...
virtual void layout()
Layout.
GUIParentNode * getParentNode()
static GUINodeConditions createConditions(const string &conditions)
Create conditions.
int getGUIEffectOffsetY()
static GUINode_Padding createPadding(const string &allPadding, const string &left, const string &top, const string &right, const string &bottom)
Create padding.
GUIEffectState * getEffectState()
GUINodeController * getController()
static GUINode_Scale9Grid createScale9Grid(const string &all, const string &left, const string &top, const string &right, const string &bottom)
Create scale 9 grid.
void getEventOffNodeRelativePosition(GUIMouseEvent *event, Vector2 &position)
Get event off node relative position TODO: use Vector2 instead of array<float, 2>
virtual int getAutoHeight()
static int getRequestedConstraintsValue(const string &constraint, int defaultConstraintsValue)
Get requested constraints value.
static GUINode_Flow * createFlow(const string &flow)
Create flow.
GUI parent node base class thats supporting child nodes.
GUI screen node that represents a screen that can be rendered via GUI system.
GUI node computed constraints.
GUI node requested constraints entity.
GUI node scale 9 grid entity.