|
| virtual bool | SupportsService (std::wstring const AServiceName) |
| virtual HRESULT __stdcall | Invoke (DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| virtual IToolchainManagerOptionDlg * | GetOptionsDialog (std::wstring AFileName, std::wstring AFocusedToolId)=0 |
| virtual IToolchainManagerGenericOptionDlg * | GetFilesWithOptionsDialog ()=0 |
| virtual void | ShowOptionsDialog (std::wstring AFileName, std::wstring AFocusedToolId)=0 |
| virtual bool | ExecuteCompile (std::wstring const ASourceDocument, std::wstring const AToolId, SCH::IProcessFlowRunner *AProcessFlowRunner)=0 |
| virtual bool | ExecuteCompileNoDep (std::wstring const ASrcDocFullPath, std::wstring const AToolId, SCH::IProcessFlowRunner *AProcessFlowRunner)=0 |
| virtual bool | ExecuteBuild (SCH::IProcessFlowRunner *AProcessFlowRunner)=0 |
| virtual bool | ExecuteRebuild (SCH::IProcessFlowRunner *AProcessFlowRunner)=0 |
| virtual void | StopExecution ()=0 |
| virtual bool | ISRunning ()=0 |
| virtual void | SetModified ()=0 |
| virtual void | BeforeRename ()=0 |
| virtual void | AfterRename ()=0 |
| virtual void | ChildDocumentRename (std::wstring const AOldName, std::wstring const ANewName)=0 |
| virtual void | SetUseErrFile (bool const AValue)=0 |
| virtual void | SetUseProgressDialog (bool const AValue)=0 |
| virtual void | RegenerateMakefile ()=0 |
| virtual void | UpdateStageState ()=0 |
| virtual void | AddStageStateListener (IStageStateListener *AListener)=0 |
| virtual void | SetAdditionalOutputDir (std::wstring ARelativeToOut)=0 |
| virtual void | SetStageCreatedListener (IStageCreatedListener *AListener)=0 |
| virtual void | SetToolchain (std::wstring const AToolchainName)=0 |
| virtual void | UpdateToolchainFromDevice (std::wstring const ADeviceName)=0 |
| virtual std::wstring | GetProductDirectory ()=0 |
| virtual std::wstring | GetProjectExecutableFilesPaths ()=0 |
| virtual std::wstring | GetProjectIncludeFilesPaths ()=0 |
| virtual std::wstring | GetProjectLibraryFilesPaths ()=0 |
| virtual std::wstring | GetProjectSwPlatformPath ()=0 |
| virtual void | SetOptionsStore (DXP::IOptionsStorage *AOptionsStore)=0 |
| virtual DXP::IOptionsStorage * | GetOptionsStore ()=0 |
| virtual std::wstring | GetOptionDefaultValue (std::wstring const AnOptionID)=0 |
| virtual std::wstring | ConvertMacros (std::wstring const ASource)=0 |
| virtual std::wstring | GetToolCmdOption (std::wstring const AToolId, std::wstring const ASource)=0 |
| virtual std::wstring | GetToolchain ()=0 |
| virtual std::wstring | GetProcessor ()=0 |
| virtual void | InvalidateToolchain ()=0 |
| virtual void | SetProjectName (std::wstring const AName)=0 |
| virtual void | SetDocumentName (std::wstring const AName)=0 |
| virtual void | SetUseLogicalDocuments (bool const AValue)=0 |
| virtual bool | IsReady (bool AIgnoreAllowed)=0 |
| virtual bool | CheckToolchainValid (bool AIgnoreAllowed)=0 |