|
Altium C++ SDK 3.0
|
#include <DXP.Classes.h>
Public Member Functions | |
| CServerModule (IClient *const AClient, const wstring AName) | |
| virtual | ~CServerModule () |
| virtual void | Initialize () |
| IServerOptions * | GetIServerOptions () |
| DXP::IServerSecurity * | GetIServerSecurity () |
| Public Member Functions inherited from DXP::CAbstractServerModule | |
| IServerModule * | GetIServerModule () |
| Public Member Functions inherited from CAbstractSupportService | |
| virtual HRESULT __stdcall | QueryInterface (const IID &riid, void **ppvObject) |
| virtual ULONG __stdcall | AddRef (void) |
| virtual ULONG __stdcall | Release (void) |
| IServicesSupportInternal * | GetServicesSupportInternal () |
| Public Member Functions inherited from CDispatchObject | |
| CDispatchObject () | |
| virtual | ~CDispatchObject () |
| IDispatch * | GetIDispatch () |
| Public Member Functions inherited from CDispatchRecord | |
| CDispatchRecord () | |
| virtual HRESULT __stdcall | GetTypeInfoCount (UINT *pctinfo) |
| virtual HRESULT __stdcall | GetTypeInfo (UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| virtual HRESULT __stdcall | GetIDsOfNames (REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
Protected Member Functions | |
| virtual bool | SupportsService (std::wstring const AServiceName) |
| void | RegisterOptionsPageCreator (const wstring OptionsPageName, pCreateOptionsPage PageCreator) |
| void | CheckTechnologySets () |
| virtual void | CreateCommandLauncher () |
| virtual void | CreateProcessControl () |
| virtual void | InitializeCommands () |
| virtual void | RegisterOptionsPages () |
| virtual void | CreateServerViews () |
| virtual void | AddView (IServerView *const AView) |
| virtual IServerDocument * | NewDocumentInstance (const wstring AKind, const wstring AFileNameWide)=0 |
| virtual IServerDocument * | NewDocumentInstanceShowOrHide (const wstring AKind, const wstring AFileName, bool AShowInTree) |
| virtual HRESULT __stdcall | Invoke (DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| virtual void | ApplicationIdle () |
| virtual void | ReceiveNotification (INotification *const ANotification) |
| virtual IServerDocument * | CreateDocument (const wstring AKind, const wstring AFileName) |
| virtual IServerDocument * | CreateDocumentShowOrHide (const wstring AKind, const wstring AFileName, bool AShowInTree) |
| virtual void | DestroyDocument (IServerDocument *const ADocument) |
| virtual IClient * | GetClient () |
| virtual ICommandLauncher * | GetCommandLauncher () |
| virtual int | GetDocumentCount () |
| virtual IServerDocument * | GetDocuments (int Index) |
| virtual long | GetHandle () |
| virtual wstring | GetModuleName () |
| virtual IProcessControl * | GetProcessControl () |
| virtual int | GetViewCount () |
| virtual IServerView * | GetViews (int Index) |
| virtual IDocumentOptionsView * | CreateOptionsView (const wstring AName) |
| virtual IServerView * | CreateServerView (const wstring AName) |
| virtual void | RemoveServerView (IServerView *const AView) |
| virtual void | AddServerView (IServerView *const AView) |
| virtual IServerDocumentView * | CreateServerDocView (const wstring AName, IServerDocument *const ADocument) |
| virtual IOptionsPage * | CreateOptionsPageByName (const wstring OptionsPageName) |
| virtual void | FlushOptions () |
| virtual void | ReloadOptions () |
| virtual bool | IsTechnologySetSupported (const wstring ATechnologySet) |
| Protected Member Functions inherited from DXP::CAbstractServerModule | |
| virtual IServerDocument * | CreateDocument (std::wstring const AKind, std::wstring const AFileName)=0 |
| virtual IDocumentOptionsView * | CreateOptionsView (std::wstring const AName)=0 |
| virtual IServerView * | CreateServerView (std::wstring const AName)=0 |
| virtual IServerDocumentView * | CreateServerDocView (std::wstring const AName, IServerDocument *const ADocument)=0 |
| virtual IServerDocument * | CreateDocumentShowOrHide (std::wstring const AKind, std::wstring const AFileName, bool AShowInTree)=0 |
Protected Attributes | |
| ICommandLauncherPtr | mCommandLauncherIntf |
| CCommandLauncher * | mCommandLauncher |
| IProcessControlPtr | mProcessControlIntf |
| vector< wstring > | mTechnologySets |
| long | mLicenseInfoValidAt |
| Protected Attributes inherited from CDispatchRecord | |
| ULONG | mRefCount |
Private Types | |
| typedef COptionsPage *(* | pCreateOptionsPage) () |
| typedef std::map< wstring, pCreateOptionsPage, CInsensitiveCompare > | OptionsPagesMap |
Private Attributes | |
| std::wstring | mName |
| std::vector< IServerDocument * > | mDocuments |
| std::vector< IServerView * > | mServerViews |
| OptionsPagesMap | mOptionsPages |
|
private |
|
private |
| CServerModule::CServerModule | ( | IClient *const | AClient, |
| const wstring | AName ) |
|
virtual |
|
protectedvirtual |
Implements DXP::CAbstractServerModule.
|
protectedvirtual |
|
protectedvirtual |
Implements DXP::CAbstractServerModule.
|
protected |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Implements DXP::CAbstractServerModule.
|
protectedvirtual |
|
protectedvirtual |
Implements DXP::CAbstractServerModule.
|
protectedvirtual |
Implements DXP::CAbstractServerModule.
|
protectedvirtual |
Implements DXP::CAbstractServerModule.
|
protectedvirtual |
Implements DXP::CAbstractServerModule.
|
protectedvirtual |
Implements DXP::CAbstractServerModule.
|
inline |
|
inline |
|
protectedvirtual |
Implements DXP::CAbstractServerModule.
|
protectedvirtual |
Implements DXP::CAbstractServerModule.
|
protectedvirtual |
Implements DXP::CAbstractServerModule.
|
protectedvirtual |
Implements DXP::CAbstractServerModule.
|
virtual |
|
protectedvirtual |
|
protectedvirtual |
Reimplemented from DXP::CAbstractServerModule.
|
protectedvirtual |
|
protectedpure virtual |
|
protectedvirtual |
|
protectedvirtual |
Implements DXP::CAbstractServerModule.
|
protected |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Implements DXP::CAbstractServerModule.
|
protectedvirtual |
Reimplemented from DXP::CAbstractServerModule.
|
protected |
|
protected |
|
private |
|
protected |
|
private |
|
private |
|
protected |
|
private |
|
protected |