Teamcenter C++ API Reference  2312
Prg0AbsEvent.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, Prg0AbsEvent
12  Filename: Prg0AbsEvent.hxx
13  Module: prg0programinfra
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ABSEVENT__HXX
18 #define TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ABSEVENT__HXX
19 
20 #include <vector>
21 #include <common/tc_deprecation_macros.h>
23 
24 #include <prg0programinfra/libprg0programinfra_exports.h>
25 
26 namespace Teamcenter
27 {
28  namespace ProgramInfra
29  {
30  namespace prg0programinfra
31  {
32  class Prg0AbsEvent;
33  }
34  }
35 }
36 namespace Teamcenter
37 {
38  namespace ProgramInfra
39  {
40  namespace prg0programinfra
41  {
42  class Prg0AbsEventImpl;
43  }
44  }
45 }
46 namespace Teamcenter
47 {
48  namespace ProgramInfra
49  {
50  namespace prg0programinfra
51  {
52  class Prg0AbsEventDelegate;
53  }
54  }
55 }
56 namespace Teamcenter
57 {
58  namespace ProgramInfra
59  {
60  namespace prg0programinfra
61  {
62  class Prg0AbsEventDispatch;
63  }
64  }
65 }
66 namespace Teamcenter
67 {
68  namespace ProgramInfra
69  {
70  namespace prg0programinfra
71  {
72  class Prg0AbsEventGenImpl;
73  }
74  }
75 }
76 namespace Teamcenter
77 {
78  class RootObjectImpl;
79 }
80 
81 class PRG0PROGRAMINFRA_API Teamcenter::ProgramInfra::prg0programinfra::Prg0AbsEvent
83 {
84 public:
85 
90  static const std::string& getInterfaceName();
91 
92 
100  int getPrg0AssociatedCriteria( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
101 protected:
102  // Method to initialize
103  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
104 
108  Prg0AbsEvent();
109 
113  virtual ~Prg0AbsEvent();
114 
115 private:
116  // Getter method for the Implementation Object
117  Prg0AbsEventImpl* getPrg0AbsEventImpl() const;
118  // Setter method for the Implementation Object
119  ::Teamcenter::RootObjectImpl* setPrg0AbsEventImpl( ::Teamcenter::RootObjectImpl* impl );
120 
121  // Method to set the delete impl boolean
122  void setDeleteImpl( bool del );
123 
124  // Pointer to the Implementation object
125  Prg0AbsEventImpl* m_prg0abseventImpl;
126 
127  // Flag to indicate if Implementation object needs to be deleted
129 
133  static std::string name;
134 
139  Prg0AbsEvent( const Prg0AbsEvent& );
141 
142  friend class Prg0AbsEventDelegate;
143  friend class Prg0AbsEventGenImpl;
144 };
145 
146 #include <prg0programinfra/libprg0programinfra_undef.h>
147 #endif // TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ABSEVENT__HXX