⚠️ This documentation corresponds to the latest development branch of axmol. It might diverge from the official releases.
Axmol Engine 2.4.0-ce063c5
|
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. | |
![]() | |
void | retain () |
Retains the ownership. | |
void | release () |
Releases the ownership immediately. | |
Object * | autorelease () |
Releases the ownership sometime soon automatically. | |
unsigned int | getReferenceCount () const |
Returns the Object's current reference count. | |
virtual | ~Object () |
Destructor. | |
Additional Inherited Members | |
![]() | |
unsigned int | _ID |
object id, ScriptSupport need public _ID | |
int | _luaID |
Lua reference id. | |
Base class for managing layout.
All the concrete layout manager should inherit from this class.