|
| QString | getFileName () |
| |
| bool | isValidKey (const QString &Group, const QString &Key) |
| |
| void | setLang (const QString &Lang) |
| |
| QString | getLang () |
| |
| void | setBuilderRecentMax (int RecentMax) |
| |
| int | getBuilderRecentMax () |
| |
| bool | addBuilderRecentProject (const QString &ProjectName, const QString &ProjectPath="") |
| |
| RecentProjectsList_t | getBuilderRecentProjects () |
| |
| void | clearBuilderRecentProjects () |
| |
| void | adaptBuilderRecentProjects () |
| |
| void | setBuilderWorkspacesPaths (const QStringList &Paths) |
| |
| QStringList | getBuilderWorkspacesPaths () |
| |
| QString | getBuilderWorkspacePath () |
| |
| QString | getBuilderProjectsPath () |
| |
| void | setBuilderExtraSimulatorsPaths (const QStringList &Paths) |
| |
| void | addBuilderExtraSimulatorsPath (const QString &Path) |
| |
| void | removeBuilderExtraSimulatorsPath (const QString &Path) |
| |
| QStringList | getBuilderExtraSimulatorsPaths () |
| |
| void | setBuilderExtraExtensionsPaths (const QStringList &Paths) |
| |
| void | addBuilderExtraExtensionsPath (const QString &Path) |
| |
| void | removeBuilderExtraExtensionsPath (const QString &Path) |
| |
| QStringList | getBuilderExtraExtensionsPaths () |
| |
| void | setBuilderExtraObserversPaths (const QStringList &Paths) |
| |
| void | addBuilderExtraObserversPath (const QString &Path) |
| |
| void | removeBuilderExtraObserversPath (const QString &Path) |
| |
| QStringList | getBuilderExtraObserversPaths () |
| |
| void | setBuilderDeltaT (openfluid::core::Duration_t DeltaT) |
| |
| openfluid::core::Duration_t | getBuilderDeltaT () |
| |
| void | setBuilderBegin (const QString &Begin) |
| |
| QString | getBuilderBegin () |
| |
| void | setBuilderEnd (const QString &End) |
| |
| QString | getBuilderEnd () |
| |
| bool | addMarketplace (const QString &PlaceName, const QString &PlaceUrl) |
| |
| void | removeMarketplace (const QString &PlaceName) |
| |
| MarketPlaces_t | getMarketplaces () |
| |
| bool | isBuilderExtensionValueExist (const QString &PluginName, const QString &Key) |
| |
| QString | getBuilderExtensionValue (const QString &PluginName, const QString &Key) |
| |
| void | setBuilderExtensionValue (const QString &PluginName, const QString &Key, const QString &Value) |
| |
| Qt::DockWidgetArea | getBuilderDockPosition () |
| |
| void | setBuilderDockPosition (Qt::DockWidgetArea Position) |
| |
| Qt::ToolBarArea | getBuilderToolBarPosition () |
| |
| void | setBuilderToolBarPosition (Qt::ToolBarArea Position) |
| |
| bool | isBuilderItemRemovalConfirm () |
| |
| void | setBuilderItemRemovalConfirm (bool Confirm) |
| |
| bool | isBuilderParamRemovalConfirm () |
| |
| void | setBuilderParamRemovalConfirm (bool Confirm) |
| |
| bool | isBuilderWaresWatchersActive () |
| |
| void | setBuilderWaresWatchersActive (bool Active) |
| |
| bool | isBuilderAutomaticSaveBeforeRun () |
| |
| void | setBuilderAutomaticSaveBeforeRun (bool AutoSave) |
| |
| bool | isBuilderSpatialUnitsRemovalConfirm () |
| |
| void | setBuilderSpatialUnitsRemovalConfirm (bool Confirm) |
| |
| bool | isBuilderSpatialConnsRemovalConfirm () |
| |
| void | setBuilderSpatialConnsRemovalConfirm (bool Confirm) |
| |
| bool | isBuilderSpatialAttrsRemovalConfirm () |
| |
| void | setBuilderSpatialAttrsRemovalConfirm (bool Confirm) |
| |
| bool | isWaresdevAutomaticSaveBeforeBuild () |
| |
| void | setWaresdevAutomaticSaveBeforeBuild (bool AutoSave) |
| |
| void | setWaresdevTextEditorDefaults (bool ForceReset) |
| |
| bool | isWaresdevSyntaxHighlightingEnabled () |
| |
| void | setWaresdevSyntaxHighlightingEnabled (bool Enabled) |
| |
| SyntaxHighlightingRules_t | getWaresdevSyntaxHighlightingRules () |
| |
| void | setWaresdevSyntaxHighlightingRules (const SyntaxHighlightingRules_t &Rules) |
| |
| bool | isWaresdevCurrentlineHighlightingEnabled () |
| |
| void | setWaresdevCurrentlineHighlightingEnabled (bool Enabled) |
| |
| QString | getWaresdevCurrentlineColor () |
| |
| void | setWaresdevCurrentlineColor (const QString &Color) |
| |
| QString | getWaresdevFontName () |
| |
| void | setWaresdevFontName (const QString &FontName) |
| |
| bool | isWaresdevLineWrappingEnabled () |
| |
| void | setWaresdevLineWrappingEnabled (bool Enabled) |
| |
| int | getWaresdevIndentSpaceNb () |
| |
| void | setWaresdevIndentSpaceNb (int SpaceNumber) |
| |
| QString | getWaresdevConfigEnv (const QString &Name) |
| |
| void | setWaresdevConfigEnv (const QString &Name, const QString &Value) |
| |
| QString | getWaresdevConfigOptions () |
| |
| void | setWaresdevConfigOptions (const QString &Options) |
| |
| QString | getWaresdevConfigGenerator () |
| |
| void | setWaresdevConfigGenerator (const QString &Generator) |
| |
| QString | getWaresdevBuildEnv (const QString &Name) |
| |
| void | setWaresdevBuildEnv (const QString &Name, const QString &Value) |
| |
| bool | isWaresdevShowCommandEnv (const QString &Name) |
| |
| void | setWaresdevShowCommandEnv (const QString &Name, bool Enabled) |
| |
| bool | isWaresdevGitSslNoVerify () |
| |
| void | setWaresdevGitSslNoVerify (bool NoVerify) |
| |
| QString | getWaresdevImportWaresHubLastUrl () |
| |
| void | setWaresdevImportWaresHubLastUrl (const QString &Url) |
| |
| QString | getWaresdevImportWaresHubLastUsername () |
| |
| void | setWaresdevImportWaresHubLastUsername (const QString &Username) |
| |