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

#include <UILayoutParameter.h>

Inheritance diagram for UIRelativeLayoutParameter:
UILayoutParameter CCObject CCCopying

Public Member Functions

 UIRelativeLayoutParameter ()
 Default constructor. More...
 
virtual ~UIRelativeLayoutParameter ()
 Default destructor. More...
 
void setAlign (UIRelativeAlign align)
 Sets UIRelativeAlign parameter for LayoutParameter. More...
 
UIRelativeAlign getAlign () const
 Gets UIRelativeAlign parameter for LayoutParameter. More...
 
void setRelativeToWidgetName (const char *name)
 Sets a key for LayoutParameter. More...
 
const char * getRelativeToWidgetName () const
 Gets the key of LayoutParameter. More...
 
void setRelativeName (const char *name)
 Sets a name in Relative Layout for LayoutParameter. More...
 
const char * getRelativeName () const
 Gets a name in Relative Layout of LayoutParameter. More...
 
- Public Member Functions inherited from UILayoutParameter
 UILayoutParameter ()
 ctor ()
virtual ~UILayoutParameter ()
 Default destructor. More...
 
void setMargin (const UIMargin &margin)
 Sets Margin parameter for LayoutParameter. More...
 
const UIMargingetMargin () const
 Gets Margin parameter of LayoutParameter. More...
 
LayoutParameterType getLayoutType () const
 Gets LayoutParameterType of LayoutParameter. More...
 
var getLayoutType ()
 Gets LayoutParameterType of LayoutParameter. More...
 
- Public Member Functions inherited from CCObject
 CCObject (void)
virtual ~CCObject (void)
void release (void)
void retain (void)
CCObjectautorelease (void)
CCObjectcopy (void)
bool isSingleReference (void) const
unsigned int retainCount (void) const
virtual bool isEqual (const CCObject *pObject)
virtual void acceptVisitor (CCDataVisitor &visitor)
virtual void update (float dt)
- Public Member Functions inherited from CCCopying
virtual CCObjectcopyWithZone (CCZone *pZone)

Static Public Member Functions

static UIRelativeLayoutParametercreate ()
 Allocates and initializes. More...
 
- Static Public Member Functions inherited from UILayoutParameter
static UILayoutParametercreate ()
 Allocates and initializes. More...
 

Protected Attributes

UIRelativeAlign m_eRelativeAlign
std::string m_strRelativeWidgetName
std::string m_strRelativeLayoutName
bool m_bPut
- Protected Attributes inherited from UILayoutParameter
UIMargin m_margin
LayoutParameterType m_eLayoutParameterType
var m_eLayoutParameterType
- Protected Attributes inherited from CCObject
unsigned int m_uReference
unsigned int m_uAutoReleaseCount

Friends

class UILayout

Additional Inherited Members

- Public Attributes inherited from CCObject
unsigned int m_uID
int m_nLuaID

Constructor & Destructor Documentation

Default constructor.

virtual ~UIRelativeLayoutParameter ( )
inlinevirtual

Default destructor.

Member Function Documentation

static
UIRelativeLayoutParameter*
create
( )
static

Allocates and initializes.

Returns
A initialized LayoutParameter which is marked as "autorelease".
UIRelativeAlign getAlign ( ) const

Gets UIRelativeAlign parameter for LayoutParameter.

See Also
UIRelativeAlign
Returns
UIRelativeAlign
const char* getRelativeName ( ) const

Gets a name in Relative Layout of LayoutParameter.

Returns
name
const char* getRelativeToWidgetName ( ) const

Gets the key of LayoutParameter.

Witch widget named this is relative to.

Returns
name
void setAlign ( UIRelativeAlign  align)

Sets UIRelativeAlign parameter for LayoutParameter.

See Also
UIRelativeAlign
Parameters
UIRelativeAlign
void setRelativeName ( const char *  name)

Sets a name in Relative Layout for LayoutParameter.

Parameters
name
void setRelativeToWidgetName ( const char *  name)

Sets a key for LayoutParameter.

Witch widget named this is relative to.

Parameters
name

Friends And Related Function Documentation

friend class UILayout
friend

Member Data Documentation

bool m_bPut
protected
UIRelativeAlign m_eRelativeAlign
protected
std::string m_strRelativeLayoutName
protected
std::string m_strRelativeWidgetName
protected

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