Teamcenter C++ API Reference  2312
Fnd0Command.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, Fnd0Command
12  Filename: Fnd0Command.hxx
13  Module: uiconfig
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__FND0COMMAND__HXX
18 #define TEAMCENTER__FND0COMMAND__HXX
19 
20 #include <string>
21 #include <unidefs.h>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <uiconfig/libuiconfig_exports.h>
26 
27 namespace Teamcenter
28 {
29  class Fnd0Command;
30 }
31 namespace Teamcenter
32 {
33  class Fnd0CommandImpl;
34 }
35 namespace Teamcenter
36 {
37  class Fnd0CommandDelegate;
38 }
39 namespace Teamcenter
40 {
41  class Fnd0CommandDispatch;
42 }
43 namespace Teamcenter
44 {
45  class Fnd0CommandGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class UICONFIG_API Teamcenter::Fnd0Command
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getFnd0CommandId( std::string &value, bool &isNull ) const;
72 
80  int getFnd0Description( std::string &value, bool &isNull ) const;
81 
89  int getFnd0Icon( tag_t &value, bool &isNull ) const;
90 
98  int getFnd0Mnemonic( std::string &value, bool &isNull ) const;
99 
107  int getFnd0Name( std::string &value, bool &isNull ) const;
108 
116  int getFnd0RequiresUserInput( bool &value, bool &isNull ) const;
117 
125  int getFnd0SelectionModel( std::string &value, bool &isNull ) const;
126 
134  int getFnd0ToolTip( std::string &value, bool &isNull ) const;
135 
143  int setFnd0Description( const std::string &value, bool isNull=false );
144 
152  int setFnd0Icon( const tag_t &value, bool isNull=false );
153 
161  int setFnd0Mnemonic( const std::string &value, bool isNull=false );
162 
170  int setFnd0Name( const std::string &value, bool isNull=false );
171 
179  int setFnd0RequiresUserInput( bool value, bool isNull=false );
180 
188  int setFnd0SelectionModel( const std::string &value, bool isNull=false );
189 
197  int setFnd0ToolTip( const std::string &value, bool isNull=false );
198 protected:
199  // Method to initialize
200  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
201 
205  Fnd0Command();
206 
210  virtual ~Fnd0Command();
211 
212 private:
213  // Getter method for the Implementation Object
214  Fnd0CommandImpl* getFnd0CommandImpl() const;
215  // Setter method for the Implementation Object
216  ::Teamcenter::RootObjectImpl* setFnd0CommandImpl( ::Teamcenter::RootObjectImpl* impl );
217 
218  // Method to set the delete impl boolean
219  void setDeleteImpl( bool del );
220 
221  // Pointer to the Implementation object
222  Fnd0CommandImpl* m_fnd0commandImpl;
223 
224  // Flag to indicate if Implementation object needs to be deleted
226 
230  static std::string name;
231 
236  Fnd0Command( const Fnd0Command& );
237  Fnd0Command& operator=( const Fnd0Command& );
238 
239  friend class Fnd0CommandDelegate;
240  friend class Fnd0CommandGenImpl;
241 };
242 
243 #include <uiconfig/libuiconfig_undef.h>
244 #endif // TEAMCENTER__FND0COMMAND__HXX