|
Doloro GDK 22 .1.0 Beta
by Tauri Interactive
|
Proxy container that provides origin or localized content depending from its accessibility.
| ContentType | Type of the operating content. |
| LocalizatorType | Type of the handler used to handle the content localization process. |


Public Member Functions | |
| delegate void | UpdateHandler (AProxyContentProvider info) |
| Handle UI member update. More... | |
| delegate LocalizatorType | LocalizationHandler (LocalizatorType origin) |
| Handler that should return localized text related to the origin one in current localization policy. More... | |
| AGenericProxyContentProvider (ContentType content) | |
Static Public Member Functions | |
| static void | SetLocalzationHandler (LocalizationHandler localizator) |
| Defines localization handler for text content. More... | |
Protected Member Functions | |
| virtual void | OnUpdated () |
| Occurs when some GUI element has been changed. | |
Properties | |
| abstract ContentType | content [get, set] |
| Content of the container. | |
| static LocalizationHandler | localizator [get] |
| static bool | IsLocalizationExeptionsSuppressed = false [get, set] |
If true any internal logs caused by localization exceptions will be suppressed. More... | |
Events | |
| UpdateHandler | Updated |
| Occurs when content has been updated. | |
| delegate LocalizatorType Doloro.Localization.AGenericProxyContentProvider< ContentType, LocalizatorType >.LocalizationHandler | ( | LocalizatorType | origin | ) |
Handler that should return localized text related to the origin one in current localization policy.
| origin | Origin text or key code to localization system access. |
|
static |
Defines localization handler for text content.
| localizator | handler that will be called to localize a content. |
| delegate void Doloro.Localization.AGenericProxyContentProvider< ContentType, LocalizatorType >.UpdateHandler | ( | AProxyContentProvider | info | ) |
Handle UI member update.
| info | Updated info. |
|
staticgetsetinherited |
If true any internal logs caused by localization exceptions will be suppressed.
Not suppresses logs called by localization system itself.