OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
GraphicsItemCfg.cpp File Reference

Macros

#define OT_JSON_MEMBER_Uid   "UID"
 
#define OT_JSON_MEMBER_Name   "Name"
 
#define OT_JSON_MEMBER_Key   "Key"
 
#define OT_JSON_MEMBER_Value   "Value"
 
#define OT_JSON_MEMBER_Title   "Title"
 
#define OT_JSON_MEMBER_Flags   "Flags"
 
#define OT_JSON_MEMBER_Margin   "Margin"
 
#define OT_JSON_MEMBER_MinSize   "Size.Min"
 
#define OT_JSON_MEMBER_MaxSize   "Size.Max"
 
#define OT_JSON_MEMBER_ToolTip   "ToolTip"
 
#define OT_JSON_MEMBER_Position   "Position"
 
#define OT_JSON_MEMBER_Alignment   "Alignment"
 
#define OT_JSON_MEMBER_StringMap   "StringMap"
 
#define OT_JSON_MEMBER_Transform   "Transform"
 
#define OT_JSON_MEMBER_SizePolicy   "SizePolicy"
 
#define OT_JSON_MEMBER_ConnectionDirection   "ConnectionDirection"
 
#define OT_JSON_MEMBER_AdditionalTriggerDistance   "AddTrigDist"
 
#define OT_JSON_VALUE_Moveable   "Moveable"
 
#define OT_JSON_VALUE_Connectable   "Connectable"
 
#define OT_JSON_VALUE_Selectable   "Selectable"
 
#define OT_JSON_VALUE_ForwardTooltip   "ForwardTooltip"
 
#define OT_JSON_VALUE_SnapsToGridTopLeft   "SnapsToGridTopLeft"
 
#define OT_JSON_VALUE_SnapsToGridCenter   "SnapsToGridCenter"
 
#define OT_JSON_VALUE_TransformEnabled   "TransformEnabled"
 
#define OT_JSON_VALUE_IgnoreParentTransform   "IgnoreParentTransform"
 
#define OT_JSON_VALUE_HandleState   "HandleState"
 
#define OT_JSON_VALUE_ForwardState   "ForwardState"
 

Macro Definition Documentation

◆ OT_JSON_MEMBER_AdditionalTriggerDistance

#define OT_JSON_MEMBER_AdditionalTriggerDistance   "AddTrigDist"

◆ OT_JSON_MEMBER_Alignment

#define OT_JSON_MEMBER_Alignment   "Alignment"

◆ OT_JSON_MEMBER_ConnectionDirection

#define OT_JSON_MEMBER_ConnectionDirection   "ConnectionDirection"

◆ OT_JSON_MEMBER_Flags

#define OT_JSON_MEMBER_Flags   "Flags"

◆ OT_JSON_MEMBER_Key

#define OT_JSON_MEMBER_Key   "Key"

◆ OT_JSON_MEMBER_Margin

#define OT_JSON_MEMBER_Margin   "Margin"

◆ OT_JSON_MEMBER_MaxSize

#define OT_JSON_MEMBER_MaxSize   "Size.Max"

◆ OT_JSON_MEMBER_MinSize

#define OT_JSON_MEMBER_MinSize   "Size.Min"

◆ OT_JSON_MEMBER_Name

#define OT_JSON_MEMBER_Name   "Name"

◆ OT_JSON_MEMBER_Position

#define OT_JSON_MEMBER_Position   "Position"

◆ OT_JSON_MEMBER_SizePolicy

#define OT_JSON_MEMBER_SizePolicy   "SizePolicy"

◆ OT_JSON_MEMBER_StringMap

#define OT_JSON_MEMBER_StringMap   "StringMap"

◆ OT_JSON_MEMBER_Title

#define OT_JSON_MEMBER_Title   "Title"

◆ OT_JSON_MEMBER_ToolTip

#define OT_JSON_MEMBER_ToolTip   "ToolTip"

◆ OT_JSON_MEMBER_Transform

#define OT_JSON_MEMBER_Transform   "Transform"

◆ OT_JSON_MEMBER_Uid

#define OT_JSON_MEMBER_Uid   "UID"

◆ OT_JSON_MEMBER_Value

#define OT_JSON_MEMBER_Value   "Value"

◆ OT_JSON_VALUE_Connectable

#define OT_JSON_VALUE_Connectable   "Connectable"

◆ OT_JSON_VALUE_ForwardState

#define OT_JSON_VALUE_ForwardState   "ForwardState"

◆ OT_JSON_VALUE_ForwardTooltip

#define OT_JSON_VALUE_ForwardTooltip   "ForwardTooltip"

◆ OT_JSON_VALUE_HandleState

#define OT_JSON_VALUE_HandleState   "HandleState"

◆ OT_JSON_VALUE_IgnoreParentTransform

#define OT_JSON_VALUE_IgnoreParentTransform   "IgnoreParentTransform"

◆ OT_JSON_VALUE_Moveable

#define OT_JSON_VALUE_Moveable   "Moveable"

◆ OT_JSON_VALUE_Selectable

#define OT_JSON_VALUE_Selectable   "Selectable"

◆ OT_JSON_VALUE_SnapsToGridCenter

#define OT_JSON_VALUE_SnapsToGridCenter   "SnapsToGridCenter"

◆ OT_JSON_VALUE_SnapsToGridTopLeft

#define OT_JSON_VALUE_SnapsToGridTopLeft   "SnapsToGridTopLeft"

◆ OT_JSON_VALUE_TransformEnabled

#define OT_JSON_VALUE_TransformEnabled   "TransformEnabled"