🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
AstGUIAPI.hpp
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
25
class
QMainWindow;
26
27
AST_NAMESPACE_BEGIN
28
29
32
AST_GUI_CAPI errc_t
aGuiInit
();
33
34
37
AST_GUI_CAPI errc_t
aQAppInit
(
int
argc,
char
*argv[]);
38
41
AST_GUI_CAPI QMainWindow*
aUiNewMainWindow
();
42
43
44
AST_NAMESPACE_END
ast::aGuiInit
errc_t aGuiInit()
初始化Gui
定义
AstGUIAPI.cpp:29
ast::aUiNewMainWindow
QMainWindow * aUiNewMainWindow()
创建主窗口
定义
AstGUIAPI.cpp:51
ast::aQAppInit
errc_t aQAppInit(int argc, char *argv[])
初始化Qt应用程序
定义
AstGUIAPI.cpp:39
src
AstGUI
App
AstGUIAPI.hpp
制作者
1.12.0