AWind
Environment Class Reference

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 EnvironmentGet ()
 Returns singltone instance of environment.
 

Detailed Description

This singltone class contains shared application resources like decorators.


The documentation for this class was generated from the following files: