scim::ConfigModule Class Reference
[Config]

The class to manipulate the config modules. More...

#include <scim_config_module.h>

List of all members.

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.


Detailed Description

The class to manipulate the config modules.

This is a wrapper of scim::Module class, which is specially for manipulating the config modules.


Constructor & Destructor Documentation

bool 
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.

Detailed Description

The class to manipulate the config modules.

This is a wrapper of scim::Module class, which is specially for manipulating the config modules.


Constructor & Destructor Documentation

bool 
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.

Detailed Description

The class to manipulate the config modules.

This is a wrapper of scim::Module class, which is specially for manipulating the config modules.


Constructor & Destructor Documentation

bool 
scim::ConfigModule::ConfigModule (  ) 
load (const String &name)
 Load a module by its name.