4 #include "FxApplicationDefines.h"
8 #if TD_VERSION >= 30901
18 DD_TYPELIB_VER(DD_MAJOR_VERSION, FX_VERSION),
19 helpstring(FX_HELP_STRING)
35 FX_CLSID_AcadApplication,
37 helpstring(
"AcadApplication Class")
47 FX_CLSID_AcadDocuments,
48 helpstring(
"AcadDocuments Class"),
57 FX_CLSID_AcadDocument,
58 helpstring(
"AcadDocument Class"),
81 helpstring(
"AcadUtility Class"),
90 FX_CLSID_AcadPreferences,
91 helpstring(
"AcadPreferences Class"),
103 FX_CLSID_AcadSelectionSet,
104 helpstring(
"AcadSelectionSet Class"),
158 FX_CLSID_AcadLayerStateManager,
159 helpstring(
"AcadLayerStateManager Class")
167 FX_CLSID_AcadSecurityParams,
168 helpstring(
"AcadSecurityParams Class")
179 helpstring(
"The set of methods and properties used for plotting sheets"),
188 FX_CLSID_IAcadToolbars,
189 helpstring(
"A collection of Toolbar objects representing all the toolbars loaded in the current session"),
198 FX_CLSID_IAcadToolbar,
199 helpstring(
"A toolbar"),
207 FX_CLSID_IAcadToolbarItem,
208 helpstring(
"A single button item on a toolbar"),
216 FX_CLSID_IAcadMenuBar,
217 helpstring(
"A collection of PopupMenu objects representing the current menu bar"),
225 FX_CLSID_IAcadMenuGroups,
226 helpstring(
"A collection of MenuGroup objects representing all the menu groups loaded in the current session"),
235 FX_CLSID_IAcadMenuGroup,
236 helpstring(
"A menu group"),
246 FX_CLSID_IAcadPopupMenus,
247 helpstring(
"A collection of PopupMenu objects representing all the popup menus loaded in the MenuGroup"),
255 FX_CLSID_IAcadPopupMenu,
256 helpstring(
"A cascading menu"),
264 FX_CLSID_IAcadPopupMenuItem,
265 helpstring(
"A single menu item on a pull-down menu"),
274 helpstring(
"A special object to use in monitoring the state of server application from out-of-process applications"),
309 #ifdef FX_ACTIVEX_DLL
311 FX_CLSID_FxAxGLWidget,
313 helpstring(
"FxAxGLWidget Class")
317 [
default] dispinterface IFxAxGLWidget;
318 [
default, source] dispinterface IFxAxGLWidgetEvents;
322 FX_CLSID_FxAxCommandContext,
324 helpstring(
"FxAxCommandContext Class")
326 coclass FxAxCommandContext
328 [
default] dispinterface IFxAxCommandContext;
329 [
default, source] dispinterface _DEvents;
332 FX_CLSID_FxAxCommandToken,
333 helpstring(
"FxAxCommandToken Class"),
336 coclass FxAxCommandToken
338 [
default]
interface IFxAxCommandToken;