Functions | |
string | getName () const |
Gets the value of NameProperty. More... | |
void | setName (string_view value) |
Sets the value of NameProperty. More... | |
string | getPath () const |
Gets the value of PathProperty. More... | |
void | setPath (string value) |
Sets the value of PathProperty. More... | |
string | getLocale () const |
Gets the value of LocaleProperty. More... | |
void | setLocale (string value) |
Sets the value of LocaleProperty. More... | |
bool | isHitTestable () const |
Gets the value of HitTestableProperty. More... | |
void | setHitTestable (bool value) |
Sets the value of HitTestableProperty. More... | |
bool | isHitTestableContainer () const |
Gets the value of HitTestableContainerProperty. More... | |
void | setHitTestableContainer (bool value) |
Sets the value of HitTestableContainerProperty. More... | |
bool | isVisible () const |
Gets the value of VisibleProperty. More... | |
void | setVisible (bool value) |
Sets the value of VisibleProperty. More... | |
bool | isEnabled () const |
Gets the value of EnabledProperty. More... | |
void | setEnabled (bool value) |
Sets the value of EnabledProperty. More... | |
bool | isFocusable () const |
Gets the value of FocusableProperty. More... | |
void | setFocusable (bool value) |
Sets the value of FocusableProperty. More... | |
bool | isFocused () const |
Gets the value of FocusedProperty. More... | |
void | setFocused (bool value) |
Sets the value of FocusedProperty. More... | |
bool | hasLogicalFocus () const |
Returns the #LogicalFocusedProperty value. More... | |
void | setLogicalFocus (bool value) |
Sets the value of LogicalFocusProperty. More... | |
FontSharedPtr | getFont () const |
Gets the value of FontProperty. More... | |
void | setFont (FontSharedPtr value) |
Sets the value of FontProperty. More... | |
float | getVisibleAmountInParent () const |
Gets the value of VisibleAmountInParentProperty. More... | |
void | setVisibleAmountInParent (float value) |
Sets the value of VisibleAmountInParentProperty. More... | |
float | getProjection2DTo3DScale () const |
Gets the value of Projection2DTo3DScaleProperty. More... | |
void | setProjection2DTo3DScale (float value) |
Sets the value of Projection2DTo3DScaleProperty. More... | |
bool | isEnableClick () const |
Gets the value of EnableClickProperty. More... | |
void | setEnableClick (bool value) |
Sets the value of EnableClickProperty. More... | |
bool | isEnableMultiClick () const |
Gets the value of EnableMultiClickProperty. More... | |
void | setEnableMultiClick (bool value) |
Sets the value of EnableMultiClickProperty. More... | |
ResourceSharedPtr | getStyle () const |
Gets the value of StyleProperty. More... | |
void | setStyle (ResourceSharedPtr value) |
Sets the value of StyleProperty. More... | |
ResourceSharedPtr | getStateManager () const |
Gets the value of StateManagerProperty. More... | |
void | setStateManager (ResourceSharedPtr value) |
Sets the value of StateManagerProperty. More... | |
Variables | |
static PropertyType< string > | NameProperty |
Name property. More... | |
static PropertyType< string > | PathProperty |
Path property. More... | |
static PropertyType< string > | LocaleProperty |
Locale property. More... | |
static PropertyType< bool > | CreatedFromKZBProperty |
CreatedFromKZB property. More... | |
static PropertyType< bool > | HitTestableProperty |
HitTestable property. More... | |
static PropertyType< bool > | HitTestableContainerProperty |
HitTestableContainer property. More... | |
static PropertyType< bool > | VisibleProperty |
Visible property. More... | |
static PropertyType< bool > | EnabledProperty |
Enabled property. More... | |
static PropertyType< bool > | FocusableProperty |
The property specifies whether a node can get active focus and can participate in the focus chain navigation. More... | |
static PropertyType< bool > | FocusedProperty |
Specifies that the node is the active focus node, which receives keyboard messages. More... | |
static PropertyType< bool > | LogicalFocusProperty |
Specifies that the node has logical focus state. More... | |
static PropertyType< ResourceSharedPtr > | FontProperty |
Font property. More... | |
static PropertyType< float > | VisibleAmountInParentProperty |
VisibleAmountInParent property. More... | |
static PropertyType< float > | Projection2DTo3DScaleProperty |
Projection2DTo3DScale property. More... | |
static PropertyType< bool > | EnableClickProperty |
EnableClick property. More... | |
static PropertyType< bool > | EnableMultiClickProperty |
EnableMultiClick property. More... | |
static PropertyType< ResourceSharedPtr > | StyleProperty |
Style property. More... | |
static PropertyType< ResourceSharedPtr > | StateManagerProperty |
StateManager property. More... | |
static PropertyType< int > | SceneGraphAddNodeChangeChildFlagsProperty |
SceneGraphAddNodeChangeChildFlags property. More... | |
static PropertyType< int > | SceneGraphAddNodeChangeParentFlagsProperty |
SceneGraphAddNodeChangeParentFlags property. More... | |
static PropertyType< int > | SceneGraphRemoveNodeChangeChildFlagsProperty |
SceneGraphRemoveNodeChangeChildFlags property. More... | |
static PropertyType< int > | SceneGraphRemoveNodeChangeParentFlagsProperty |
SceneGraphRemoveNodeChangeParentFlags property. More... | |
static PropertyType< void * > | PrefabTemplateSourceProperty |
PrefabTemplateSource property. More... | |
string getName | ( | ) | const |
Gets the value of NameProperty.
void setName | ( | string_view | value | ) |
Sets the value of NameProperty.
string getPath | ( | ) | const |
Gets the value of PathProperty.
void setPath | ( | string | value | ) |
Sets the value of PathProperty.
string getLocale | ( | ) | const |
Gets the value of LocaleProperty.
void setLocale | ( | string | value | ) |
Sets the value of LocaleProperty.
bool isHitTestable | ( | ) | const |
Gets the value of HitTestableProperty.
void setHitTestable | ( | bool | value | ) |
Sets the value of HitTestableProperty.
bool isHitTestableContainer | ( | ) | const |
Gets the value of HitTestableContainerProperty.
void setHitTestableContainer | ( | bool | value | ) |
Sets the value of HitTestableContainerProperty.
bool isVisible | ( | ) | const |
Gets the value of VisibleProperty.
void setVisible | ( | bool | value | ) |
Sets the value of VisibleProperty.
bool isEnabled | ( | ) | const |
Gets the value of EnabledProperty.
void setEnabled | ( | bool | value | ) |
Sets the value of EnabledProperty.
bool isFocusable | ( | ) | const |
Gets the value of FocusableProperty.
void setFocusable | ( | bool | value | ) |
Sets the value of FocusableProperty.
value | true to set the node focusable, false if not. |
bool isFocused | ( | ) | const |
Gets the value of FocusedProperty.
void setFocused | ( | bool | value | ) |
Sets the value of FocusedProperty.
value | true to set the active focus, false to clear it. |
bool hasLogicalFocus | ( | ) | const |
Returns the #LogicalFocusedProperty value.
void setLogicalFocus | ( | bool | value | ) |
Sets the value of LogicalFocusProperty.
value | true to set the logical focus, false to clear it. |
FontSharedPtr getFont | ( | ) | const |
Gets the value of FontProperty.
void setFont | ( | FontSharedPtr | value | ) |
Sets the value of FontProperty.
float getVisibleAmountInParent | ( | ) | const |
Gets the value of VisibleAmountInParentProperty.
void setVisibleAmountInParent | ( | float | value | ) |
Sets the value of VisibleAmountInParentProperty.
float getProjection2DTo3DScale | ( | ) | const |
Gets the value of Projection2DTo3DScaleProperty.
void setProjection2DTo3DScale | ( | float | value | ) |
Sets the value of Projection2DTo3DScaleProperty.
bool isEnableClick | ( | ) | const |
Gets the value of EnableClickProperty.
void setEnableClick | ( | bool | value | ) |
Sets the value of EnableClickProperty.
bool isEnableMultiClick | ( | ) | const |
Gets the value of EnableMultiClickProperty.
void setEnableMultiClick | ( | bool | value | ) |
Sets the value of EnableMultiClickProperty.
ResourceSharedPtr getStyle | ( | ) | const |
Gets the value of StyleProperty.
void setStyle | ( | ResourceSharedPtr | value | ) |
Sets the value of StyleProperty.
ResourceSharedPtr getStateManager | ( | ) | const |
Gets the value of StateManagerProperty.
void setStateManager | ( | ResourceSharedPtr | value | ) |
Sets the value of StateManagerProperty.
|
static |
|
static |
|
static |
|
static |
CreatedFromKZB property.
The default value is false.
|
static |
|
static |
HitTestableContainer property.
The default value is false.
|
static |
|
static |
|
static |
The property specifies whether a node can get active focus and can participate in the focus chain navigation.
When the node is also a focus scope, it specifies whether the scope is a focus fence.
The default value is true.
|
static |
Specifies that the node is the active focus node, which receives keyboard messages.
There is only one node in an application that can have active focus.
The default value is false.
|
static |
Specifies that the node has logical focus state.
An application can have multiple logical focus nodes set, however only one node in a focus scope can have logical focus set.
The default value is false.
|
static |
Font property.
Defines the resource ID of the font resource. The default value is ResourceSharedPtr().
|
static |
VisibleAmountInParent property.
The default value is 1.0f.
|
static |
Projection2DTo3DScale property.
The default value is 0.02f.
|
static |
|
static |
EnableMultiClick property.
The default value is false.
|
static |
|
static |
StateManager property.
The default value is ResourceSharedPtr().
|
static |
SceneGraphAddNodeChangeChildFlags property.
The default value is PropertyTypeChangeFlagFinalTransformation | PropertyTypeChangeFlagMeasure.
|
static |
SceneGraphAddNodeChangeParentFlags property.
The default value is PropertyTypeChangeFlagMeasure.
|
static |
SceneGraphRemoveNodeChangeChildFlags property.
The default value is 0.
|
static |
SceneGraphRemoveNodeChangeParentFlags property.
The default value is PropertyTypeChangeFlagMeasure.
|
static |
PrefabTemplateSource property.
The default value is 0.