Teamcenter C++ API Reference  2312
Clr0AppearanceBlock.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, Clr0AppearanceBlock
12  Filename: Clr0AppearanceBlock.hxx
13  Module: Clr0colorappearance
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef CLR0COLORAPPEARANCE__CLR0APPEARANCEBLOCK__HXX
18 #define CLR0COLORAPPEARANCE__CLR0APPEARANCEBLOCK__HXX
19 
20 #include <string>
21 #include <unidefs.h>
22 #include <common/tc_deprecation_macros.h>
23 #include <tccore/POM_object.hxx>
24 
25 #include <Clr0colorappearance/libclr0colorappearance_exports.h>
26 
27 namespace Clr0ColorAppearance
28 {
29  class Clr0AppearanceBlock;
30 }
31 namespace Clr0ColorAppearance
32 {
33  class Clr0AppearanceBlockImpl;
34 }
35 namespace Clr0ColorAppearance
36 {
37  class Clr0AppearanceBlockDelegate;
38 }
39 namespace Clr0ColorAppearance
40 {
41  class Clr0AppearanceBlockDispatch;
42 }
43 namespace Clr0ColorAppearance
44 {
45  class Clr0AppearanceBlockGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class CLR0COLORAPPEARANCE_API Clr0ColorAppearance::Clr0AppearanceBlock
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getClr0GroupName( std::string &value, bool &isNull ) const;
72 
80  int setClr0GroupName( const std::string &value, bool isNull=false );
81 
89  int setClr0OwningObject( const tag_t &value, bool isNull=false );
90 protected:
91  // Method to initialize
92  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
93 
98 
102  virtual ~Clr0AppearanceBlock();
103 
104 private:
105  // Getter method for the Implementation Object
106  Clr0AppearanceBlockImpl* getClr0AppearanceBlockImpl() const;
107  // Setter method for the Implementation Object
108  ::Teamcenter::RootObjectImpl* setClr0AppearanceBlockImpl( ::Teamcenter::RootObjectImpl* impl );
109 
110  // Method to set the delete impl boolean
111  void setDeleteImpl( bool del );
112 
113  // Pointer to the Implementation object
114  Clr0AppearanceBlockImpl* m_clr0appearanceblockImpl;
115 
116  // Flag to indicate if Implementation object needs to be deleted
118 
122  static std::string name;
123 
130 
131  friend class Clr0AppearanceBlockDelegate;
132  friend class Clr0AppearanceBlockGenImpl;
133 };
134 
135 #include <Clr0colorappearance/libclr0colorappearance_undef.h>
136 #endif // CLR0COLORAPPEARANCE__CLR0APPEARANCEBLOCK__HXX