cocos2d-x  3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
PUDynamicAttributeFixed Class Reference

#include <CCPUDynamicAttribute.h>

Inheritance diagram for PUDynamicAttributeFixed:
PUDynamicAttribute Ref

Public Member Functions

 PUDynamicAttributeFixed (void)
 Constructor. More...
 
 PUDynamicAttributeFixed (const PUDynamicAttributeFixed &dynamicAttributeFixed)
 Copy constructor. More...
 
 PUDynamicAttributeFixed ( var dynamicAttributeFixed)
 Copy constructor. More...
 
 PUDynamicAttributeFixed ( local dynamicAttributeFixed)
 Copy constructor. More...
 
 ~PUDynamicAttributeFixed (void)
 Destructor. More...
 
virtual float getValue (float x=0) override
 Todo. More...
 
virtual void setValue (float value)
 Todo. More...
 
var setValue ( var value)
 Todo. More...
 
local setValue ( local value)
 Todo. More...
 
virtual PUDynamicAttributeFixedclone () override
virtual void copyAttributesTo (PUDynamicAttribute *dynamicAttribute) override
var copyAttributesTo ( var dynamicAttribute)
local copyAttributesTo ( local dynamicAttribute)
- Public Member Functions inherited from PUDynamicAttribute
 PUDynamicAttribute (void)
 Constructor. More...
 
virtual ~PUDynamicAttribute (void)
 Destructor. More...
 
DynamicAttributeType getType (void) const
 Todo. More...
 
void setType (DynamicAttributeType type)
 Todo. More...
 
bool isValueChangedExternally (void) const
 Returns true if one of the attributes was changed by an external source. More...
 
- Public Member Functions inherited from Ref
void retain ()
 Retains the ownership. More...
 
void release ()
 Releases the ownership immediately. More...
 
Refautorelease ()
 Releases the ownership sometime soon automatically. More...
 
unsigned int getReferenceCount () const
 Returns the Ref's current reference count. More...
 
virtual ~Ref ()
 Destructor. More...
 

Protected Attributes

float _value
var _value
local _value
- Protected Attributes inherited from PUDynamicAttribute
DynamicAttributeType _type
bool _valueChangedExternally
- Protected Attributes inherited from Ref
unsigned int _referenceCount
 count of references More...
 
local _referenceCount
 count of references More...
 

Additional Inherited Members

- Public Types inherited from PUDynamicAttribute
enum  DynamicAttributeType { DAT_FIXED, DAT_RANDOM, DAT_CURVED, DAT_OSCILLATE }
 
- Protected Member Functions inherited from Ref
 Ref ()
 Constructor. More...
 
 Ref ()
 Constructor. More...
 

Constructor & Destructor Documentation

Constructor.

Constructor.

Constructor.

PUDynamicAttributeFixed ( const PUDynamicAttributeFixed dynamicAttributeFixed)

Copy constructor.

var PUDynamicAttributeFixed ( var  dynamicAttributeFixed)

Copy constructor.

local PUDynamicAttributeFixed ( local  dynamicAttributeFixed)

Copy constructor.

Destructor.

Destructor.

local ~PUDynamicAttributeFixed (   )

Destructor.

Member Function Documentation

virtual
PUDynamicAttributeFixed* clone
( )
overridevirtual

Implements PUDynamicAttribute.

var clone ( )
overridevirtual

Implements PUDynamicAttribute.

local clone ( )
overridevirtual

Implements PUDynamicAttribute.

virtual void copyAttributesTo ( PUDynamicAttribute dynamicAttribute)
overridevirtual

Implements PUDynamicAttribute.

var copyAttributesTo ( var  dynamicAttribute)
overridevirtual

Implements PUDynamicAttribute.

local copyAttributesTo ( local  dynamicAttribute)
overridevirtual

Implements PUDynamicAttribute.

virtual float getValue ( float  x = 0)
overridevirtual

Todo.

Implements PUDynamicAttribute.

var getValue ( var  x = 0)
overridevirtual

Todo.

Implements PUDynamicAttribute.

local getValue ( local  x = 0)
overridevirtual

Todo.

Implements PUDynamicAttribute.

virtual void setValue ( float  value)
virtual

Todo.

var setValue ( var  value)
virtual

Todo.

local setValue ( local  value)
virtual

Todo.

Member Data Documentation

float _value
protected
var _value
protected
local _value
protected

The documentation for this class was generated from the following file: