NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
BlockStyler_Table.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口访问JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// BlockStyler_Table.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/BlockStyler_UIBlock.hxx>
23#include <NXOpen/libnxopenuicpp_exports.hxx>
24#ifdef _MSC_VER
25#pragma warning(push)
26#pragma warning(disable:4996)
27#endif
28#ifdef __GNUC__
29#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30#endif
31namespace NXOpen
32{
33 namespace BlockStyler
34 {
35 class Table;
36 }
37 namespace BlockStyler
38 {
39 class PropertyList;
40 }
41 namespace BlockStyler
42 {
43 class UIBlock;
44 }
45 namespace BlockStyler
46 {
47 class _TableBuilder;
48 class TableImpl;
52 class NXOPENUICPPEXPORT Table : public NXOpen::BlockStyler::UIBlock
53 {
54 private: TableImpl * m_table_impl;
55 private: friend class _TableBuilder;
56 protected: Table();
57 public: ~Table();
61 public: bool HasColumnLabels
62 (
63 );
67 public: void SetHasColumnLabels
68 (
69 bool hasLables
70 );
75 public: NX_DEPRECATED("Deprecated in NX2312.0.0. The HighQualityBitmap property is deprecated.") bool HighQualityBitmap
76 (
77 );
82 public: NX_DEPRECATED("Deprecated in NX2312.0.0. The HighQualityBitmap property is deprecated.") void SetHighQualityBitmap
83 (
84 bool highQuality
85 );
90 public: NX_DEPRECATED("Deprecated in NX2312.0.0. The Localize property is deprecated.") bool Localize
91 (
92 );
97 public: NX_DEPRECATED("Deprecated in NX2312.0.0. The Localize property is deprecated.") void SetLocalize
98 (
99 bool localize
100 );
105 (
106 );
110 public: int NumberOfColumns
111 (
112 );
117 (
118 int numColumn
119 );
124 public: NX_DEPRECATED("Deprecated in NX2312.0.0. The RetainValue property is deprecated.") bool RetainValue
125 (
126 );
131 public: NX_DEPRECATED("Deprecated in NX2312.0.0. The RetainValue property is deprecated.") void SetRetainValue
132 (
133 bool retain
134 );
135 };
136 }
137}
138#ifdef _MSC_VER
139#pragma warning(pop)
140#endif
141#ifdef __GNUC__
142#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
143#pragma GCC diagnostic warning "-Wdeprecated-declarations"
144#endif
145#endif
146#undef EXPORTLIBRARY