Altium C++ SDK 3.0
Loading...
Searching...
No Matches
DXP::CAbstractServerModule Class Referenceabstract

#include <DXP.AbstractClasses.h>

Inheritance diagram for DXP::CAbstractServerModule:
CAbstractSupportService CDispatchObject IServicesSupportInternal CDispatchRecord CServerModule

Public Member Functions

IServerModuleGetIServerModule ()
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)
IServicesSupportInternalGetServicesSupportInternal ()
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)
virtual HRESULT __stdcall Invoke (DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
virtual void ApplicationIdle ()=0
virtual void ReceiveNotification (INotification *const ANotification)=0
virtual IServerDocumentCreateDocument (std::wstring const AKind, std::wstring const AFileName)=0
virtual void DestroyDocument (IServerDocument *const ADocument)=0
virtual IClientGetClient ()=0
virtual ICommandLauncherGetCommandLauncher ()=0
virtual int GetDocumentCount ()=0
virtual IServerDocumentGetDocuments (int Index)=0
virtual long GetHandle ()=0
virtual std::wstring GetModuleName ()=0
virtual IProcessControlGetProcessControl ()=0
virtual int GetViewCount ()=0
virtual IServerViewGetViews (int Index)=0
virtual IDocumentOptionsViewCreateOptionsView (std::wstring const AName)=0
virtual IServerViewCreateServerView (std::wstring const AName)=0
virtual IServerDocumentViewCreateServerDocView (std::wstring const AName, IServerDocument *const ADocument)=0
virtual void RemoveServerView (IServerView *const AView)=0
virtual void AddServerView (IServerView *const AView)=0
virtual IServerDocumentCreateDocumentShowOrHide (std::wstring const AKind, std::wstring const AFileName, bool AShowInTree)=0

Additional Inherited Members

Protected Attributes inherited from CDispatchRecord
ULONG mRefCount

Member Function Documentation

◆ AddServerView()

virtual void DXP::CAbstractServerModule::AddServerView ( IServerView *const AView)
protectedpure virtual

Implemented in CServerModule.

◆ ApplicationIdle()

virtual void DXP::CAbstractServerModule::ApplicationIdle ( )
protectedpure virtual

Implemented in CServerModule.

◆ CreateDocument()

virtual IServerDocument * DXP::CAbstractServerModule::CreateDocument ( std::wstring const AKind,
std::wstring const AFileName )
protectedpure virtual

◆ CreateDocumentShowOrHide()

virtual IServerDocument * DXP::CAbstractServerModule::CreateDocumentShowOrHide ( std::wstring const AKind,
std::wstring const AFileName,
bool AShowInTree )
protectedpure virtual

◆ CreateOptionsView()

virtual IDocumentOptionsView * DXP::CAbstractServerModule::CreateOptionsView ( std::wstring const AName)
protectedpure virtual

◆ CreateServerDocView()

virtual IServerDocumentView * DXP::CAbstractServerModule::CreateServerDocView ( std::wstring const AName,
IServerDocument *const ADocument )
protectedpure virtual

◆ CreateServerView()

virtual IServerView * DXP::CAbstractServerModule::CreateServerView ( std::wstring const AName)
protectedpure virtual

◆ DestroyDocument()

virtual void DXP::CAbstractServerModule::DestroyDocument ( IServerDocument *const ADocument)
protectedpure virtual

Implemented in CServerModule.

◆ GetClient()

virtual IClient * DXP::CAbstractServerModule::GetClient ( )
protectedpure virtual

Implemented in CServerModule.

◆ GetCommandLauncher()

virtual ICommandLauncher * DXP::CAbstractServerModule::GetCommandLauncher ( )
protectedpure virtual

Implemented in CServerModule.

◆ GetDocumentCount()

virtual int DXP::CAbstractServerModule::GetDocumentCount ( )
protectedpure virtual

Implemented in CServerModule.

◆ GetDocuments()

virtual IServerDocument * DXP::CAbstractServerModule::GetDocuments ( int Index)
protectedpure virtual

Implemented in CServerModule.

◆ GetHandle()

virtual long DXP::CAbstractServerModule::GetHandle ( )
protectedpure virtual

Implemented in CServerModule.

◆ GetIServerModule()

IServerModule * DXP::CAbstractServerModule::GetIServerModule ( )
inline

◆ GetModuleName()

virtual std::wstring DXP::CAbstractServerModule::GetModuleName ( )
protectedpure virtual

Implemented in CServerModule.

◆ GetProcessControl()

virtual IProcessControl * DXP::CAbstractServerModule::GetProcessControl ( )
protectedpure virtual

Implemented in CServerModule.

◆ GetViewCount()

virtual int DXP::CAbstractServerModule::GetViewCount ( )
protectedpure virtual

Implemented in CServerModule.

◆ GetViews()

virtual IServerView * DXP::CAbstractServerModule::GetViews ( int Index)
protectedpure virtual

Implemented in CServerModule.

◆ Invoke()

virtual HRESULT __stdcall DXP::CAbstractServerModule::Invoke ( DISPID dispIdMember,
REFIID riid,
LCID lcid,
WORD wFlags,
DISPPARAMS * pDispParams,
VARIANT * pVarResult,
EXCEPINFO * pExcepInfo,
UINT * puArgErr )
protectedvirtual

Reimplemented from CAbstractSupportService.

Reimplemented in CServerModule.

◆ ReceiveNotification()

virtual void DXP::CAbstractServerModule::ReceiveNotification ( INotification *const ANotification)
protectedpure virtual

Implemented in CServerModule.

◆ RemoveServerView()

virtual void DXP::CAbstractServerModule::RemoveServerView ( IServerView *const AView)
protectedpure virtual

Implemented in CServerModule.

◆ SupportsService()

virtual bool DXP::CAbstractServerModule::SupportsService ( std::wstring const AServiceName)
protectedvirtual

Reimplemented from CAbstractSupportService.

Reimplemented in CServerModule.


The documentation for this class was generated from the following file: