CFx SDK Documentation
2023 SP0
SDK
CFx
inc
FxHeaders.h
Go to the documentation of this file.
1
//
2
// (C) Copyright 2005-2022 by Graebert GmbH.
3
//
4
// Permission to use, copy, modify, and distribute this software in
5
// object code form for any purpose and without fee is hereby granted,
6
// provided that the above copyright notice appears in all copies and
7
// that both that copyright notice and the limited warranty and
8
// restricted rights notice below appear in all supporting
9
// documentation.
10
//
11
// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
12
// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
13
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
14
// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
15
// UNINTERRUPTED OR ERROR FREE.
16
17
18
// The following ifdef block is the standard way of creating macros which make exporting
19
// from a DLL simpler. All files within this DLL are compiled with the DDKERNEL_EXPORTS
20
// symbol defined on the command line. this symbol should not be defined on any project
21
// that uses this DLL. This way any other project whose source files include this file see
22
// DDKERNEL_API functions as being imported from a DLL, whereas this DLL sees symbols
23
// defined with this macro as being exported.
24
25
#pragma once
26
27
#include "
DDKERNEL.h
"
28
#include "
FxAppInfo.h
"
29
#include "
FxApplications.h
"
30
#include "
FxBagFiler.h
"
31
#include "
FxCommand.h
"
32
#include "
FxCommandContext.h
"
33
#include "
FxCommandsHistory.h
"
34
#include "
FxCurvePE.h
"
35
#include "
FxCustomPropertiesWidget.h
"
36
#include "
FxCustomPropertiesWidgetManager.h
"
37
#include "
FxDatabase.h
"
38
#include "
FxDatabaseHistory.h
"
39
#include "
FxDatabaseReactor.h
"
40
#include "
fxdbvardefs.h
"
41
#include "
FxDebug.h
"
42
#include "
FxDefines.h
"
43
#include "
FxDesignDataItem.h
"
44
#include "
FxDesignDataSource.h
"
45
#include "
FxDesignResourceModel.h
"
46
#include "
FxDesignResources.h
"
47
#include "
FxDeviceReactor.h
"
48
#include "
FxDisplayDevice.h
"
49
#include "
FxDocument.h
"
50
#include "
FxDocumentIterator.h
"
51
#include "
FxDocumentManager.h
"
52
#include "
FxDocumentManagerReactor.h
"
53
#include "
FxEditorReactor.h
"
54
#include "
FxFdtAPI.h
"
55
#include "
FxFdtCodes.h
"
56
#include "
FxFdtDCL.h
"
57
#include "
FxFdtDialogs.h
"
58
#include "
FxFdtError.h
"
59
#include "
FxFdtType.h
"
60
#include "
FxFileData.h
"
61
#include "
FxGeometryClipper.h
"
62
#include "
FxGeomUtils.h
"
63
#include "
FxGripMenu.h
"
64
#include "
FxGripPointsPE.h
"
65
#include "
FxHelpId.h
"
66
#include "
FxHelpSystem.h
"
67
#include "
FxHitTestInfo.h
"
68
#include "
FxHLR.h
"
69
#include "
FxHostAppServices.h
"
70
#include "
FxInit.h
"
71
#include "
FxInputContextReactor.h
"
72
#include "
FxInputPointManager.h
"
73
#include "
FxKeywordArray.h
"
74
#include "
FxLayoutManagerReactor.h
"
75
#include "
FxLicenseInfo.h
"
76
#include "
FxLicenseManager.h
"
77
#include "
FxMainFrame.h
"
78
#include "
FxModule.h
"
79
#include "
FxObjectId.h
"
80
#include "
FxOperators.h
"
81
#include "
FxOrthoPoint.h
"
82
#include "
FxOsnapPoint.h
"
83
#include "
FxOtrackPoint.h
"
84
#include "
FxOutputDevice.h
"
85
#include "
FxPicture.h
"
86
#include "
FxPlatformSettings.h
"
87
#include "
FxPluginModule.h
"
88
#include "
FxPluginModuleDefines.h
"
89
#include "
FxPluginModuleInternal.h
"
90
#include "
FxPreferences.h
"
91
#include "
FxPreviewBitmap.h
"
92
#include "
FxProfile.h
"
93
#include "
FxQtCore.h
"
94
#include "
FxRecentFiles.h
"
95
#include "
FxRecentlyErased.h
"
96
#include "
fxscriptengine.h
"
97
#include "
FxSelectionSet.h
"
98
#include "
FxSelectionSetReactor.h
"
99
#include "
FxSettings.h
"
100
#include "
FxStatusBar.h
"
101
#include "
FxStdsError.h
"
102
#include "
FxStdsFix.h
"
103
#include "
FxStdsManager.h
"
104
#include "
FxStdsPlugins.h
"
105
#include "
FxString.h
"
106
#include "
FxSystemFiles.h
"
107
#include "
FxSystemServices.h
"
108
#include "
FxSysVarDefs.h
"
109
#include "
FxThread.h
"
110
#include "
FxTracker.h
"
111
#include "
FxTrackerDrawContext.h
"
112
#include "
FxUI.h
"
113
#include "
FxUIRibbon.h
"
114
#include "
FxUIRibbonTabSelector.h
"
115
#include "
FxUnitsFormatter.h
"
116
#include "
FxUserIO.h
"
117
#include "
FxVectorizeDevice.h
"
118
#include "
FxView.h
"
119
#include "
FxViewDrawInfo.h
"
120
#include "
FxViewDrawContext.h
"
121
#include "
FxViewReactor.h
"
122
#include "
FxVSTA.h
"
123
124
#include "
PortingHelp/arx2drx.h
"
125
126
#if !defined( __cplusplus )
127
#include "
ads2drx.h
"
128
#endif
129
130
#if defined( QT_VERSION ) && !defined(XENON)
131
#include "
FxDialog.h
"
132
#include "
FxLicensingService.h
"
133
#include "
FxMenu.h
"
134
#include "
FxMessageBox.h
"
135
#include "
FxNetworkAccessManager.h
"
136
#include "
FxRasterImage.h
"
137
#include "
FxWebWidgetInterfaces.h
"
138
#endif
DDKERNEL.h
FxAppInfo.h
FxApplications.h
FxBagFiler.h
FxCommand.h
FxCommandContext.h
FxCommandsHistory.h
FxCurvePE.h
FxCustomPropertiesWidget.h
FxCustomPropertiesWidgetManager.h
FxDatabase.h
FxDatabaseHistory.h
FxDatabaseReactor.h
FxDebug.h
FxDefines.h
FxDesignDataItem.h
FxDesignDataSource.h
FxDesignResourceModel.h
FxDesignResources.h
FxDeviceReactor.h
FxDialog.h
FxDisplayDevice.h
FxDocument.h
FxDocumentIterator.h
FxDocumentManager.h
FxDocumentManagerReactor.h
FxEditorReactor.h
FxFdtAPI.h
FxFdtCodes.h
FxFdtDCL.h
FxFdtDialogs.h
FxFdtError.h
FxFdtType.h
FxFileData.h
FxGeomUtils.h
FxGeometryClipper.h
FxGripMenu.h
FxGripPointsPE.h
FxHLR.h
FxHelpId.h
FxHelpSystem.h
FxHitTestInfo.h
FxHostAppServices.h
FxInit.h
FxInputContextReactor.h
FxInputPointManager.h
FxKeywordArray.h
FxLayoutManagerReactor.h
FxLicenseInfo.h
FxLicenseManager.h
FxLicensingService.h
FxMainFrame.h
FxMenu.h
FxMessageBox.h
FxModule.h
FxNetworkAccessManager.h
FxObjectId.h
FxOperators.h
FxOrthoPoint.h
FxOsnapPoint.h
FxOtrackPoint.h
FxOutputDevice.h
FxPicture.h
FxPlatformSettings.h
FxPluginModule.h
FxPluginModuleDefines.h
FxPluginModuleInternal.h
FxPreferences.h
FxPreviewBitmap.h
FxProfile.h
FxQtCore.h
FxRasterImage.h
FxRecentFiles.h
FxRecentlyErased.h
FxSelectionSet.h
FxSelectionSetReactor.h
FxSettings.h
FxStatusBar.h
FxStdsError.h
FxStdsFix.h
FxStdsManager.h
FxStdsPlugins.h
FxString.h
FxSysVarDefs.h
FxSystemFiles.h
FxSystemServices.h
FxThread.h
FxTracker.h
FxTrackerDrawContext.h
FxUI.h
FxUIRibbon.h
FxUIRibbonTabSelector.h
FxUnitsFormatter.h
FxUserIO.h
FxVSTA.h
FxVectorizeDevice.h
FxView.h
FxViewDrawContext.h
FxViewDrawInfo.h
FxViewReactor.h
FxWebWidgetInterfaces.h
ads2drx.h
arx2drx.h
fxdbvardefs.h
fxscriptengine.h
Generated on Thu Feb 24 2022 15:09:30