|
Altium C++ SDK 3.0
|
#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 | |
| IClient * | Client () |
| void | SetClient (IClient *AClient) |
| IServerModule * | Server () |
| IDXPWorkSpace * | GetDXPWorkspace () |
| #define DXP_CLASSES_H_INCLUDED |
| 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(* pHandleTimerEventCallback) (DWORD ID) |
| typedef void(* pNotificationHandlerCallback) (INotification *const ANotification) |
| IClient * Client | ( | ) |
| IDXPWorkSpace * GetDXPWorkspace | ( | ) |
| IServerModule * Server | ( | ) |
| void SetClient | ( | IClient * | AClient | ) |