mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 21:05:31 +08:00
refs #676, allow 1..n model directories
* adjusted loaders * changed settings
This commit is contained in:
@@ -94,11 +94,14 @@ namespace BlackMisc
|
||||
//! Is the given simulator supported?
|
||||
bool supportsSimulator(const BlackMisc::Simulation::CSimulatorInfo &info);
|
||||
|
||||
//! Current root directory
|
||||
QString getModelDirectory() const;
|
||||
//! Model directories
|
||||
QStringList getModelDirectoriesOrDefault() const;
|
||||
|
||||
//! First directory, can be used when only 1 directory is expected
|
||||
QString getFirstModelDirectoryOrDefault() const;
|
||||
|
||||
//! Exclude directories
|
||||
QStringList getModelExcludeDirectories(bool relative) const;
|
||||
QStringList getModelExcludeDirectoryPatterns() const;
|
||||
|
||||
//! Cancel read
|
||||
void cancelLoading();
|
||||
|
||||
Reference in New Issue
Block a user