#include <wndoptions.h>


Public Member Functions | |
| WndOptions (const std::string &title, const std::string &message, const std::vector< std::string > &options) | |
| virtual void | onSelect (int index) |
Public Member Functions inherited from Window | |
| Window () | |
| Window (int width, int height) | |
| Window (int width, int height, NinePatch *chrome) | |
| virtual void | onBackPressed () |
| void | hide () |
| virtual void | resize (int w, int h) |
| virtual void | destroy () |
| virtual void | onSignal (Keys::Key *key) |
Additional Inherited Members | |
Public Attributes inherited from Window | |
| int | width |
| int | height |
| TouchArea * | blocker |
| ShadowBox * | shadow |
| NinePatch * | chrome |
Static Public Attributes inherited from Window | |
| static const int | TITLE_COLOR = 0xFFFF44 |
| WndOptions::WndOptions | ( | const std::string & | title, |
| const std::string & | message, | ||
| const std::vector< std::string > & | options ) |

|
inlinevirtual |