#include <scim_backend.h>
Inheritance diagram for scim::CommonBackEnd:
Public Member Functions | |
virtual String | get_locales () const |
Get a list of all locales supported by all FrontEnds. | |
virtual unsigned int | number_of_servers () const |
Get the total number of ServerFactory instances held by this BackEnd. | |
virtual ServerFactoryPointer | get_server_factory (unsigned int index) |
Get a ServerFactory instance by its index. | |
bool | add_server_factory (const ServerFactoryPointer &factory) |
Add a ServerFactory instance into this BackEnd. | |
void | set_supported_unicode_locales (const String &locales) |
Set the list of unicode locales which should be supported among the other locales. | |
String | get_supported_unicode_locales () const |
Get the list of supported unicode locales which set by set_supported_unicode_locales. |
Definition at line 99 of file scim_backend.h.
|
Get a list of all locales supported by all FrontEnds.
Implements scim::BackEndBase. |
|
Get the total number of ServerFactory instances held by this BackEnd.
Implements scim::BackEndBase. |
|
Get a ServerFactory instance by its index.
Implements scim::BackEndBase. |
|
Add a ServerFactory instance into this BackEnd.
|
|
Set the list of unicode locales which should be supported among the other locales.
|
|
Get the list of supported unicode locales which set by set_supported_unicode_locales.
|