Altium C++ SDK 3.0
Loading...
Searching...
No Matches
DXP.Classes.h File Reference
#include <string>
#include <vector>
#include <map>
#include "DXP.AbstractClasses.h"
#include "DXP.Util.h"

Go to the source code of this file.

Classes

class  CADStrings
class  CCommandLauncher
struct  CCommandLauncher::CommandHandler
class  CProcessControl
class  CDataForDocumentNotification
class  CDataForModuleNotification
class  CDataForAltiumPortalNotification
class  CDataForDragDropNotification
class  CDataForVCSNotification
class  CDataForDocumentRequest
class  CBaseNotification
class  CDocumentNotification
class  CViewNotification
class  CSystemNotification
class  CMessagesNotification
class  CDragDropNotification
class  CDocumentRequest
class  CF1Help
class  CServerDialog
class  CExternalForm
class  COptionsPage
class  CBaseServerView
class  CServerPanelView
class  CServerDocView
class  CServerDocPanelView
class  CServerDocEditorView
class  CServerModule
class  CServerDocument
class  CNotificationHandler
class  CTimerHandler
class  CExternalFormComponent

Macros

#define DXP_CLASSES_H_INCLUDED

Typedefs

typedef void(* pCommandProc) (IServerDocumentView *const AContext, wstring *AParameters)
typedef void(* pGetStateProc) (IServerDocumentView *const AContext, wstring *AParameters, bool *Enabled, bool *Checked, bool *Visible, wstring *Caption, wstring *ImageFile)
typedef void(* pNotificationHandlerCallback) (INotification *const ANotification)
typedef void(* pHandleTimerEventCallback) (DWORD ID)

Functions

IClientClient ()
void SetClient (IClient *AClient)
IServerModuleServer ()
IDXPWorkSpaceGetDXPWorkspace ()

Macro Definition Documentation

◆ DXP_CLASSES_H_INCLUDED

#define DXP_CLASSES_H_INCLUDED

Typedef Documentation

◆ pCommandProc

typedef void(* pCommandProc) (IServerDocumentView *const AContext, wstring *AParameters)

◆ pGetStateProc

typedef void(* pGetStateProc) (IServerDocumentView *const AContext, wstring *AParameters, bool *Enabled, bool *Checked, bool *Visible, wstring *Caption, wstring *ImageFile)

◆ pHandleTimerEventCallback

typedef void(* pHandleTimerEventCallback) (DWORD ID)

◆ pNotificationHandlerCallback

typedef void(* pNotificationHandlerCallback) (INotification *const ANotification)

Function Documentation

◆ Client()

IClient * Client ( )

◆ GetDXPWorkspace()

IDXPWorkSpace * GetDXPWorkspace ( )

◆ Server()

IServerModule * Server ( )

◆ SetClient()

void SetClient ( IClient * AClient)