Teamcenter C++ API Reference
2312
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
specmgr
CPProcLine.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, CPProcLine
13
Filename: CPProcLine.hxx
14
Module: specmgr
15
@BMIDE autogenerated
16
==================================================================================================*/
17
18
#ifndef TEAMCENTER__SPECMGR__CPPROCLINE__HXX
19
#define TEAMCENTER__SPECMGR__CPPROCLINE__HXX
20
21
#include <common/tc_deprecation_macros.h>
22
#include <
req/SpecElement.hxx
>
23
24
#include <specmgr/libspecmgr_exports.h>
25
26
namespace
Teamcenter
27
{
28
namespace
SPECMGR
29
{
30
class
CPProcLine;
31
}
32
}
33
namespace
Teamcenter
34
{
35
namespace
SPECMGR
36
{
37
class
CPProcLineImpl;
38
}
39
}
40
namespace
Teamcenter
41
{
42
namespace
SPECMGR
43
{
44
class
CPProcLineDelegate;
45
}
46
}
47
namespace
Teamcenter
48
{
49
namespace
SPECMGR
50
{
51
class
CPProcLineDispatch;
52
}
53
}
54
namespace
Teamcenter
55
{
56
namespace
SPECMGR
57
{
58
class
CPProcLineGenImpl;
59
}
60
}
61
namespace
Teamcenter
62
{
63
class
RootObjectImpl;
64
}
65
66
class
SPECMGR_API Teamcenter::
SPECMGR::CPProcLine
67
:
public
::Teamcenter::SpecElement
68
{
69
public
:
70
75
static
const
std::string&
getInterfaceName
();
76
77
protected
:
78
// Method to initialize
79
virtual
void
initialize
( ::Teamcenter::RootObjectImpl* impl );
80
84
CPProcLine
();
85
89
virtual
~CPProcLine
();
90
91
private
:
92
// Getter method for the Implementation Object
93
CPProcLineImpl*
getCPProcLineImpl
()
const
;
94
// Setter method for the Implementation Object
95
::Teamcenter::RootObjectImpl*
setCPProcLineImpl
( ::Teamcenter::RootObjectImpl* impl );
96
97
// Method to set the delete impl boolean
98
void
setDeleteImpl
(
bool
del );
99
100
// Pointer to the Implementation object
101
CPProcLineImpl*
m_cpproclineImpl
;
102
103
// Flag to indicate if Implementation object needs to be deleted
104
bool
m_deleteImpl
;
105
109
static
std::string
name
;
110
115
CPProcLine
(
const
CPProcLine
& );
116
CPProcLine
&
operator=
(
const
CPProcLine
& );
117
118
friend
class
CPProcLineDelegate;
119
friend
class
CPProcLineGenImpl;
120
};
121
122
#include <specmgr/libspecmgr_undef.h>
123
#endif // TEAMCENTER__SPECMGR__CPPROCLINE__HXX