![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXTranslator.h>
Inheritance diagram for FX::FXTranslator:

Public Member Functions | |
| FXTranslator (FXApp *a) | |
| FXApp * | getApp () const |
| virtual const FXchar * | tr (const FXchar *context, const FXchar *message, const FXchar *hint=NULL) const |
| void | setTextCodec (FXTextCodec *cdc) |
| FXTextCodec * | getTextCodec () const |
| virtual void | save (FXStream &store) const |
| virtual void | load (FXStream &store) |
| virtual | ~FXTranslator () |
|
|
Construct translator.
|
|
|
Destructor.
|
|
|
Get application.
|
|
||||||||||||||||
|
Translate a string.
|
|
|
Change text codec used to decode the messages embedded in the source.
|
|
|
Return text codec.
|
|
|
Save translator to a stream.
Reimplemented from FX::FXObject. |
|
|
Load translator from a stream.
Reimplemented from FX::FXObject. |
|
|