Tizen Native API  6.5
Dali::Actor::Property Struct Reference

Enumeration for the instance of properties belonging to the Actor class. More...

Public Types

enum  
 Enumeration for instance of properties belonging to the Actor class. More...

Detailed Description

Enumeration for the instance of properties belonging to the Actor class.

Since:
2.4, DALi version 1.0.0

Member Enumeration Documentation

anonymous enum

Enumeration for instance of properties belonging to the Actor class.

Since:
2.4, DALi version 1.0.0
Enumerator:
PARENT_ORIGIN 

The origin of an actor, within its parent's area.

Name "parentOrigin", type Property::VECTOR3, constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetParentOrigin()
PARENT_ORIGIN_X 

The x origin of an actor, within its parent's area.

Name "parentOriginX", type Property::FLOAT, constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetParentOrigin()
PARENT_ORIGIN_Y 

The y origin of an actor, within its parent's area.

Name "parentOriginY", type Property::FLOAT, constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetParentOrigin()
PARENT_ORIGIN_Z 

The z origin of an actor, within its parent's area.

Name "parentOriginZ", type Property::FLOAT, constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetParentOrigin()
ANCHOR_POINT 

The anchor-point of an actor.

Name "anchorPoint", type Property::VECTOR3, constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetAnchorPoint()
ANCHOR_POINT_X 

The x anchor-point of an actor.

Name "anchorPointX", type Property::FLOAT, constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetAnchorPoint()
ANCHOR_POINT_Y 

The y anchor-point of an actor.

Name "anchorPointY", type Property::FLOAT, constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetAnchorPoint()
ANCHOR_POINT_Z 

The z anchor-point of an actor.

Name "anchorPointZ", type Property::FLOAT, constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetAnchorPoint()
SIZE 

The size of an actor.

Name "size", type Property::VECTOR3, animatable / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetSize()
SIZE_WIDTH 

The width of an actor.

Name "sizeWidth", type Property::FLOAT, animatable / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetSize()
SIZE_HEIGHT 

The height of an actor.

Name "sizeHeight", type Property::FLOAT, animatable / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetSize()
SIZE_DEPTH 

The depth of an actor.

Name "sizeDepth", type Property::FLOAT, animatable / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetSize()
POSITION 

The position of an actor.

Name "position", type Property::VECTOR3, animatable / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetPosition()
POSITION_X 

The x position of an actor.

Name "positionX", type Property::FLOAT, animatable / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetX()
POSITION_Y 

The y position of an actor.

Name "positionY", type Property::FLOAT, animatable / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetY()
POSITION_Z 

The z position of an actor.

Name "positionZ", type Property::FLOAT, animatable / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetZ()
WORLD_POSITION 

The world position of an actor.

Name "worldPosition", type Property::VECTOR3, read-only / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::GetCurrentWorldPosition()
WORLD_POSITION_X 

The x world position of an actor.

Name "worldPositionX", type Property::FLOAT, read-only / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::GetCurrentWorldPosition()
WORLD_POSITION_Y 

The y world position of an actor.

Name "worldPositionY", type Property::FLOAT, read-only / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::GetCurrentWorldPosition()
WORLD_POSITION_Z 

The z world position of an actor.

Name "worldPositionZ", type Property::FLOAT, read-only / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::GetCurrentWorldPosition()
ORIENTATION 

The orientation of an actor.

Name "orientation", type Property::ROTATION, animatable / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetOrientation()
WORLD_ORIENTATION 

The world orientation of an actor.

Name "worldOrientation", type Property::ROTATION, read-only / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::GetCurrentWorldOrientation()
SCALE 

The scale factor applied to an actor.

Name "scale", type Property::VECTOR3, animatable / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetScale()
SCALE_X 

The x scale factor applied to an actor.

Name "scaleX", type Property::FLOAT, animatable / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetScale()
SCALE_Y 

The y scale factor applied to an actor.

Name "scaleY", type Property::FLOAT, animatable / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetScale()
SCALE_Z 

The x scale factor applied to an actor.

Name "scaleZ", type Property::FLOAT, animatable / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetScale()
WORLD_SCALE 

The world scale factor applied to an actor.

Name "worldScale", type Property::VECTOR3, read-only / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::GetCurrentWorldScale()
VISIBLE 

The visibility flag of an actor.

Name "visible", type Property::BOOL, animatable / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetVisible()
COLOR 

The color of an actor.

Name "color", type Property::VECTOR4 or Property::VECTOR3, animatable / constraint-input

Note:
The alpha value will be 1.0f if a Vector3 type value is set.
Since:
2.4, DALi version 1.0.0
See also:
Actor::SetColor()
COLOR_RED 

The red component of an actor's color.

