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

#include <CCObjectExtensionData.h>

Inheritance diagram for ObjectExtensionData:
Ref

Public Member Functions

virtual void setCustomProperty (const std::string &customProperty)
local setCustomProperty ( local customProperty)
virtual std::string getCustomProperty () const
virtual void setActionTag (int actionTag)
local setActionTag ( local actionTag)
virtual const int getActionTag () const
 ~ObjectExtensionData ()
virtual bool init ()
var init ()
local init ()
- 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...
 

Static Public Member Functions

static ObjectExtensionDatacreate ()
var create ()
local create ()

Public Attributes

CC_CONSTRUCTOR_ACCESS __pad0__: ObjectExtensionData()

Protected Attributes

std::string _customProperty
cocostudio::timeline::ActionTimelineData * _timelineData
- Protected Attributes inherited from Ref
unsigned int _referenceCount
 count of references More...
 
local _referenceCount
 count of references More...
 

Additional Inherited Members

- Protected Member Functions inherited from Ref
 Ref ()
 Constructor. More...
 
 Ref ()
 Constructor. More...
 

Constructor & Destructor Documentation

local ~ObjectExtensionData ( )

Member Function Documentation

static ObjectExtensionData* create ( )
static
var create ( )
static
local create ( )
static
virtual const int getActionTag ( ) const
virtual
var getActionTag ( )
virtual
local getActionTag ( )
virtual
virtual std::string
getCustomProperty
( ) const
inlinevirtual
var getCustomProperty ( )
inlinevirtual
local getCustomProperty ( )
inlinevirtual
virtual bool init ( )
virtual
var init ( )
virtual
local init ( )
virtual
virtual void setActionTag ( int  actionTag)
virtual
var setActionTag ( var  actionTag)
virtual
local setActionTag ( local  actionTag)
virtual
virtual void setCustomProperty ( const std::string &  customProperty)
inlinevirtual
var setCustomProperty ( var  customProperty)
inlinevirtual
local setCustomProperty ( local  customProperty)
inlinevirtual

Member Data Documentation

var __pad0__
local __pad0__
std::string _customProperty
protected
var _customProperty
protected
local _customProperty
protected
cocostudio::timeline::ActionTimelineData*
_timelineData
protected
var _timelineData
protected
local _timelineData
protected

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