#include <scim_config_module.h>
Public Member Functions | |
| ConfigModule () | |
| Default constructor. | |
| ConfigModule (const String &name) | |
| Constructor. | |
| bool | load (const String &name) |
| Load a module by its name. | |
| bool | valid () const |
| Check if a module is loaded and initialized successfully. | |
| ConfigPointer | create_config () const |
| Create a configuration object from this module. | |
This is a wrapper of scim::Module class, which is specially for manipulating the config modules.
| scim::ConfigModule::ConfigModule | ( | ) | load (const String &name) | |
| Load a module by its name. | ||||
| bool | valid () const | |||
| Check if a module is loaded and initialized successfully. | ||||
| ConfigPointer | create_config () const | |||
| Create a configuration object from this module. |
This is a wrapper of scim::Module class, which is specially for manipulating the config modules.
| scim::ConfigModule::ConfigModule | ( | ) | load (const String &name) | |
| Load a module by its name. | ||||
| bool | valid () const | |||
| Check if a module is loaded and initialized successfully. | ||||
| ConfigPointer | create_config () const | |||
| Create a configuration object from this module. |
This is a wrapper of scim::Module class, which is specially for manipulating the config modules.