Name "colorRed", type Property::FLOAT, animatable / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetColor()
COLOR_GREEN 

The green component of an actor's color.

Name "colorGreen", type Property::FLOAT, animatable / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetColor()
COLOR_BLUE 

The blue component of an actor's color.

Name "colorBlue", type Property::FLOAT, animatable / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetColor()
COLOR_ALPHA 

The alpha component of an actor's color.

Name "colorAlpha", type Property::FLOAT, animatable / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetColor()
WORLD_COLOR 

The world color of an actor.

Name "worldColor", type Property::VECTOR4, read-only / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::GetCurrentWorldColor()
WORLD_MATRIX 

The world matrix of an actor.

Name "worldMatrix", type Property::MATRIX, read-only / constraint-input

Since:
2.4, DALi version 1.0.0
See also:
Actor::GetCurrentWorldMatrix()
NAME 

The name of an actor.

Name "name", type Property::STRING

Since:
2.4, DALi version 1.0.0
See also:
Actor::GetName()
SENSITIVE 

The flag whether an actor should emit touch or hover signals.

Name "sensitive", type Property::BOOLEAN

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetSensitive()
LEAVE_REQUIRED 

The flag whether an actor should receive a notification when touch or hover motion events leave.

Name "leaveRequired", type Property::BOOLEAN

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetLeaveRequired()
INHERIT_ORIENTATION 

The flag whether a child actor inherits it's parent's orientation.

Name "inheritOrientation", type Property::BOOLEAN

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetInheritOrientation()
INHERIT_SCALE 

The flag whether a child actor inherits it's parent's scale.

Name "inheritScale", type Property::BOOLEAN

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetInheritScale()
COLOR_MODE 

The color mode of an actor.

Name "colorMode", type ColorMode (Property::INTEGER) or Property::STRING.

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetColorMode()
RESERVED_PROPERTY_01 

This property is removed because it's deprecated.

DRAW_MODE 

The draw mode of an actor.

Name "drawMode", type DrawMode::Type (Property::INTEGER) or Property::STRING.

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetDrawMode()
SIZE_MODE_FACTOR 

The size mode factor of an actor.

Name "sizeModeFactor", type Property::VECTOR3.

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetSizeModeFactor()
WIDTH_RESIZE_POLICY 

The resize policy for the width of an actor.

Name "widthResizePolicy", type ResizePolicy::Type (Property::INTEGER) or Property::STRING.

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetResizePolicy()
HEIGHT_RESIZE_POLICY 

The resize policy for the height of an actor.

Name "heightResizePolicy", type ResizePolicy::Type (Property::INTEGER) or Property::STRING.

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetResizePolicy()
SIZE_SCALE_POLICY 

The size scale policy of an actor.

Name "sizeScalePolicy", type ResizePolicy::Type (Property::INTEGER) or Property::STRING.

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetSizeScalePolicy()
WIDTH_FOR_HEIGHT 

The flag to determine the width dependent on the height.

Name "widthForHeight", type Property::BOOLEAN.

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetResizePolicy()
HEIGHT_FOR_WIDTH 

The flag to determine the height dependent on the width.

Name "heightForWidth", type Property::BOOLEAN.

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetResizePolicy()
PADDING 

The padding of an actor for use in layout.

Name "padding", type Property::VECTOR4.

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetPadding()
MINIMUM_SIZE 

The minimum size an actor can be assigned in size negotiation.

Name "minimumSize", type Property::VECTOR2.

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetMinimumSize()
MAXIMUM_SIZE 

The maximum size an actor can be assigned in size negotiation.

Name "maximumSize", type Property::VECTOR2.

Since:
2.4, DALi version 1.0.0
See also:
Actor::SetMaximumSize()
INHERIT_POSITION 

The flag whether a child actor inherits it's parent's position.

Name "inheritPosition", type Property::BOOLEAN.

Since:
3.0, DALi version 1.1.24
See also:
Actor::SetInheritPosition()
CLIPPING_MODE 

The clipping mode of an actor.

Name "clippingMode", type ClippingMode::Type (Property::INTEGER) or Property::STRING.

Since:
3.0, DALi version 1.2.5
See also:
ClippingMode::Type for supported values.
LAYOUT_DIRECTION 

The direction of the layout.

Name "layoutDirection", type LayoutDirection::Type (Property::INTEGER) or Property::STRING.

Since:
4.0, DALi version 1.2.60
See also:
LayoutDirection::Type for supported values.
INHERIT_LAYOUT_DIRECTION 

Determines whether child actors inherit the layout direction from a parent.

Name "layoutDirectionInheritance", type Property::BOOLEAN.

Since:
4.0, DALi version 1.2.60