cocos2d-x  3.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
LayoutManager Class Referenceabstract

#include <UILayoutManager.h>

Inheritance diagram for LayoutManager:
Ref LinearHorizontalLayoutManager LinearVerticalLayoutManager RelativeLayoutManager

Public Member Functions

virtual ~LayoutManager ()
var ~LayoutManager ()
local ~LayoutManager ()
 LayoutManager ()
 LayoutManager ()
 LayoutManager ()
virtual void doLayout (LayoutProtocol *layout)=0
local doLayout ( local layout)
- 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 ()

Friends

class Layout

Additional Inherited Members

- Protected Member Functions inherited from Ref
 Ref ()
 Constructor. More...
 
 Ref ()
 Constructor. More...
 
- Protected Attributes inherited from Ref
unsigned int _referenceCount
 count of references More...
 
var _referenceCount
 count of references More...
 
local _referenceCount
 count of references More...
 

Constructor & Destructor Documentation

virtual ~LayoutManager ( )
inlinevirtual
var ~LayoutManager ( )
inlinevirtual
local ~LayoutManager ( )
inlinevirtual
LayoutManager ( )
inline
var LayoutManager ( )
inline
local LayoutManager ( )
inline

Member Function Documentation

virtual void doLayout ( LayoutProtocol layout)
pure virtual
var doLayout ( var  layout)
pure virtual
local doLayout ( local  layout)
pure virtual

Friends And Related Function Documentation

friend class Layout
friend
var Layout
friend
local Layout
friend

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