NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
BlockStyler_SelectNode.hxx
1
//--------------------------------------------------------------------------
2
// 版权所有 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++ 接口到 JA API 的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// BlockStyler_SelectNode.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/BlockStyler_UIBlock.hxx>
22
#include <NXOpen/libnxopenuicpp_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
BlockStyler
33
{
34
class
SelectNode
;
35
}
36
namespace
BlockStyler
37
{
38
class
UIBlock
;
39
}
40
class
TaggedObject
;
41
namespace
BlockStyler
42
{
43
class
_SelectNodeBuilder;
44
class
SelectNodeImpl;
48
class
NXOPENUICPPEXPORT SelectNode :
public
NXOpen::BlockStyler::UIBlock
49
{
50
private
:
SelectNodeImpl
* m_selectnode_impl;
51
private
:
friend
class
_SelectNodeBuilder;
52
protected
: SelectNode();
53
public
: ~SelectNode();
57
public
:
bool
AutomaticProgression
58
(
59
);
63
public
:
void
SetAutomaticProgression
64
(
65
bool
automaticProgression
66
);
70
public
:
NXString
Bitmap
71
(
72
);
76
public
:
void
SetBitmap
77
(
78
const
NXString
& bitmapString
79
);
83
void
SetBitmap
84
(
85
const
char
* bitmapString
86
);
90
public
:
NXString
Cue
91
(
92
);
96
public
:
void
SetCue
97
(
98
const
NXString
& cue
99
);
103
void
SetCue
104
(
105
const
char
* cue
106
);
110
public
: std::vector<NXOpen::TaggedObject *>
GetSelectedObjects
111
(
112
);
116
public
:
void
SetSelectedObjects
117
(
118
const
std::vector<NXOpen::TaggedObject *> & objectVector
119
);
123
public
:
NXString
SelectModeAsString
124
(
125
);
129
public
:
void
SetSelectModeAsString
130
(
131
const
NXString
& enumString
132
);
136
void
SetSelectModeAsString
137
(
138
const
char
* enumString
139
);
143
public
: std::vector<NXString>
GetSelectModeMembers
144
(
145
);
149
public
:
NXString
StepStatusAsString
150
(
151
);
155
public
:
void
SetStepStatusAsString
156
(
157
const
NXString
& enumString
158
);
162
void
SetStepStatusAsString
163
(
164
const
char
* enumString
165
);
169
public
: std::vector<NXString>
GetStepStatusMembers
170
(
171
);
176
public
:
NX_DEPRECATED
(
"在NX11.0.0中弃用。 此API无替代方案"
) bool ShowSelection
177
(
178
);
183
public:
NX_DEPRECATED
(
"在NX11.0.0中弃用。 此API无替代方案"
)
void
SetShowSelection
184
(
185
bool
showSelection
186
);
190
public:
NXString
LabelString
191
(
192
);
196
public:
void
SetLabelString
197
(
198
const
NXString
& labelString
199
);
203
void
SetLabelString
204
(
205
const
char
* labelString
206
);
210
public:
void
TestSelection
211
(
212
const std::vector<
NXOpen
::TaggedObject *> & objectVector
213
);
214
};
215
}
216
}
217
#ifdef _MSC_VER
218
#pragma warning(pop)
219
#endif
220
#ifdef __GNUC__
221
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
222
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
223
#endif
224
#endif
225
#undef EXPORTLIBRARY