The ScriptLoader class finds and verifies different types of python utility scripts.
More...
#include <scriptloader.h>
|
| ScriptLoader (QObject *parent_=nullptr) |
|
|
static QMultiMap< QString, QString > | scriptList (const QString &type) |
|
static bool | queryProgramName (const QString &scriptFilePath, QString &displayName) |
|
For example, finding all the "charge" scripts auto chargeScripts = ScriptLoader::scriptList("charge");
◆ scriptList()
static QMultiMap< QString, QString > scriptList |
( |
const QString & |
type | ) |
|
|
static |
- Returns
- A map of name -> path for all scripts of the requested
The documentation for this class was generated from the following file: