2014-03-06 20:52:29 +08:00
|
|
|
|
|
|
|
|
|
|
|
#ifndef __TestCpp__UIRichTextTest__
|
|
|
|
#define __TestCpp__UIRichTextTest__
|
|
|
|
|
|
|
|
#include "../UIScene.h"
|
|
|
|
|
2015-04-03 14:31:03 +08:00
|
|
|
DEFINE_TEST_SUITE(UIRichTextTests);
|
|
|
|
|
2014-03-06 20:52:29 +08:00
|
|
|
class UIRichTextTest : public UIScene
|
|
|
|
{
|
|
|
|
public:
|
2015-04-03 14:31:03 +08:00
|
|
|
CREATE_FUNC(UIRichTextTest);
|
|
|
|
|
2016-01-20 12:41:31 +08:00
|
|
|
bool init() override;
|
2015-04-09 08:37:30 +08:00
|
|
|
void touchEvent(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
2016-01-22 13:44:45 +08:00
|
|
|
void switchWrapMode(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
|
|
|
|
2014-03-06 20:52:29 +08:00
|
|
|
protected:
|
2015-04-09 08:37:30 +08:00
|
|
|
cocos2d::ui::RichText* _richText;
|
2014-03-06 20:52:29 +08:00
|
|
|
};
|
|
|
|
|
2016-01-20 12:41:31 +08:00
|
|
|
class UIRichTextXMLBasic : public UIScene
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
CREATE_FUNC(UIRichTextXMLBasic);
|
|
|
|
|
|
|
|
bool init() override;
|
|
|
|
void touchEvent(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
2016-01-22 13:44:45 +08:00
|
|
|
void switchWrapMode(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
2016-01-20 12:41:31 +08:00
|
|
|
|
|
|
|
protected:
|
|
|
|
cocos2d::ui::RichText* _richText;
|
|
|
|
};
|
|
|
|
|
|
|
|
class UIRichTextXMLSmallBig : public UIScene
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
CREATE_FUNC(UIRichTextXMLSmallBig);
|
|
|
|
|
|
|
|
bool init() override;
|
|
|
|
void touchEvent(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
2016-01-22 13:44:45 +08:00
|
|
|
void switchWrapMode(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
2016-01-20 12:41:31 +08:00
|
|
|
|
|
|
|
protected:
|
|
|
|
cocos2d::ui::RichText* _richText;
|
|
|
|
};
|
|
|
|
|
|
|
|
class UIRichTextXMLColor : public UIScene
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
CREATE_FUNC(UIRichTextXMLColor);
|
|
|
|
|
|
|
|
bool init() override;
|
|
|
|
void touchEvent(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
2016-01-22 13:44:45 +08:00
|
|
|
void switchWrapMode(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
2016-01-20 12:41:31 +08:00
|
|
|
|
|
|
|
protected:
|
|
|
|
cocos2d::ui::RichText* _richText;
|
|
|
|
};
|
|
|
|
|
|
|
|
class UIRichTextXMLSUIB : public UIScene
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
CREATE_FUNC(UIRichTextXMLSUIB);
|
|
|
|
|
|
|
|
bool init() override;
|
|
|
|
void touchEvent(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
2016-01-22 13:44:45 +08:00
|
|
|
void switchWrapMode(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
2016-01-20 12:41:31 +08:00
|
|
|
|
|
|
|
protected:
|
|
|
|
cocos2d::ui::RichText* _richText;
|
|
|
|
};
|
|
|
|
|
|
|
|
class UIRichTextXMLSUIB2 : public UIScene
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
CREATE_FUNC(UIRichTextXMLSUIB2);
|
|
|
|
|
|
|
|
bool init() override;
|
|
|
|
void touchEvent(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
2016-01-22 13:44:45 +08:00
|
|
|
void switchWrapMode(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
2016-01-20 12:41:31 +08:00
|
|
|
|
|
|
|
protected:
|
|
|
|
cocos2d::ui::RichText* _richText;
|
|
|
|
};
|
|
|
|
|
|
|
|
class UIRichTextXMLSUIB3 : public UIScene
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
CREATE_FUNC(UIRichTextXMLSUIB3);
|
|
|
|
|
|
|
|
bool init() override;
|
|
|
|
void touchEvent(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
2016-01-22 13:44:45 +08:00
|
|
|
void switchWrapMode(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
2016-01-20 12:41:31 +08:00
|
|
|
|
|
|
|
protected:
|
|
|
|
cocos2d::ui::RichText* _richText;
|
|
|
|
};
|
|
|
|
|
|
|
|
class UIRichTextXMLImg : public UIScene
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
CREATE_FUNC(UIRichTextXMLImg);
|
|
|
|
|
|
|
|
bool init() override;
|
|
|
|
void touchEvent(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
2016-01-22 13:44:45 +08:00
|
|
|
void switchWrapMode(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
2016-01-20 12:41:31 +08:00
|
|
|
|
|
|
|
protected:
|
|
|
|
cocos2d::ui::RichText* _richText;
|
|
|
|
};
|
|
|
|
|
|
|
|
class UIRichTextXMLUrl : public UIScene
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
CREATE_FUNC(UIRichTextXMLUrl);
|
|
|
|
|
|
|
|
bool init() override;
|
|
|
|
void touchEvent(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
2016-01-22 13:44:45 +08:00
|
|
|
void switchWrapMode(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
2016-01-20 12:41:31 +08:00
|
|
|
|
|
|
|
protected:
|
|
|
|
cocos2d::ui::RichText* _richText;
|
|
|
|
};
|
|
|
|
|
2016-03-07 09:50:47 +08:00
|
|
|
class UIRichTextXMLUrlImg : public UIScene
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
CREATE_FUNC(UIRichTextXMLUrlImg);
|
|
|
|
|
|
|
|
bool init() override;
|
|
|
|
void touchEvent(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
|
|
|
void switchWrapMode(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
|
|
|
|
|
|
|
protected:
|
|
|
|
cocos2d::ui::RichText* _richText;
|
|
|
|
};
|
|
|
|
|
2016-01-20 12:41:31 +08:00
|
|
|
class UIRichTextXMLFace : public UIScene
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
CREATE_FUNC(UIRichTextXMLFace);
|
|
|
|
|
|
|
|
bool init() override;
|
|
|
|
void touchEvent(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
2016-01-22 13:44:45 +08:00
|
|
|
void switchWrapMode(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
2016-01-20 12:41:31 +08:00
|
|
|
|
|
|
|
protected:
|
|
|
|
cocos2d::ui::RichText* _richText;
|
|
|
|
};
|
|
|
|
|
|
|
|
class UIRichTextXMLBR : public UIScene
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
CREATE_FUNC(UIRichTextXMLBR);
|
|
|
|
|
|
|
|
bool init() override;
|
|
|
|
void touchEvent(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
2016-01-22 13:44:45 +08:00
|
|
|
void switchWrapMode(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
2016-01-20 12:41:31 +08:00
|
|
|
|
|
|
|
protected:
|
|
|
|
cocos2d::ui::RichText* _richText;
|
|
|
|
};
|
|
|
|
|
2016-01-20 13:16:53 +08:00
|
|
|
class UIRichTextXMLInvalid : public UIScene
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
CREATE_FUNC(UIRichTextXMLInvalid);
|
|
|
|
|
|
|
|
bool init() override;
|
|
|
|
|
|
|
|
protected:
|
|
|
|
cocos2d::ui::RichText* _richText;
|
|
|
|
};
|
|
|
|
|
2016-03-07 09:50:47 +08:00
|
|
|
class UIRichTextXMLOutline : public UIScene
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
CREATE_FUNC(UIRichTextXMLOutline);
|
|
|
|
|
|
|
|
bool init() override;
|
|
|
|
void touchEvent(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
|
|
|
void switchWrapMode(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
|
|
|
|
|
|
|
protected:
|
|
|
|
cocos2d::ui::RichText* _richText;
|
|
|
|
};
|
2016-01-20 12:41:31 +08:00
|
|
|
|
2016-03-07 09:50:47 +08:00
|
|
|
class UIRichTextXMLShadow : public UIScene
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
CREATE_FUNC(UIRichTextXMLShadow);
|
|
|
|
|
|
|
|
bool init() override;
|
|
|
|
void touchEvent(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
|
|
|
void switchWrapMode(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
|
|
|
|
|
|
|
protected:
|
|
|
|
cocos2d::ui::RichText* _richText;
|
|
|
|
};
|
|
|
|
|
|
|
|
class UIRichTextXMLGlow : public UIScene
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
CREATE_FUNC(UIRichTextXMLGlow);
|
|
|
|
|
|
|
|
bool init() override;
|
|
|
|
void touchEvent(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
|
|
|
void switchWrapMode(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
|
|
|
|
|
|
|
protected:
|
|
|
|
cocos2d::ui::RichText* _richText;
|
|
|
|
};
|
|
|
|
|
|
|
|
class UIRichTextXMLExtend : public UIScene
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
CREATE_FUNC(UIRichTextXMLExtend);
|
|
|
|
|
|
|
|
bool init() override;
|
|
|
|
void touchEvent(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
|
|
|
void switchWrapMode(cocos2d::Ref* sender, cocos2d::ui::Widget::TouchEventType type);
|
|
|
|
|
|
|
|
protected:
|
|
|
|
cocos2d::ui::RichText* _richText;
|
|
|
|
};
|
2016-01-20 12:41:31 +08:00
|
|
|
|
2014-03-06 20:52:29 +08:00
|
|
|
#endif /* defined(__TestCpp__UIRichTextTest__) */
|