NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Diagramming_CannedAnnotationBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Diagramming_CannedAnnotationBuilder.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/Diagramming_Annotation.hxx>
22#include <NXOpen/Diagramming_AnnotationBuilder.hxx>
23#include <NXOpen/Diagramming_LeaderLineBuilder.hxx>
24#include <NXOpen/Builder.hxx>
25#include <NXOpen/ObjectList.hxx>
26#include <NXOpen/libnxopencpp_diagramming_exports.hxx>
27#ifdef _MSC_VER
28#pragma warning(push)
29#pragma warning(disable:4996)
30#endif
31#ifdef __GNUC__
32#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
33#endif
34namespace NXOpen
35{
36 namespace Diagramming
37 {
39 }
40 class Builder;
41 namespace Diagramming
42 {
43 class Annotation;
44 }
45 namespace Diagramming
46 {
48 }
49 namespace Diagramming
50 {
52 }
53 namespace Diagramming
54 {
56 }
57 namespace Diagramming
58 {
59 class _CannedAnnotationBuilderBuilder;
60 class CannedAnnotationBuilderImpl;
66 class NXOPENCPP_DIAGRAMMINGEXPORT CannedAnnotationBuilder : public NXOpen::Builder
67 {
77 private: CannedAnnotationBuilderImpl * m_cannedannotationbuilder_impl;
78 private: friend class _CannedAnnotationBuilderBuilder;
79 protected: CannedAnnotationBuilder();
85 (
86 );
91 (
92 );
97 (
98 );
102 public: bool TextBoxModifiable
103 (
104 );
109 (
110 bool isModifiable
111 );
115 public: int TextBoxIndent
116 (
117 );
121 public: void SetTextBoxIndent
122 (
123 int indent
124 );
128 public: bool TextBoxShadowBox
129 (
130 );
135 (
136 bool isShadowBox
137 );
141 public: void Inherit
142 (
145 );
146 };
147 }
148}
149#ifdef _MSC_VER
150#pragma warning(pop)
151#endif
152#ifdef __GNUC__
153#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
154#pragma GCC diagnostic warning "-Wdeprecated-declarations"
155#endif
156#endif
157#undef EXPORTLIBRARY