NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
BlockStyler_SelectFeature.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口访问JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// BlockStyler_SelectFeature.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
30namespace NXOpen
31{
32 namespace BlockStyler
33 {
34 class SelectFeature;
35 }
36 namespace BlockStyler
37 {
38 class UIBlock;
39 }
40 class TaggedObject;
41 namespace BlockStyler
42 {
43 class _SelectFeatureBuilder;
44 class SelectFeatureImpl;
48 class NXOPENUICPPEXPORT SelectFeature : public NXOpen::BlockStyler::UIBlock
49 {
50 private: SelectFeatureImpl * m_selectfeature_impl;
51 private: friend class _SelectFeatureBuilder;
52 protected: SelectFeature();
53 public: ~SelectFeature();
58 (
59 );
64 (
65 bool automaticProgression
66 );
71 (
72 );
77 (
78 const NXString & imageString
79 );
84 (
85 const char * imageString
86 );
91 (
92 );
97 (
98 const NXString & enumString
99 );
104 (
105 const char * enumString
106 );
110 public: std::vector<NXString> GetBalloonTooltipLayoutMembers
111 (
112 );
117 (
118 );
123 (
124 const NXString & balloonTooltipText
125 );
130 (
131 const char * balloonTooltipText
132 );
137 (
138 );
143 (
144 bool blendCurve
145 );
149 public: NXString Cue
150 (
151 );
155 public: void SetCue
156 (
157 const NXString & cue
158 );
163 (
164 const char * cue
165 );
169 public: std::vector<NXOpen::TaggedObject *> GetSelectedObjects
170 (
171 );
176 (
177 const std::vector<NXOpen::TaggedObject *> & objectVector
178 );
183 (
184 );
189 (
190 const NXString & enumString
191 );
196 (
197 const char * enumString
198 );
202 public: std::vector<NXString> GetSelectModeMembers
203 (
204 );
209 (
210 );
215 (
216 const NXString & enumString
217 );
222 (
223 const char * enumString
224 );
228 public: std::vector<NXString> GetStepStatusMembers
229 (
230 );
235 (
236 );
240 public: void SetToolTip
241 (
242 const NXString & toolTip
243 );
248 (
249 const char * toolTip
250 );
255 (
256 );
260 public: void SetLabelString
261 (
262 const NXString & labelString
263 );
268 (
269 const char * labelString
270 );
274 public: void TestSelection
275 (
276 const std::vector<NXOpen::TaggedObject *> & objectVector
277 );
278 };
279 }
280}
281#ifdef _MSC_VER
282#pragma warning(pop)
283#endif
284#ifdef __GNUC__
285#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
286#pragma GCC diagnostic warning "-Wdeprecated-declarations"
287#endif
288#endif
289#undef EXPORTLIBRARY