NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Mechatronics_GanttLinkerBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// 用于JA API的C++接口的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Mechatronics_GanttLinkerBuilder.ja
9
//
10
// 生成工具:
11
// apiwrap
12
//
13
// 警告:
14
// 此文件由工具自动生成 - 请勿手动编辑
15
//
16
#pragma once
17
#include <NXOpen/NXDeprecation.hxx>
18
#include <vector>
19
#include <NXOpen/NXString.hxx>
20
#include <NXOpen/Callback.hxx>
21
#include <NXOpen/Builder.hxx>
22
#include <NXOpen/libnxopencpp_mechatronics_exports.hxx>
23
#ifdef _MSC_VER
24
#pragma warning(push)
25
#pragma warning(disable:4996)
26
#endif
27
#ifdef __GNUC__
28
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
29
#endif
30
namespace
NXOpen
31
{
32
namespace
Mechatronics
33
{
34
class
GanttLinkerBuilder
;
35
}
36
class
Builder
;
37
namespace
Mechatronics
38
{
39
class
GanttOperationObject
;
40
}
41
namespace
Mechatronics
42
{
43
class
_GanttLinkerBuilderBuilder;
44
class
GanttLinkerBuilderImpl;
48
class
NXOPENCPP_MECHATRONICSEXPORT GanttLinkerBuilder :
public
NXOpen::Builder
49
{
52
public
:
enum
LinkerLogicType
53
{
54
LinkerLogicTypeAnd
,
55
LinkerLogicTypeOr
56
};
57
private
:
GanttLinkerBuilderImpl
* m_ganttlinkerbuilder_impl;
58
private
:
friend
class
_GanttLinkerBuilderBuilder;
59
protected
:
GanttLinkerBuilder
();
60
public
:
~GanttLinkerBuilder
();
64
public
:
NXOpen::Mechatronics::GanttOperationObject
*
Primary
65
(
66
);
70
public
:
void
SetPrimary
71
(
72
NXOpen::Mechatronics::GanttOperationObject
* primary
73
);
77
public
:
NXOpen::Mechatronics::GanttOperationObject
*
Secondary
78
(
79
);
83
public
:
void
SetSecondary
84
(
85
NXOpen::Mechatronics::GanttOperationObject
* secondary
86
);
90
public
:
NXOpen::Mechatronics::GanttLinkerBuilder::LinkerLogicType
LogicType
91
(
92
);
96
public
:
void
SetLogicType
97
(
98
NXOpen::Mechatronics::GanttLinkerBuilder::LinkerLogicType
type
99
);
100
};
101
}
102
}
103
#ifdef _MSC_VER
104
#pragma warning(pop)
105
#endif
106
#ifdef __GNUC__
107
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
108
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
109
#endif
110
#endif
111
#undef EXPORTLIBRARY