#include <screenshandler.h>

Public Member Functions | |
| ScreensHandler () | |
| Default constructor. | |
| void | Init () |
| Initializer. | |
| TextBoxHandler * | tbh () const |
| Get the text box handler pointer. | |
| ~ScreensHandler () | |
| Destructor. | |
Protected Attributes | |
| TextBoxHandler * | tbh_ |
| Text boxes handler. | |
Definition at line 26 of file screenshandler.h.
1.5.8