All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
progressive_rendering_view2d_properties.h File Reference

Functions

ResourceID getComposerResourceID () const
 Gets the value of ComposerProperty. More...
 
void setComposerResourceID (ResourceID value)
 Sets the value of ComposerProperty. More...
 
ResourceID getAnimationResourceID () const
 Gets the value of AnimationProperty. More...
 
void setAnimationResourceID (ResourceID value)
 Sets the value of AnimationProperty. More...
 

Variables

static PropertyType< ResourceID > ComposerProperty
 Composer property. More...
 
static PropertyType< ResourceID > AnimationProperty
 Animation property. More...
 

Function Documentation

ResourceID getComposerResourceID ( ) const

Gets the value of ComposerProperty.

See also
setComposerResourceID()
void setComposerResourceID ( ResourceID  value)

Sets the value of ComposerProperty.

See also
getComposerResourceID()
ResourceID getAnimationResourceID ( ) const

Gets the value of AnimationProperty.

See also
setAnimationResourceID()
void setAnimationResourceID ( ResourceID  value)

Sets the value of AnimationProperty.

See also
getAnimationResourceID()

Variable Documentation

PropertyType<ResourceID> ComposerProperty
static

Composer property.

The default value is ResourceID().

See also
setComposerResourceID(), getComposerResourceID()
PropertyType<ResourceID> AnimationProperty
static

Animation property.

The default value is ResourceID().

See also
setAnimationResourceID(), getAnimationResourceID()