Teamcenter C++ API Reference  2312
Qfm0SystemElement.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, Qfm0SystemElement
13  Filename: Qfm0SystemElement.hxx
14  Module: Qfm0qcfmea
15  @BMIDE autogenerated
16 ==================================================================================================*/
17 
18 #ifndef QFM0QCFMEA__QFM0SYSTEMELEMENT__HXX
19 #define QFM0QCFMEA__QFM0SYSTEMELEMENT__HXX
20 
21 #include <vector>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <Qfm0qcfmea/libqfm0qcfmea_exports.h>
26 
27 namespace qfm0qcfmea
28 {
29  class Qfm0SystemElement;
30 }
31 namespace qfm0qcfmea
32 {
33  class Qfm0SystemElementImpl;
34 }
35 namespace qfm0qcfmea
36 {
37  class Qfm0SystemElementDelegate;
38 }
39 namespace qfm0qcfmea
40 {
41  class Qfm0SystemElementDispatch;
42 }
43 namespace qfm0qcfmea
44 {
45  class Qfm0SystemElementGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class QFM0QCFMEA_API qfm0qcfmea::Qfm0SystemElement
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getQfm0ChildSystemElementsList( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
72 
80  int getQfm0FunctionsElementsList( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
81 protected:
82  // Method to initialize
83  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
84 
89 
93  virtual ~Qfm0SystemElement();
94 
95 private:
96  // Getter method for the Implementation Object
97  Qfm0SystemElementImpl* getQfm0SystemElementImpl() const;
98  // Setter method for the Implementation Object
99  ::Teamcenter::RootObjectImpl* setQfm0SystemElementImpl( ::Teamcenter::RootObjectImpl* impl );
100 
101  // Method to set the delete impl boolean
102  void setDeleteImpl( bool del );
103 
104  // Pointer to the Implementation object
105  Qfm0SystemElementImpl* m_qfm0systemelementImpl;
106 
107  // Flag to indicate if Implementation object needs to be deleted
109 
113  static std::string name;
114 
121 
122  friend class Qfm0SystemElementDelegate;
123  friend class Qfm0SystemElementGenImpl;
124 };
125 
126 #include <Qfm0qcfmea/libqfm0qcfmea_undef.h>
127 #endif // QFM0QCFMEA__QFM0SYSTEMELEMENT__HXX