OWLNext 7.0
Borland's Object Windows Library for the modern age
|
International resource support: [APP]ENG.DLL - default application module. More...
#include <owl/applicat.h>
Public Types | |
typedef void(* | InitLanguage) () |
Public Member Functions | |
TLangModule (const tstring &prefix, const TApplication &appl) | |
virtual | ~TLangModule () |
operator TModule * () | |
TModule * | GetModule () |
void | SetLanguage (const TLangId &langId) |
TLangId | GetLanguage () const |
Protected Attributes | |
tstring | Prefix |
TModule * | Module |
TApplication * | Application |
TLangId | LangId |
International resource support: [APP]ENG.DLL - default application module.
Module == TApplication if not found any resource module. Usage:
Definition at line 534 of file applicat.h.
Definition at line 537 of file applicat.h.
owl::TLangModule::TLangModule | ( | const tstring & | prefix, |
const TApplication & | appl ) |
Definition at line 2015 of file applicat.cpp.
References owl::Module, and SetLanguage().
|
virtual |
Definition at line 2025 of file applicat.cpp.
References Application, and Module.
|
inline |
Definition at line 547 of file applicat.h.
|
inline |
Definition at line 544 of file applicat.h.
References owl::Module.
|
inline |
Definition at line 543 of file applicat.h.
References owl::Module.
Definition at line 2031 of file applicat.cpp.
References _T, Application, owl::TModule::GetProcAddress(), Module, and Prefix.
|
protected |
Definition at line 552 of file applicat.h.
|
protected |
Definition at line 553 of file applicat.h.
|
protected |
Definition at line 551 of file applicat.h.
|
protected |
Definition at line 550 of file applicat.h.