Loading [MathJax]/extensions/tex2jax.js

⚠️ This documentation corresponds to the latest development branch of axmol. It might diverge from the official releases.

 
Axmol Engine 2.4.0-ce063c5
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Modules Pages
Loading...
Searching...
No Matches
LayoutManager Class Referenceabstract

Base class for managing layout. More...

#include <UILayoutManager.h>

Inherits Object.

Inherited by LinearCenterHorizontalLayoutManager, and LinearCenterVerticalLayoutManager.

Public Member Functions

virtual void doLayout (LayoutProtocol *layout)=0
 The interface does the actual layout work.
 
- Public Member Functions inherited from Object
void retain ()
 Retains the ownership.
 
void release ()
 Releases the ownership immediately.
 
Objectautorelease ()
 Releases the ownership sometime soon automatically.
 
unsigned int getReferenceCount () const
 Returns the Object's current reference count.
 
virtual ~Object ()
 Destructor.
 

Additional Inherited Members

- Public Attributes inherited from Object
unsigned int _ID
 object id, ScriptSupport need public _ID
 
int _luaID
 Lua reference id.
 

Detailed Description

Base class for managing layout.

All the concrete layout manager should inherit from this class.


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