Teamcenter C++ API Reference  2312
Prg0AbsEventExt.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: Prg0AbsEventExt.hxx
13  Module: pgp0awprgplanning
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef PGP0__PGP0AWPRGPLANNING__PRG0ABSEVENT__HXX
18 #define PGP0__PGP0AWPRGPLANNING__PRG0ABSEVENT__HXX
19 
20 #include <unidefs.h>
21 #include <common/tc_deprecation_macros.h>
25 
26 #include <pgp0awprgplanning/libpgp0awprgplanning_exports.h>
27 
28 namespace pgp0
29 {
30  namespace pgp0awprgplanning
31  {
32  class Prg0AbsEvent;
33  }
34 }
35 namespace pgp0
36 {
37  namespace pgp0awprgplanning
38  {
39  class Prg0AbsEventImpl;
40  }
41 }
42 namespace pgp0
43 {
44  namespace pgp0awprgplanning
45  {
46  class Prg0AbsEventDelegate;
47  }
48 }
49 namespace pgp0
50 {
51  namespace pgp0awprgplanning
52  {
53  class Prg0AbsEventDispatch;
54  }
55 }
56 namespace pgp0
57 {
58  namespace pgp0awprgplanning
59  {
60  class Prg0AbsEventGenImpl;
61  }
62 }
63 namespace Teamcenter
64 {
65  class RootObjectImpl;
66 }
67 
68 class PGP0AWPRGPLANNING_API pgp0::pgp0awprgplanning::Prg0AbsEvent
70 {
71 public:
72 
76  Prg0AbsEvent( tag_t objTag );
81  static ::Teamcenter::BusinessObjectExtenderRegistry< pgp0::pgp0awprgplanning::Prg0AbsEvent >& extenderRegistry();
82 
87  static const std::string& getExtenderInterfaceName();
88 
89 
97  int pgp0CanDeleteEventObject( tag_t &selectedObject, bool *isValid );
98 
105  int pgp0IsContentSecurityEnabled( bool *isContentSecurityFlag );
106 protected:
107  // Method to initialize
108  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
109 
110 
114  virtual ~Prg0AbsEvent();
115 
116 private:
117  // Getter method for the Implementation Object
118  Prg0AbsEventImpl* getPrg0AbsEventImpl() const;
119  // Setter method for the Implementation Object
120  ::Teamcenter::RootObjectImpl* setPrg0AbsEventImpl( ::Teamcenter::RootObjectImpl* impl );
121 
122  // Method to set the delete impl boolean
123  void setDeleteImpl( bool del );
124 
125  // Pointer to the Implementation object
126  Prg0AbsEventImpl* m_prg0abseventImpl;
127 
128  // Flag to indicate if Implementation object needs to be deleted
130 
134  static std::string name;
135 
140  Prg0AbsEvent( const Prg0AbsEvent& );
142 
143  friend class Prg0AbsEventDelegate;
144  friend class Prg0AbsEventGenImpl;
145 };
146 
147 #include <pgp0awprgplanning/libpgp0awprgplanning_undef.h>
148 #endif // PGP0__PGP0AWPRGPLANNING__PRG0ABSEVENT__HXX