cocos2d-x  2.2.3-gd2.113-rev1ec524e
Loading...
Searching...
No Matches
CCComponentContainer Class Reference

NA NA. More...

#include <CCComponentContainer.h>

Public Member Functions

virtual ~CCComponentContainer (void)
 
virtual CCComponentget (const char *pName) const
 
virtual bool add (CCComponent *pCom)
 
virtual bool remove (const char *pName)
 
virtual bool remove (CCComponent *pCom)
 
virtual void removeAll ()
 
virtual void visit (float fDelta)
 
bool isEmpty () const
 

Protected Member Functions

 CCComponentContainer (CCNode *pNode)
 

Friends

class CCNode
 

Detailed Description

NA NA.

Constructor & Destructor Documentation

◆ CCComponentContainer()

CCComponentContainer ( CCNode pNode)
protected

◆ ~CCComponentContainer()

virtual ~CCComponentContainer ( void  )
virtual

Member Function Documentation

◆ add()

virtual bool add ( CCComponent pCom)
virtual

◆ get()

virtual CCComponent * get ( const char *  pName) const
virtual

◆ isEmpty()

bool isEmpty ( ) const

◆ remove() [1/2]

virtual bool remove ( CCComponent pCom)
virtual

◆ remove() [2/2]

virtual bool remove ( const char *  pName)
virtual

◆ removeAll()

virtual void removeAll ( )
virtual

◆ visit()

virtual void visit ( float  fDelta)
virtual

Friends And Related Function Documentation

◆ CCNode

friend class CCNode
friend

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