|
| XII_ADD_DYNAMIC_REFLECTION (xiiCppProject, xiiPreferences) |
|
Domain | GetDomain () const |
| Whether the preferences are app, project or document specific.
|
|
xiiString | GetName () const |
| Within the same domain and visibility the name must be unique, but across those it can be reused.
|
|
const xiiDocument * | GetDocumentAssociation () const |
| If these preferences are per document, the pointer is valid, otherwise nullptr.
|
|
void | TriggerPreferencesChangedEvent () |
| Call this to broadcast that this preference object was modified.
|
|
virtual const xiiRTTI * | GetDynamicRTTI () const |
|
bool | IsInstanceOf (const xiiRTTI *pType) const |
| Returns whether the type of this instance is of the given type or derived from it.
|
|
template<typename T> |
XII_ALWAYS_INLINE bool | IsInstanceOf () const |
| Returns whether the type of this instance is of the given type or derived from it.
|
|
|
static xiiString | GetTargetSourceDir (xiiStringView sProjectDirectory={}) |
|
static xiiString | GetGeneratorFolderName (const xiiCppSettings &cfg) |
|
static xiiString | GetCMakeGeneratorName (const xiiCppSettings &cfg) |
|
static xiiString | GetPluginSourceDir (const xiiCppSettings &cfg, xiiStringView sProjectDirectory={}) |
|
static xiiString | GetBuildDir (const xiiCppSettings &cfg) |
|
static xiiString | GetSolutionPath (const xiiCppSettings &cfg) |
|
static xiiStatus | OpenSolution (const xiiCppSettings &cfg) |
|
static xiiStatus | OpenInCodeEditor (const xiiStringView &sFileName, xiiInt32 iLineNumber) |
| Attempts to launch the configured code editor with the specified file and line number.
|
|
static xiiStringView | CompilerToString (xiiCompiler::Enum compiler) |
|
static xiiCompiler::Enum | GetSdkCompiler () |
|
static xiiString | GetSdkCompilerMajorVersion () |
|
static xiiStatus | TestCompiler () |
|
static const char * | GetCMakePath () |
|
static xiiResult | CheckCMakeCache (const xiiCppSettings &cfg) |
|
static ModifyResult | CheckCMakeUserPresets (const xiiCppSettings &cfg, bool bWriteResult) |
|
static bool | ExistsSolution (const xiiCppSettings &cfg) |
|
static bool | ExistsProjectCMakeListsTxt () |
|
static xiiResult | PopulateWithDefaultSources (const xiiCppSettings &cfg) |
|
static xiiResult | CleanBuildDir (const xiiCppSettings &cfg) |
|
static xiiResult | RunCMake (const xiiCppSettings &cfg) |
|
static xiiResult | RunCMakeIfNecessary (const xiiCppSettings &cfg) |
|
static xiiResult | CompileSolution (const xiiCppSettings &cfg) |
|
static xiiResult | BuildCodeIfNecessary (const xiiCppSettings &cfg) |
|
static xiiVariantDictionary | CreateEmptyCMakeUserPresetsJson (const xiiCppSettings &cfg) |
|
static ModifyResult | ModifyCMakeUserPresetsJson (const xiiCppSettings &cfg, xiiVariantDictionary &inout_json) |
|
static void | UpdatePluginConfig (const xiiCppSettings &cfg) |
|
static xiiResult | EnsureCppPluginReady () |
|
static bool | IsBuildRequired () |
|
static void | LoadPreferences () |
|
static xiiArrayPtr< const MachineSpecificCompilerPaths > | GetMachineSpecificCompilers () |
|
static xiiResult | ForceSdkCompatibleCompiler () |
|
template<typename TYPE> |
static TYPE * | QueryPreferences (const xiiDocument *pDocument=nullptr) |
| Static function to query a preferences object of the given type. If the instance does not exist yet, it is created and the data is restored from file.
|
|
static xiiPreferences * | QueryPreferences (const xiiRTTI *pRtti, const xiiDocument *pDocument=nullptr) |
| Static function to query a preferences object of the given type. If the instance does not exist yet, it is created and the data is restored from file.
|
|
static void | SaveDocumentPreferences (const xiiDocument *pDocument) |
| Saves all preferences that are tied to the given document.
|
|
static void | ClearDocumentPreferences (const xiiDocument *pDocument) |
| Removes all preferences for the given document. Does not save them. Afterwards the preferences will not appear in the UI any further.
|
|
static void | SaveProjectPreferences () |
| Saves all project specific preferences.
|
|
static void | ClearProjectPreferences () |
| Removes all project specific preferences. Does not save them. Afterwards the preferences will not appear in the UI any further.
|
|
static void | SaveApplicationPreferences () |
| Saves all application specific preferences.
|
|
static void | ClearApplicationPreferences () |
| Removes all application specific preferences. Does not save them. Afterwards the preferences will not appear in the UI any further.
|
|
static void | GatherAllPreferences (xiiHybridArray< xiiPreferences *, 16 > &out_allPreferences) |
|
static const xiiRTTI * | GetStaticRTTI () |
|