Teamcenter C++ API Reference  2312
Cls0NodeImage.hxx
Go to the documentation of this file.
1 //Copyright 2022 Siemens Digital Industries Software
2 //==================================================
3 //
4 //Copyright $2023.
5 //Siemens Product Lifecycle Management Software Inc.
6 //All Rights Reserved.
7 //==================================================
8 //Copyright 2022 Siemens Digital Industries Software
9 
10 /*==================================================================================================
11 File description:
12  This file contains the declaration for the Business Object, Cls0NodeImage
13  Filename: Cls0NodeImage.hxx
14  Module: Cls0classification
15  @BMIDE autogenerated
16 ==================================================================================================*/
17 
18 #ifndef TEAMCENTER__CLASSIFICATION__CLS0NODEIMAGE__HXX
19 #define TEAMCENTER__CLASSIFICATION__CLS0NODEIMAGE__HXX
20 
21 #include <common/tc_deprecation_macros.h>
22 #include <tccore/ImanRelation.hxx>
23 
24 #include <Cls0classification/libcls0classification_exports.h>
25 
26 namespace Teamcenter
27 {
28  namespace Classification
29  {
30  class Cls0NodeImage;
31  }
32 }
33 namespace Teamcenter
34 {
35  namespace Classification
36  {
37  class Cls0NodeImageImpl;
38  }
39 }
40 namespace Teamcenter
41 {
42  namespace Classification
43  {
44  class Cls0NodeImageDelegate;
45  }
46 }
47 namespace Teamcenter
48 {
49  namespace Classification
50  {
51  class Cls0NodeImageDispatch;
52  }
53 }
54 namespace Teamcenter
55 {
56  namespace Classification
57  {
58  class Cls0NodeImageGenImpl;
59  }
60 }
61 namespace Teamcenter
62 {
63  class RootObjectImpl;
64 }
65 
66 class CLS0CLASSIFICATION_API Teamcenter::Classification::Cls0NodeImage
68 {
69 public:
70 
75  static const std::string& getInterfaceName();
76 
77 
85  int getCls0image_index( int &value, bool &isNull ) const;
86 
94  int setCls0image_index( int value, bool isNull=false );
95 protected:
96  // Method to initialize
97  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
98 
102  Cls0NodeImage();
103 
107  virtual ~Cls0NodeImage();
108 
109 private:
110  // Getter method for the Implementation Object
111  Cls0NodeImageImpl* getCls0NodeImageImpl() const;
112  // Setter method for the Implementation Object
113  ::Teamcenter::RootObjectImpl* setCls0NodeImageImpl( ::Teamcenter::RootObjectImpl* impl );
114 
115  // Method to set the delete impl boolean
116  void setDeleteImpl( bool del );
117 
118  // Pointer to the Implementation object
119  Cls0NodeImageImpl* m_cls0nodeimageImpl;
120 
121  // Flag to indicate if Implementation object needs to be deleted
123 
127  static std::string name;
128 
133  Cls0NodeImage( const Cls0NodeImage& );
135 
136  friend class Cls0NodeImageDelegate;
137  friend class Cls0NodeImageGenImpl;
138 };
139 
140 #include <Cls0classification/libcls0classification_undef.h>
141 #endif // TEAMCENTER__CLASSIFICATION__CLS0NODEIMAGE__HXX