|
| static void | addDirectoryToAll (const QString &_directory) |
| |
| static void | addFileToAll (const QString &_file) |
| |
|
static void | registerFileLoader (Interfaces::FileLoader *_fileLoader) |
| |
|
static void | ignoreMimeType (const QString &_mime) |
| |
|
template<typename... _TArgs_> |
| static void | ignoreMimeTypes (const QString &_mime, const _TArgs_ &... _args) |
| |
◆ addDirectory()
| cres_qresult< void > kDBBaseKnowledge::Manager::addDirectory |
( |
const QString & | _directory | ) |
|
Add a directory to load base knowledge from.
◆ addDirectoryToAll()
| static void kDBBaseKnowledge::Manager::addDirectoryToAll |
( |
const QString & | _directory | ) |
|
|
static |
Add a directory to load base knowledge from, for all connections. (only apply to connection created after call to this function)
◆ addFile()
| cres_qresult< void > kDBBaseKnowledge::Manager::addFile |
( |
const QString & | _file | ) |
|
◆ addFileToAll()
| static void kDBBaseKnowledge::Manager::addFileToAll |
( |
const QString & | _file | ) |
|
|
static |
Add a file to load, for all connections. (only apply to connection created after call to this function)
The documentation for this class was generated from the following file: