#include <startscene.h>


Public Member Functions | |
| GameButton (const std::string &primary) | |
| void | secondary (const std::string &text, bool highlighted) |
Public Member Functions inherited from RedButton | |
| RedButton (const std::string &label) | |
| void | enable (bool value) |
| void | text (const std::string &value) |
| void | textColor (int value) |
| void | icon (Image *icon) |
| float | reqWidth () |
| float | reqHeight () |
Protected Member Functions | |
| virtual void | createChildren () |
| virtual void | layout () |
Protected Member Functions inherited from RedButton | |
| virtual void | onTouchDown () |
| virtual void | onTouchUp () |
Additional Inherited Members | |
Protected Attributes inherited from RedButton | |
| BitmapText * | _text |
| Image * | _icon |
| NinePatch * | _bg |
| StartScene::GameButton::GameButton | ( | const std::string & | primary | ) |

|
protectedvirtual |
|
protectedvirtual |
| void StartScene::GameButton::secondary | ( | const std::string & | text, |
| bool | highlighted ) |
