NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Tooling_SpreadsheetDataParameter.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// Header for C++ interface to JA API
5//--------------------------------------------------------------------------
6//
7// Source File:
8// Tooling_SpreadsheetDataParameter.ja
9//
10// Generated by:
11// apiwrap
12//
13// WARNING:
14// This file is automatically generated - do not edit by hand
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/TransientObject.hxx>
22#include <NXOpen/libnxopencpp_tooling_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 Tooling
33 {
35 }
36 namespace Tooling
37 {
38 class SpreadsheetDataParameterImpl;
43 class NXOPENCPP_TOOLINGEXPORT SpreadsheetDataParameter : public NXOpen::TransientObject
44 {
61 private: SpreadsheetDataParameterImpl * m_spreadsheetdataparameter_impl;
63 public: explicit SpreadsheetDataParameter(void *ptr);
65
68 public: virtual ~SpreadsheetDataParameter();
73 (
74 );
78 public: void SetParameterName
79 (
80 const NXString & parameterName
81 );
86 (
87 const char * parameterName
88 );
93 (
94 );
98 public: void SetDescriptiveName
99 (
100 const NXString & descriptiveName
101 );
106 (
107 const char * descriptiveName
108 );
113 (
114 );
118 public: void SetParameterValue
119 (
120 const NXString & parameterValue
121 );
126 (
127 const char * parameterValue
128 );
132 public: void GetValueList
133 (
134 std::vector<NXString> & paraValues
135 );
139 public: int ParameterStatus
140 (
141 );
146 (
147 int parameterStatus
148 );
152 public: bool HasStatus
153 (
155 );
156 }; //lint !e1712 default constructor not defined for class
157 }
158}
159#ifdef _MSC_VER
160#pragma warning(pop)
161#endif
162#ifdef __GNUC__
163#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
164#pragma GCC diagnostic warning "-Wdeprecated-declarations"
165#endif
166#endif
167#undef EXPORTLIBRARY