NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
BlockStyler_DialogTester.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// BlockStyler_DialogTester.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_MessageBoxTester.hxx>
22#include <NXOpen/BlockStyler_TestStepSequence.hxx>
23#include <NXOpen/MenuBar_MenuButton.hxx>
24#include <NXOpen/TaggedObject.hxx>
25#include <NXOpen/libnxopenuicpp_exports.hxx>
26#ifdef _MSC_VER
27#pragma warning(push)
28#pragma warning(disable:4996)
29#endif
30#ifdef __GNUC__
31#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
32#endif
33namespace NXOpen
34{
35 namespace BlockStyler
36 {
37 class DialogTester;
38 }
39 class UI;
40 namespace BlockStyler
41 {
42 class MessageBoxTester;
43 }
44 namespace BlockStyler
45 {
46 class TestStepSequence;
47 }
48 namespace MenuBar
49 {
50 class MenuButton;
51 }
52 namespace BlockStyler
53 {
54 class DialogTesterImpl;
58 class NXOPENUICPPEXPORT DialogTester
59 {
60 private: DialogTesterImpl * m_dialogtester_impl;
61 private: NXOpen::UI* m_owner;
63 public: explicit DialogTester(NXOpen::UI *owner);
65 public:
67 tag_t Tag() const;
68 public: ~DialogTester();
73 (
74 const NXString & dialogName
75 );
80 (
81 const char * dialogName
82 );
87 (
88 );
93 (
95 );
96 }; //lint !e1712 default constructor not defined for class
97 }
98}
99#ifdef _MSC_VER
100#pragma warning(pop)
101#endif
102#ifdef __GNUC__
103#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
104#pragma GCC diagnostic warning "-Wdeprecated-declarations"
105#endif
106#endif
107#undef EXPORTLIBRARY