🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
UiCelestialBody.hpp
浏览该文件的文档.
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
#include "AstGUI/UiObject.hpp"
25
26
AST_NAMESPACE_BEGIN
27
33
class
CelestialBody;
34
35
class
UiCelestialBody
:
public
UiObject
36
{
37
public
:
38
UiCelestialBody
(
Object
*
object
, QWidget* parent =
nullptr
);
39
UiCelestialBody
(QWidget* parent =
nullptr
);
40
41
CelestialBody
* getCelestialBody()
const
;
42
void
setCelestialBody(
CelestialBody
* body);
43
protected
:
44
45
};
46
49
AST_NAMESPACE_END
ast::CelestialBody
天体
定义
CelestialBody.hpp:52
ast::Object
对象基类,继承自该类的对象可以使用运行时类型信息相关功能,实现强弱引用计数、运行时元信息(属性访问、序列化等)等基础功能
定义
Object.hpp:81
ast::UiCelestialBody
定义
UiCelestialBody.hpp:36
ast::UiObject
与对象关联的 QWidget
定义
UiObject.hpp:36
src
AstGUI
SolarSystem
UiCelestialBody.hpp
制作者
1.12.0