Each object of type ULFactory (or one of its descendants) uses a ULConfiguration object to maintain configuration state needed to make decisions about instantiation of workers, locks, data sources, etc. The ULConfiguration object may draw its values from defaults, from a config file, or from the factory's own initialization routines.
More...
#include <ulconfiguration.h>
Each object of type ULFactory (or one of its descendants) uses a ULConfiguration object to maintain configuration state needed to make decisions about instantiation of workers, locks, data sources, etc. The ULConfiguration object may draw its values from defaults, from a config file, or from the factory's own initialization routines.
ULConfiguration::ULConfiguration |
( |
| ) |
|
virtual ULConfiguration::~ULConfiguration |
( |
| ) |
|
|
virtual |
void ULConfiguration::clear |
( |
| ) |
|
ULConfigDictionaryDataSourceType ULConfiguration::getDictionaryDataSourceType |
( |
| ) |
const |
ULConfigLanguageDataSourceType ULConfiguration::getLanguageDataSourceType |
( |
| ) |
const |
ULConfigLockType ULConfiguration::getLockType |
( |
| ) |
const |
void ULConfiguration::setDictionaryDataSourceType |
( |
ULConfigDictionaryDataSourceType |
type | ) |
|
void ULConfiguration::setLanguageDataSourceType |
( |
ULConfigLanguageDataSourceType |
type | ) |
|
void ULConfiguration::setLockType |
( |
ULConfigLockType |
type | ) |
|
ULConfigDictionaryDataSourceType ULConfiguration::dictionaryDataSourceType |
|
protected |
ULConfigLanguageDataSourceType ULConfiguration::languageDataSourceType |
|
protected |
ULConfigLockType ULConfiguration::lockType |
|
protected |
The documentation for this class was generated from the following file: