CFx SDK Documentation  2020SP3
daiModule.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2019, Open Design Alliance (the "Alliance").
3 // All rights reserved.
4 //
5 // This software and its documentation and related materials are owned by
6 // the Alliance. The software may only be incorporated into application
7 // programs owned by members of the Alliance, subject to a signed
8 // Membership Agreement and Supplemental Software License Agreement with the
9 // Alliance. The structure and organization of this software are the valuable
10 // trade secrets of the Alliance and its suppliers. The software is also
11 // protected by copyright law and international treaty provisions. Application
12 // programs incorporating this software must include the following statement
13 // with their copyright notices:
14 //
15 // This application incorporates Open Design Alliance software pursuant to a license
16 // agreement with Open Design Alliance.
17 // Open Design Alliance Copyright (C) 2002-2019 by Open Design Alliance.
18 // All rights reserved.
19 //
20 // By use of this software, its documentation or related materials, you
21 // acknowledge and accept the above terms.
23 
24 #ifndef _DAI_MODULE_H_
25 #define _DAI_MODULE_H_
26 
27 #include "OdaCommon.h"
28 #include "OdPlatformSettings.h"
29 
30 #include "SharedPtr.h"
31 #include "RxModule.h"
32 #include "DynamicLinker.h"
33 #include "OdString.h"
34 #include "OdAnsiString.h"
35 #include "UInt32Array.h"
36 #include "DbBaseDatabase.h"
37 
38 #define STL_USING_VECTOR
39 #define STL_USING_MAP
40 #define STL_USING_LIST
41 #include "OdaSTL.h"
42 
43 #include "ModuleNames.h"
44 #include "daiBuildOptions.h"
45 #include "daiHostAppServicesBase.h"
46 #include "daiSchema.h"
47 #include "daiSession.h"
48 
52 DAI_EXPORT void oddaiRegisterSchema(const OdString &schemaName, const OdString &moduleName, OdRxClass *modelClass);
53 
57 DAI_EXPORT void oddaiUnregisterSchema(const OdString &schemaName);
58 
65 
70 
75 
80 
84 namespace OdDAI {
85 
90 {
91 public:
92 
93 };
94 
99 
100 }
101 
102 #endif // _DAI_MODULE_H_
oddaiGetSchema
DAI_EXPORT OdDAI::SchemaPtr oddaiGetSchema(const OdString &schemaName)
OdString
Definition: OdString.h:95
oddaiRegisterSchema
DAI_EXPORT void oddaiRegisterSchema(const OdString &schemaName, const OdString &moduleName, OdRxClass *modelClass)
RxModule.h
OdaSTL.h
ModuleNames.h
OdDAI
Definition: daiAccessDefines.h:31
daiHostAppServicesBase.h
OdString.h
OdRxClass
Definition: RxObject.h:865
OdSmartPtr< Schema >
oddaiCloseCurrentSession
DAI_EXPORT bool oddaiCloseCurrentSession()
OdAnsiString.h
DbBaseDatabase.h
SharedPtr.h
oddaiSession
DAI_EXPORT OdDAI::SessionPtr oddaiSession()
DynamicLinker.h
OdaCommon.h
OdPlatformSettings.h
daiBuildOptions.h
daiSession.h
OdDAI::OdSDAIModulePtr
OdSmartPtr< OdSDAIModule > OdSDAIModulePtr
Definition: daiModule.h:98
daiSchema.h
OdRxModule
Definition: RxModule.h:45
DAI_EXPORT
#define DAI_EXPORT
Definition: daiBuildOptions.h:28
UInt32Array.h
oddaiUnregisterSchema
DAI_EXPORT void oddaiUnregisterSchema(const OdString &schemaName)
oddaiCreateSession
DAI_EXPORT OdDAI::SessionPtr oddaiCreateSession()
OdDAI::OdSDAIModule
Definition: daiModule.h:90