AWind
|
This singltone class contains shared application resources like decorators. More...
#include <Environment.h>
Public Member Functions | |
void | RegisterDecoratorsGroup (const __FlashStringHelper *id, DecoratorList *decorators) |
Registers decorators group. It is like application resources that can be shred between windows of the same type (e.g. buttons, text box and etc.) | |
DecoratorList * | FindDecorators (const __FlashStringHelper *id) |
Finds registered decorators by the name. | |
Static Public Member Functions | |
static Environment * | Get () |
Returns singltone instance of environment. | |
This singltone class contains shared application resources like decorators.