Teamcenter C++ API Reference
2312
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
bom
BOMWindow.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, BOMWindow
12
Filename: BOMWindow.hxx
13
Module: bom
14
@BMIDE autogenerated
15
==================================================================================================*/
16
17
#ifndef TEAMCENTER__BOMWINDOW__HXX
18
#define TEAMCENTER__BOMWINDOW__HXX
19
20
#include <vector>
21
#include <unidefs.h>
22
#include <common/tc_deprecation_macros.h>
23
#include <
metaframework/RuntimeBusinessObject.hxx
>
24
25
#include <bom/libbom_exports.h>
26
27
namespace
Teamcenter
28
{
29
class
BOMWindow;
30
}
31
namespace
Teamcenter
32
{
33
class
BOMWindowImpl;
34
}
35
namespace
Teamcenter
36
{
37
class
BOMWindowDelegate;
38
}
39
namespace
Teamcenter
40
{
41
class
BOMWindowDispatch;
42
}
43
namespace
Teamcenter
44
{
45
class
BOMWindowGenImpl;
46
}
47
namespace
Teamcenter
48
{
49
class
RootObjectImpl;
50
}
51
52
class
BOM_API Teamcenter::
BOMWindow
53
:
public
::Teamcenter::RuntimeBusinessObject
54
{
55
public
:
56
61
static
const
std::string&
getInterfaceName
();
62
63
71
int
getFnd0appliedClosureRule
( tag_t &value,
bool
&isNull )
const
;
72
80
int
getFnd0bw_in_cv_cfg_to_load_md
(
bool
&value,
bool
&isNull )
const
;
81
89
int
getFnd0bw_in_markup_mode
(
bool
&value,
bool
&isNull )
const
;
90
98
int
getFnd0bw_is_mono_mode
(
bool
&value,
bool
&isNull )
const
;
99
107
int
getFnd0bwVariantRuleMode
(
int
&value,
bool
&isNull )
const
;
108
116
int
getFnd0IsOccTypeFilterApplied
(
bool
&value,
bool
&isNull )
const
;
117
125
int
getFnd0ShareCount
(
int
&value,
bool
&isNull )
const
;
126
134
int
getFnd0show_gcs_cps
(
bool
&value,
bool
&isNull )
const
;
135
143
int
getFnd0show_uncnf_occ_eff
(
bool
&value,
bool
&isNull )
const
;
144
152
int
setFnd0bw_in_cv_cfg_to_load_md
(
bool
value,
bool
isNull=
false
);
153
161
int
setFnd0bw_in_markup_mode
(
bool
value,
bool
isNull=
false
);
162
170
int
setFnd0bw_is_mono_mode
(
bool
value,
bool
isNull=
false
);
171
179
int
setFnd0bwVariantRuleMode
(
int
value,
bool
isNull=
false
);
180
188
int
setFnd0IsOccTypeFilterApplied
(
bool
value,
bool
isNull=
false
);
189
197
int
setFnd0ShareCount
(
int
value,
bool
isNull=
false
);
198
206
int
setFnd0show_gcs_cps
(
bool
value,
bool
isNull=
false
);
207
215
int
setFnd0show_uncnf_occ_eff
(
bool
value,
bool
isNull=
false
);
216
224
int
fnd0PostExpand
(
const
std::vector< tag_t > *inputLines, std::vector< tag_t > *unconfiguredLines );
225
protected
:
226
// Method to initialize
227
virtual
void
initialize
( ::Teamcenter::RootObjectImpl* impl );
228
232
BOMWindow
();
233
237
virtual
~BOMWindow
();
238
239
private
:
240
// Getter method for the Implementation Object
241
BOMWindowImpl*
getBOMWindowImpl
()
const
;
242
// Setter method for the Implementation Object
243
::Teamcenter::RootObjectImpl*
setBOMWindowImpl
( ::Teamcenter::RootObjectImpl* impl );
244
245
// Method to set the delete impl boolean
246
void
setDeleteImpl
(
bool
del );
247
248
// Pointer to the Implementation object
249
BOMWindowImpl*
m_bomwindowImpl
;
250
251
// Flag to indicate if Implementation object needs to be deleted
252
bool
m_deleteImpl
;
253
257
static
std::string
name
;
258
263
BOMWindow
(
const
BOMWindow
& );
264
BOMWindow
&
operator=
(
const
BOMWindow
& );
265
266
friend
class
BOMWindowDelegate;
267
friend
class
BOMWindowGenImpl;
268
};
269
270
#include <bom/libbom_undef.h>
271
#endif // TEAMCENTER__BOMWINDOW__HXX