摘要: //WidgetSlideListView.hclass WidgetEaseInListView : public cocos2d::gui::UIListView{public: static WidgetEaseInListView* create(cocos2d::gui::UIListView* pAnthor=NULL); void doEaseIn(bool bRight2Left=true);protected: virtual void copySpecialProperties(cocos2d::gui::Widget* model);protected: virtual 阅读全文
posted @ 2014-01-26 14:30 MrBlue 阅读(1605) 评论(0) 推荐(0) 编辑
摘要: 效果图//ShadowLayer.hclass ShadowLayer : public CCLayer{protected: ShadowLayer() :m_pRender(NULL) ,m_pShadow(NULL) {} ~ShadowLayer() { CC_SAFE_RELEASE(m_pRender); CC_SAFE_RELEASE(m_pShadow); }public: static ShadowLayer* create(CCNode* pRender,const CCPoint& ptOffse... 阅读全文
posted @ 2014-01-26 13:32 MrBlue 阅读(2916) 评论(4) 推荐(0) 编辑