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

#include <UILayoutParameter.h>

Inheritance diagram for RelativeLayoutParameter:
LayoutParameter Ref

Public Member Functions

 RelativeLayoutParameter ()
 Default constructor. More...
 
virtual ~RelativeLayoutParameter ()
 Default destructor. More...
 
void setAlign (RelativeAlign align)
 Sets RelativeAlign parameter for LayoutParameter. More...
 
RelativeAlign getAlign () const
 Gets RelativeAlign 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...
 
virtual LayoutParametercreateCloneInstance () override
virtual void copyProperties (LayoutParameter *model) override
- Public Member Functions inherited from LayoutParameter
 LayoutParameter ()
virtual ~LayoutParameter ()
 Default destructor. More...
 
void setMargin (const Margin &margin)
 Sets Margin parameter for LayoutParameter. More...
 
const MargingetMargin () const
 Gets Margin parameter of LayoutParameter. More...
 
LayoutParameterType getLayoutType () const
 Gets LayoutParameterType of LayoutParameter. More...
 
LayoutParameterclone ()
- Public Member Functions inherited from Ref
void retain ()
 Retains the ownership. More...
 
void release ()
 Release the ownership immediately. More...
 
Refautorelease ()
 Release the ownership sometime soon automatically. More...
 
unsigned int getReferenceCount () const
 Returns the Ref's current reference count. More...
 
virtual ~Ref ()

Static Public Member Functions

static RelativeLayoutParametercreate ()
 Allocates and initializes. More...
 
- Static Public Member Functions inherited from LayoutParameter
static LayoutParametercreate ()
 Allocates and initializes. More...
 

Protected Attributes

RelativeAlign _relativeAlign
std::string _relativeWidgetName
std::string _relativeLayoutName
bool _put
- Protected Attributes inherited from LayoutParameter
Margin _margin
LayoutParameterType _layoutParameterType
- Protected Attributes inherited from Ref
unsigned int _referenceCount
 count of references More...
 

Friends

class RelativeLayoutExecutant

Additional Inherited Members

- Protected Member Functions inherited from Ref
 Ref ()
 Constructor. More...
 

Constructor & Destructor Documentation

Default constructor.

virtual ~RelativeLayoutParameter ( )
inlinevirtual

Default destructor.

Member Function Documentation

virtual void copyProperties ( LayoutParameter model)
overridevirtual

Reimplemented from LayoutParameter.

static RelativeLayoutParameter*
create
( )
static

Allocates and initializes.

Returns
A initialized LayoutParameter which is marked as "autorelease".
virtual LayoutParameter*
createCloneInstance
( )
overridevirtual

Reimplemented from LayoutParameter.

RelativeAlign getAlign ( ) const

Gets RelativeAlign parameter for LayoutParameter.

See Also
RelativeAlign
Returns
RelativeAlign
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 ( RelativeAlign  align)

Sets RelativeAlign parameter for LayoutParameter.

See Also
RelativeAlign
Parameters
RelativeAlign
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
RelativeLayoutExecutant
friend

Member Data Documentation

bool _put
protected
RelativeAlign _relativeAlign
protected
std::string _relativeLayoutName
protected
std::string _relativeWidgetName
protected

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