|
| UIPageView () |
| Default constructor. More...
|
|
| ctor () |
| Default constructor. More...
|
|
| UIPageView () |
| Default constructor. More...
|
|
virtual | ~UIPageView () |
| Default destructor. More...
|
|
void | addWidgetToPage (UIWidget *widget, int pageIdx, bool forceCreate) |
| Add a widget to a page of pageview. More...
|
|
void | addPage (UILayout *page) |
| Push back a page to pageview. More...
|
|
void | insertPage (UILayout *page, int idx) |
| Inert a page to pageview. More...
|
|
var | insertPage ( var page, var idx) |
| Inert a page to pageview. More...
|
|
local | insertPage ( local page, local idx) |
| Inert a page to pageview. More...
|
|
void | removePage (UILayout *page) |
| Remove a page of pageview. More...
|
|
void | removePageAtIndex (int index) |
| Remove a page at index of pageview. More...
|
|
var | removePageAtIndex ( var index) |
| Remove a page at index of pageview. More...
|
|
local | removePageAtIndex ( local index) |
| Remove a page at index of pageview. More...
|
|
void | removeAllPages () |
void | scrollToPage (int idx) |
| scroll pageview to index. More...
|
|
var | scrollToPage ( var idx) |
| scroll pageview to index. More...
|
|
local | scrollToPage ( local idx) |
| scroll pageview to index. More...
|
|
int | getCurPageIndex () const |
| Gets current page index. More...
|
|
cocos2d::Array * | getPages () |
var | getPages () |
local | getPages () |
UILayout * | getPage (int index) |
var | getPage ( var index) |
local | getPage ( local index) |
void | addEventListenerPageView (cocos2d::Object *target, SEL_PageViewEvent selector) |
var | addEventListenerPageView ( var target, var selector) |
local | addEventListenerPageView ( local target, local selector) |
virtual bool | onTouchBegan (const cocos2d::Point &touchPoint) override |
| override "onTouchBegan" method of widget. More...
|
|
virtual void | onTouchMoved (const cocos2d::Point &touchPoint) override |
| override "onTouchMoved" method of widget. More...
|
|
virtual void | onTouchEnded (const cocos2d::Point &touchPoint) override |
| override "onTouchEnded" method of widget. More...
|
|
virtual void | onTouchCancelled (const cocos2d::Point &touchPoint) override |
| override "onTouchCancelled" method of widget. More...
|
|
virtual void | update (float dt) override |
virtual void | doLayout () override |
var | doLayout () |
local | doLayout () |
virtual void | setLayoutType (LayoutType type) override |
| Sets LayoutType. More...
|
|
var | setLayoutType ( var type) |
| Sets LayoutType. More...
|
|
local | setLayoutType ( local type) |
| Sets LayoutType. More...
|
|
virtual LayoutType | getLayoutType () const override |
| Gets LayoutType. More...
|
|
virtual const char * | getDescription () const override |
| Returns the "class name" of widget. More...
|
|
local | getDescription () |
| Returns the "class name" of widget. More...
|
|
| UILayout () |
virtual | ~UILayout () |
| Default destructor. More...
|
|
virtual bool | hitTest (const cocos2d::Point &pt) override |
| Checks a point if is in widget's space. More...
|
|
local | hitTest ( local pt) |
| Checks a point if is in widget's space. More...
|
|
void | setBackGroundImage (const char *fileName, TextureResType texType=UI_TEX_TYPE_LOCAL) |
| Sets a background image for layout. More...
|
|
var | setBackGroundImage ( var fileName, var UI_TEX_TYPE_LOCAL) |
| Sets a background image for layout. More...
|
|
local | setBackGroundImage ( local fileName, local UI_TEX_TYPE_LOCAL) |
| Sets a background image for layout. More...
|
|
void | setBackGroundImageCapInsets (const cocos2d::Rect &capInsets) |
| Sets a background image capinsets for layout, if the background image is a scale9 render. More...
|
|
void | setBackGroundColorType (LayoutBackGroundColorType type) |
| Sets Color Type for layout. More...
|
|
local | setBackGroundColorType ( local type) |
| Sets Color Type for layout. More...
|
|
void | setBackGroundImageScale9Enabled (bool enabled) |
| Sets background iamge use scale9 renderer. More...
|
|
var | setBackGroundImageScale9Enabled ( var enabled) |
| Sets background iamge use scale9 renderer. More...
|
|
local | setBackGroundImageScale9Enabled ( local enabled) |
| Sets background iamge use scale9 renderer. More...
|
|
void | setBackGroundColor (const cocos2d::Color3B &color) |
| Sets background color for layout, if color type is LAYOUT_COLOR_SOLID. More...
|
|
void | setBackGroundColor (const cocos2d::Color3B &startColor, const cocos2d::Color3B &endColor) |
| Sets background color for layout, if color type is LAYOUT_COLOR_GRADIENT. More...
|
|
var | setBackGroundColor ( var startColor, var endColor) |
| Sets background color for layout, if color type is LAYOUT_COLOR_GRADIENT. More...
|
|
local | setBackGroundColor ( local startColor, local endColor) |
| Sets background color for layout, if color type is LAYOUT_COLOR_GRADIENT. More...
|
|
void | setBackGroundColorOpacity (int opacity) |
| Sets background opacity layout. More...
|
|
void | setBackGroundColorVector (const cocos2d::Point &vector) |
| Sets background color vector for layout, if color type is LAYOUT_COLOR_GRADIENT. More...
|
|
virtual void | setColor (const cocos2d::Color3B &color) override |
| Sets color to widget. More...
|
|
virtual void | setOpacity (int opacity) override |
| Sets opacity to widget. More...
|
|
void | removeBackGroundImage () |
| Remove the background image of layout. More...
|
|
var | removeBackGroundImage () |
| Remove the background image of layout. More...
|
|
local | removeBackGroundImage () |
| Remove the background image of layout. More...
|
|
const cocos2d::Size & | getBackGroundImageTextureSize () const |
| Gets background image texture size. More...
|
|
var | getBackGroundImageTextureSize () |
| Gets background image texture size. More...
|
|
local | getBackGroundImageTextureSize () |
| Gets background image texture size. More...
|
|
virtual bool | isClippingEnabled () |
| Gets if layout is clipping enabled. More...
|
|
virtual const cocos2d::Size & | getContentSize () const override |
| Gets the content size of widget. More...
|
|
local | getContentSize () |
| Gets the content size of widget. More...
|
|
| UIWidget (void) |
| ctor () |
virtual | ~UIWidget () |
| Default destructor. More...
|
|
virtual void | setEnabled (bool enabled) |
| Sets whether the widget is enabled. More...
|
|
local | setEnabled ( local enabled) |
| Sets whether the widget is enabled. More...
|
|
bool | isEnabled () const |
| Determines if the widget is enabled. More...
|
|
void | setVisible (bool visible) |
| Sets whether the widget is visible. More...
|
|
var | setVisible ( var visible) |
| Sets whether the widget is visible. More...
|
|
local | setVisible ( local visible) |
| Sets whether the widget is visible. More...
|
|
bool | isVisible () const |
| Determines if the widget is visible. More...
|
|
void | setBright (bool bright) |
| Sets whether the widget is bright. More...
|
|
bool | isBright () const |
| Determines if the widget is bright. More...
|
|
virtual void | setTouchEnabled (bool enabled) |
| Sets whether the widget is touch enabled. More...
|
|
local | setTouchEnabled ( local enabled) |
| Sets whether the widget is touch enabled. More...
|
|
void | setBrightStyle (BrightStyle style) |
| To set the bright style of widget. More...
|
|
var | setBrightStyle ( var style) |
| To set the bright style of widget. More...
|
|
local | setBrightStyle ( local style) |
| To set the bright style of widget. More...
|
|
bool | isTouchEnabled () const |
| Determines if the widget is touch enabled. More...
|
|
bool | isFocused () const |
| Determines if the widget is on focused. More...
|
|
void | setFocused (bool fucosed) |
| Sets whether the widget is on focused. More...
|
|
void | setZOrder (int z) |
| Sets the Z order which stands for the drawing order, and reorder this widget in its parent's children array. More...
|
|
int | getZOrder () |
| Gets the Z order of this widget. More...
|
|
float | getLeftInParent () |
| Gets the left boundary position of this widget. More...
|
|
var | getLeftInParent () |
| Gets the left boundary position of this widget. More...
|
|
local | getLeftInParent () |
| Gets the left boundary position of this widget. More...
|
|
float | getBottomInParent () |
| Gets the bottom boundary position of this widget. More...
|
|
var | getBottomInParent () |
| Gets the bottom boundary position of this widget. More...
|
|
local | getBottomInParent () |
| Gets the bottom boundary position of this widget. More...
|
|
float | getRightInParent () |
| Gets the right boundary position of this widget. More...
|
|
var | getRightInParent () |
| Gets the right boundary position of this widget. More...
|
|
local | getRightInParent () |
| Gets the right boundary position of this widget. More...
|
|
float | getTopInParent () |
| Gets the top boundary position of this widget. More...
|
|
var | getTopInParent () |
| Gets the top boundary position of this widget. More...
|
|
local | getTopInParent () |
| Gets the top boundary position of this widget. More...
|
|
virtual void | removeFromParent () |
| Removes this widget itself from its parent widget. More...
|
|
local | removeFromParent () |
| Removes this widget itself from its parent widget. More...
|
|
virtual void | reorderChild (UIWidget *child) |
| Reorders a child according to a new z value. More...
|
|
local | reorderChild ( local child) |
| Reorders a child according to a new z value. More...
|
|
UIWidget * | getChildByName (const char *name) |
| Gets a child from the container with its name. More...
|
|
UIWidget * | getChildByTag (int tag) |
| Gets a child from the container with its tag. More...
|
|
cocos2d::Node * | getRenderer () |
| Gets the renderer of widget. More...
|
|
void | addRenderer (cocos2d::Node *renderer, int zOrder) |
| Add a Node for rendering. More...
|
|
var | addRenderer ( var renderer, var zOrder) |
| Add a Node for rendering. More...
|
|
local | addRenderer ( local renderer, local zOrder) |
| Add a Node for rendering. More...
|
|
void | removeRenderer (cocos2d::Node *renderer, bool cleanup) |
| Remove a Node from widget. More...
|
|
local | removeRenderer ( local renderer, local cleanup) |
| Remove a Node from widget. More...
|
|
void | setParent (UIWidget *parent) |
| Sets the parent widget. More...
|
|
local | setParent ( local parent) |
| Sets the parent widget. More...
|
|
UIWidget * | getParent () |
| Returns a pointer to the parent widget. More...
|
|
void | addTouchEventListener (cocos2d::Object *target, SEL_TouchEvent selector) |
| Sets the touch event target/selector of the menu item. More...
|
|
var | addTouchEventListener ( var target, var selector) |
| Sets the touch event target/selector of the menu item. More...
|
|
local | addTouchEventListener ( local target, local selector) |
| Sets the touch event target/selector of the menu item. More...
|
|
void | setPosition (const cocos2d::Point &pos) |
| Changes the position (x,y) of the widget in OpenGL coordinates. More...
|
|
void | setPositionPercent (const cocos2d::Point &percent) |
| Changes the position (x,y) of the widget in OpenGL coordinates. More...
|
|
var | setPositionPercent ( var percent) |
| Changes the position (x,y) of the widget in OpenGL coordinates. More...
|
|
local | setPositionPercent ( local percent) |
| Changes the position (x,y) of the widget in OpenGL coordinates. More...
|
|
const cocos2d::Point & | getPosition () |
| Gets the position (x,y) of the widget in OpenGL coordinates. More...
|
|
const cocos2d::Point & | getPositionPercent () |
| Gets the percent (x,y) of the widget in OpenGL coordinates. More...
|
|
var | getPositionPercent () |
| Gets the percent (x,y) of the widget in OpenGL coordinates. More...
|
|
local | getPositionPercent () |
| Gets the percent (x,y) of the widget in OpenGL coordinates. More...
|
|
void | setPositionType (PositionType type) |
| Changes the position type of the widget. More...
|
|
PositionType | getPositionType () const |
| Gets the position type of the widget. More...
|
|
var | getPositionType () |
| Gets the position type of the widget. More...
|
|
local | getPositionType () |
| Gets the position type of the widget. More...
|
|
virtual void | setAnchorPoint (const cocos2d::Point &pt) |
| Sets the anchor point in percent. More...
|
|
local | setAnchorPoint ( local pt) |
| Sets the anchor point in percent. More...
|
|
const cocos2d::Point & | getAnchorPoint () |
| Returns the anchor point in percent. More...
|
|
local | getAnchorPoint () |
| Returns the anchor point in percent. More...
|
|
virtual void | setScale (float fScale) |
| Changes both X and Y scale factor of the widget. More...
|
|
local | setScale ( local fScale) |
| Changes both X and Y scale factor of the widget. More...
|
|
float | getScale () |
| Gets the scale factor of the widget, when X and Y have the same scale factor. More...
|
|
virtual void | setScaleX (float fScaleX) |
| Changes the scale factor on X axis of this widget. More...
|
|
var | setScaleX ( var fScaleX) |
| Changes the scale factor on X axis of this widget. More...
|
|
local | setScaleX ( local fScaleX) |
| Changes the scale factor on X axis of this widget. More...
|
|
float | getScaleX () |
| Returns the scale factor on X axis of this widget. More...
|
|
virtual void | setScaleY (float fScaleY) |
| Changes the scale factor on Y axis of this widget. More...
|
|
local | setScaleY ( local fScaleY) |
| Changes the scale factor on Y axis of this widget. More...
|
|
float | getScaleY () |
| Returns the scale factor on Y axis of this widget. More...
|
|
var | getScaleY () |
| Returns the scale factor on Y axis of this widget. More...
|
|
local | getScaleY () |
| Returns the scale factor on Y axis of this widget. More...
|
|
void | setRotation (float rotation) |
| Sets the rotation (angle) of the widget in degrees. More...
|
|
float | getRotation () |
| Returns the rotation of the widget in degrees. More...
|
|
void | setRotationX (float rotationX) |
| Sets the X rotation (angle) of the widget in degrees which performs a horizontal rotational skew. More...
|
|
float | getRotationX () |
| Gets the X rotation (angle) of the widget in degrees which performs a horizontal rotation skew. More...
|
|
void | setRotationY (float rotationY) |
| Sets the Y rotation (angle) of the widget in degrees which performs a vertical rotational skew. More...
|
|
float | getRotationY () |
| Gets the Y rotation (angle) of the widget in degrees which performs a vertical rotational skew. More...
|
|
var | getRotationY () |
| Gets the Y rotation (angle) of the widget in degrees which performs a vertical rotational skew. More...
|
|
local | getRotationY () |
| Gets the Y rotation (angle) of the widget in degrees which performs a vertical rotational skew. More...
|
|
virtual void | setFlipX (bool flipX) |
| Sets whether the widget should be flipped horizontally or not. More...
|
|
local | setFlipX ( local flipX) |
| Sets whether the widget should be flipped horizontally or not. More...
|
|
virtual bool | isFlipX () |
| Returns the flag which indicates whether the widget is flipped horizontally or not. More...
|
|
virtual void | setFlipY (bool flipY) |
| Sets whether the widget should be flipped vertically or not. More...
|
|
local | setFlipY ( local flipY) |
| Sets whether the widget should be flipped vertically or not. More...
|
|
virtual bool | isFlipY () |
| Return the flag which indicates whether the widget is flipped vertically or not. More...
|
|
virtual const cocos2d::Color3B & | getColor () |
| Gets color of widget. More...
|
|
local | getColor () |
| Gets color of widget. More...
|
|
virtual int | getOpacity () |
| Gets opacity of widget. More...
|
|
virtual bool | isCascadeOpacityEnabled () |
var | isCascadeOpacityEnabled () |
local | isCascadeOpacityEnabled () |
virtual void | setCascadeOpacityEnabled (bool cascadeOpacityEnabled) |
virtual bool | isCascadeColorEnabled () |
var | isCascadeColorEnabled () |
local | isCascadeColorEnabled () |
virtual void | setCascadeColorEnabled (bool cascadeColorEnabled) |
void | setBlendFunc (cocos2d::BlendFunc blendFunc) |
virtual void | setActionManager (cocos2d::ActionManager *actionManager) |
local | setActionManager ( local actionManager) |
virtual cocos2d::ActionManager * | getActionManager () |
local | getActionManager () |
cocos2d::Action * | runAction (cocos2d::Action *action) |
var | runAction ( var action) |
local | runAction ( local action) |
void | stopAllActions (void) |
var | stopAllActions () |
local | stopAllActions () |
void | stopAction (cocos2d::Action *action) |
var | stopAction ( var action) |
local | stopAction ( local action) |
void | stopActionByTag (int tag) |
var | stopActionByTag ( var tag) |
local | stopActionByTag ( local tag) |
cocos2d::Action * | getActionByTag (int tag) |
var | getActionByTag ( var tag) |
local | getActionByTag ( local tag) |
void | didNotSelectSelf () |
| A call back function when widget lost of focus. More...
|
|
var | didNotSelectSelf () |
| A call back function when widget lost of focus. More...
|
|
local | didNotSelectSelf () |
| A call back function when widget lost of focus. More...
|
|
bool | clippingParentAreaContainPoint (const cocos2d::Point &pt) |
var | clippingParentAreaContainPoint ( var pt) |
local | clippingParentAreaContainPoint ( local pt) |
const cocos2d::Point & | getTouchStartPos () |
var | getTouchStartPos () |
local | getTouchStartPos () |
const cocos2d::Point & | getTouchMovePos () |
local | getTouchMovePos () |
const cocos2d::Point & | getTouchEndPos () |
void | setTag (int tag) |
| Changes the tag that is used to identify the widget easily. More...
|
|
local | setTag ( local tag) |
| Changes the tag that is used to identify the widget easily. More...
|
|
int | getTag () const |
| Returns a tag that is used to identify the widget easily. More...
|
|
var | getTag () |
| Returns a tag that is used to identify the widget easily. More...
|
|
local | getTag () |
| Returns a tag that is used to identify the widget easily. More...
|
|
void | setName (const char *name) |
| Changes the name that is used to identify the widget easily. More...
|
|
var | setName ( var name) |
| Changes the name that is used to identify the widget easily. More...
|
|
local | setName ( local name) |
| Changes the name that is used to identify the widget easily. More...
|
|
const char * | getName () const |
| Returns a name that is used to identify the widget easily. More...
|
|
WidgetType | getWidgetType () const |
| Returns a type that is widget's type. More...
|
|
virtual void | setSize (const cocos2d::Size &size) |
| Changes the size that is widget's size. More...
|
|
virtual void | setSizePercent (const cocos2d::Point &percent) |
| Changes the percent that is widget's percent size. More...
|
|
local | setSizePercent ( local percent) |
| Changes the percent that is widget's percent size. More...
|
|
void | setSizeType (SizeType type) |
| Changes the size type of widget. More...
|
|
var | setSizeType ( var type) |
| Changes the size type of widget. More...
|
|
local | setSizeType ( local type) |
| Changes the size type of widget. More...
|
|
SizeType | getSizeType () const |
| Gets the size type of widget. More...
|
|
var | getSizeType () |
| Gets the size type of widget. More...
|
|
local | getSizeType () |
| Gets the size type of widget. More...
|
|
const cocos2d::Size & | getSize () const |
| Returns size of widget. More...
|
|
const cocos2d::Point & | getSizePercent () const |
| Returns size percent of widget. More...
|
|
local | getSizePercent () |
| Returns size percent of widget. More...
|
|
virtual void | onTouchLongClicked (const cocos2d::Point &touchPoint) |
| A call back function called when widget is selected, and on touch long clicked. More...
|
|
var | onTouchLongClicked ( var touchPoint) |
| A call back function called when widget is selected, and on touch long clicked. More...
|
|
local | onTouchLongClicked ( local touchPoint) |
| A call back function called when widget is selected, and on touch long clicked. More...
|
|
void | setLayoutParameter (UILayoutParameter *parameter) |
| Sets a LayoutParameter to widget. More...
|
|
UILayoutParameter * | getLayoutParameter (LayoutParameterType type) |
| Gets LayoutParameter of widget. More...
|
|
virtual void | ignoreContentAdaptWithSize (bool ignore) |
| Ignore the widget size. More...
|
|
var | ignoreContentAdaptWithSize ( var ignore) |
| Ignore the widget size. More...
|
|
local | ignoreContentAdaptWithSize ( local ignore) |
| Ignore the widget size. More...
|
|
bool | isIgnoreContentAdaptWithSize () const |
| Gets the widget if is ignore it's size. More...
|
|
var | isIgnoreContentAdaptWithSize () |
| Gets the widget if is ignore it's size. More...
|
|
local | isIgnoreContentAdaptWithSize () |
| Gets the widget if is ignore it's size. More...
|
|
cocos2d::Point | getWorldPosition () |
| Gets world position of widget. More...
|
|
local | getWorldPosition () |
| Gets world position of widget. More...
|
|
cocos2d::Point | convertToWorldSpace (const cocos2d::Point &pt) |
| Converts a Point to world space coordinates. More...
|
|
local | convertToWorldSpace ( local pt) |
| Converts a Point to world space coordinates. More...
|
|
virtual cocos2d::Node * | getVirtualRenderer () |
| Gets the Virtual Renderer of widget. More...
|
|
local | getVirtualRenderer () |
| Gets the Virtual Renderer of widget. More...
|
|
void | setUpdateEnabled (bool enable) |
| Schedules the "update" method. More...
|
|
bool | isUpdateEnabled () |
| is the "update" method scheduled. More...
|
|
UIWidget * | clone () |
var | clone () |
local | clone () |
virtual void | onEnter () |
virtual void | onExit () |
void | updateSizeAndPosition () |
var | updateSizeAndPosition () |
local | updateSizeAndPosition () |
virtual Object * | getUserObject () |
virtual const Object * | getUserObject () const |
virtual void | setUserObject (Object *userObject) |
| Returns a user assigned Object. More...
|
|
void | setActionTag (int tag) |
var | setActionTag ( var tag) |
local | setActionTag ( local tag) |
int | getActionTag () |
var | getActionTag () |
local | getActionTag () |
| Object () |
| Constructor. More...
|
|
virtual | ~Object () |
void | release () |
| Release the ownership immediately. More...
|
|
void | retain () |
| Retains the ownership. More...
|
|
Object * | autorelease () |
| Release the ownership sometime soon automatically. More...
|
|
bool | isSingleReference () const |
| Returns a boolean value that indicates whether there is only one reference to the object. More...
|
|
unsigned int | retainCount () const |
| Returns the object's current reference count. More...
|
|
virtual bool | isEqual (const Object *object) |
| Returns a boolean value that indicates whether this object and a given object are equal. More...
|
|
virtual void | acceptVisitor (DataVisitor &visitor) |
virtual | ~UIScrollInterface () |