Teamcenter C++ API Reference  2312
Qfm0FunctionElement.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, Qfm0FunctionElement
13  Filename: Qfm0FunctionElement.hxx
14  Module: Qfm0qcfmea
15  @BMIDE autogenerated
16 ==================================================================================================*/
17 
18 #ifndef QFM0QCFMEA__QFM0FUNCTIONELEMENT__HXX
19 #define QFM0QCFMEA__QFM0FUNCTIONELEMENT__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 Qfm0FunctionElement;
30 }
31 namespace qfm0qcfmea
32 {
33  class Qfm0FunctionElementImpl;
34 }
35 namespace qfm0qcfmea
36 {
37  class Qfm0FunctionElementDelegate;
38 }
39 namespace qfm0qcfmea
40 {
41  class Qfm0FunctionElementDispatch;
42 }
43 namespace qfm0qcfmea
44 {
45  class Qfm0FunctionElementGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class QFM0QCFMEA_API qfm0qcfmea::Qfm0FunctionElement
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getQfm0FailureElementsList( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
72 protected:
73  // Method to initialize
74  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
75 
80 
84  virtual ~Qfm0FunctionElement();
85 
86 private:
87  // Getter method for the Implementation Object
88  Qfm0FunctionElementImpl* getQfm0FunctionElementImpl() const;
89  // Setter method for the Implementation Object
90  ::Teamcenter::RootObjectImpl* setQfm0FunctionElementImpl( ::Teamcenter::RootObjectImpl* impl );
91 
92  // Method to set the delete impl boolean
93  void setDeleteImpl( bool del );
94 
95  // Pointer to the Implementation object
96  Qfm0FunctionElementImpl* m_qfm0functionelementImpl;
97 
98  // Flag to indicate if Implementation object needs to be deleted
100 
104  static std::string name;
105 
112 
113  friend class Qfm0FunctionElementDelegate;
114  friend class Qfm0FunctionElementGenImpl;
115 };
116 
117 #include <Qfm0qcfmea/libqfm0qcfmea_undef.h>
118 #endif // QFM0QCFMEA__QFM0FUNCTIONELEMENT__HXX