Teamcenter C++ API Reference  2312
Fnd0Selection.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, Fnd0Selection
12  Filename: Fnd0Selection.hxx
13  Module: awp0aws2
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__FND0SELECTION__HXX
18 #define TEAMCENTER__FND0SELECTION__HXX
19 
20 #include <string>
21 #include <unidefs.h>
22 #include <vector>
23 #include <common/tc_deprecation_macros.h>
25 
26 #include <awp0aws2/libawp0aws2_exports.h>
27 
28 namespace Teamcenter
29 {
30  class Fnd0Selection;
31 }
32 namespace Teamcenter
33 {
34  class Fnd0SelectionImpl;
35 }
36 namespace Teamcenter
37 {
38  class Fnd0SelectionDelegate;
39 }
40 namespace Teamcenter
41 {
42  class Fnd0SelectionDispatch;
43 }
44 namespace Teamcenter
45 {
46  class Fnd0SelectionGenImpl;
47 }
48 namespace Teamcenter
49 {
50  class RootObjectImpl;
51 }
52 
53 class AWP0AWS2_API Teamcenter::Fnd0Selection
55 {
56 public:
57 
62  static const std::string& getInterfaceName();
63 
64 
72  int getFnd0ContextName( std::string &value, bool &isNull ) const;
73 
81  int getFnd0ParentSelection( tag_t &value, bool &isNull ) const;
82 
90  int getFnd0SelectedObjects( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
91 protected:
92  // Method to initialize
93  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
94 
98  Fnd0Selection();
99 
103  virtual ~Fnd0Selection();
104 
105 private:
106  // Getter method for the Implementation Object
107  Fnd0SelectionImpl* getFnd0SelectionImpl() const;
108  // Setter method for the Implementation Object
109  ::Teamcenter::RootObjectImpl* setFnd0SelectionImpl( ::Teamcenter::RootObjectImpl* impl );
110 
111  // Method to set the delete impl boolean
112  void setDeleteImpl( bool del );
113 
114  // Pointer to the Implementation object
115  Fnd0SelectionImpl* m_fnd0selectionImpl;
116 
117  // Flag to indicate if Implementation object needs to be deleted
119 
123  static std::string name;
124 
129  Fnd0Selection( const Fnd0Selection& );
131 
132  friend class Fnd0SelectionDelegate;
133  friend class Fnd0SelectionGenImpl;
134 };
135 
136 #include <awp0aws2/libawp0aws2_undef.h>
137 #endif // TEAMCENTER__FND0SELECTION__HXX