Teamcenter C++ API Reference  2312
Aqc0CharElement.hxx
Go to the documentation of this file.
1 //Copyright 2022 Siemens Digital Industries Software
2 //==================================================
3 //Copyright $2023.
4 //Siemens Product Lifecycle Management Software Inc.
5 //All Rights Reserved.
6 //e
7 //==================================================
8 //Copyright 2022 Siemens Digital Industries Software
9 
10 /*==================================================================================================
11 File description:
12  This file contains the declaration for the Business Object, Aqc0CharElement
13  Filename: Aqc0CharElement.hxx
14  Module: Aqc0qcmaw
15  @BMIDE autogenerated
16 ==================================================================================================*/
17 
18 #ifndef TEAMCENTER__AQC0QCMAW__AQC0CHARELEMENT__HXX
19 #define TEAMCENTER__AQC0QCMAW__AQC0CHARELEMENT__HXX
20 
21 #include <common/tc_deprecation_macros.h>
22 #include <tccore/Item.hxx>
23 
24 #include <Aqc0qcmaw/libaqc0qcmaw_exports.h>
25 
26 namespace Teamcenter
27 {
28  namespace aqc0qcmaw
29  {
30  class Aqc0CharElement;
31  }
32 }
33 namespace Teamcenter
34 {
35  namespace aqc0qcmaw
36  {
37  class Aqc0CharElementImpl;
38  }
39 }
40 namespace Teamcenter
41 {
42  namespace aqc0qcmaw
43  {
44  class Aqc0CharElementDelegate;
45  }
46 }
47 namespace Teamcenter
48 {
49  namespace aqc0qcmaw
50  {
51  class Aqc0CharElementDispatch;
52  }
53 }
54 namespace Teamcenter
55 {
56  namespace aqc0qcmaw
57  {
58  class Aqc0CharElementGenImpl;
59  }
60 }
61 namespace Teamcenter
62 {
63  class RootObjectImpl;
64 }
65 
66 class AQC0QCMAW_API Teamcenter::aqc0qcmaw::Aqc0CharElement
67  : public ::Teamcenter::Item
68 {
69 public:
70 
75  static const std::string& getInterfaceName();
76 
77 protected:
78  // Method to initialize
79  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
80 
85 
89  virtual ~Aqc0CharElement();
90 
91 private:
92  // Getter method for the Implementation Object
93  Aqc0CharElementImpl* getAqc0CharElementImpl() const;
94  // Setter method for the Implementation Object
95  ::Teamcenter::RootObjectImpl* setAqc0CharElementImpl( ::Teamcenter::RootObjectImpl* impl );
96 
97  // Method to set the delete impl boolean
98  void setDeleteImpl( bool del );
99 
100  // Pointer to the Implementation object
101  Aqc0CharElementImpl* m_aqc0charelementImpl;
102 
103  // Flag to indicate if Implementation object needs to be deleted
105 
109  static std::string name;
110 
117 
118  friend class Aqc0CharElementDelegate;
119  friend class Aqc0CharElementGenImpl;
120 };
121 
122 #include <Aqc0qcmaw/libaqc0qcmaw_undef.h>
123 #endif // TEAMCENTER__AQC0QCMAW__AQC0CHARELEMENT__HXX