Teamcenter C++ API Reference  2312
Part.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 //==================================================
7 //Copyright 2022 Siemens Digital Industries Software
8 
9 /*==================================================================================================
10 File description:
11  This file contains the declaration for the Business Object, Part
12  Filename: Part.hxx
13  Module: tccore
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__PART__HXX
18 #define TEAMCENTER__PART__HXX
19 
20 #include <common/tc_deprecation_macros.h>
21 #include <tccore/Item.hxx>
22 
23 #include <tccore/libtccore_exports.h>
24 
25 namespace Teamcenter
26 {
27  class Part;
28 }
29 namespace Teamcenter
30 {
31  class PartImpl;
32 }
33 namespace Teamcenter
34 {
35  class PartDelegate;
36 }
37 namespace Teamcenter
38 {
39  class PartDispatch;
40 }
41 namespace Teamcenter
42 {
43  class PartGenImpl;
44 }
45 namespace Teamcenter
46 {
47  class RootObjectImpl;
48 }
49 
50 class TCCORE_API Teamcenter::Part
51  : public ::Teamcenter::Item
52 {
53 public:
54 
59  static const std::string& getInterfaceName();
60 
61 protected:
62  // Method to initialize
63  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
64 
68  Part();
69 
73  virtual ~Part();
74 
75 private:
76  // Getter method for the Implementation Object
77  PartImpl* getPartImpl() const;
78  // Setter method for the Implementation Object
79  ::Teamcenter::RootObjectImpl* setPartImpl( ::Teamcenter::RootObjectImpl* impl );
80 
81  // Method to set the delete impl boolean
82  void setDeleteImpl( bool del );
83 
84  // Pointer to the Implementation object
85  PartImpl* m_partImpl;
86 
87  // Flag to indicate if Implementation object needs to be deleted
89 
93  static std::string name;
94 
99  Part( const Part& );
100  Part& operator=( const Part& );
101 
102  friend class PartDelegate;
103  friend class PartGenImpl;
104 };
105 
106 #include <tccore/libtccore_undef.h>
107 #endif // TEAMCENTER__PART__HXX