🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
ast::UiSelectFrame类 参考

#include <UiSelectFrame.hpp>

+ 类 ast::UiSelectFrame 继承关系图:

信号

void frameChanged (Frame *frame)
 

Public 成员函数

 UiSelectFrame (QWidget *parent=nullptr)
 
FramegetSelectedFrame ()
 
void setSelectedFrame (Frame *frame)
 
void setBody (CelestialBody *body)
 
CelestialBodygetSelectedBody () const
 

详细描述

坐标系选择器 — 天体 + Frame 双列表选择

 [天体列表]        [坐标系列表]
 Earth         →  Inertial
 Moon              ICRF
 Mars              J2000
 ...               ...

数据源:

  • 天体: aGetSolarSystem() → aFindChildren(CelestialBody)
  • Frame: aFindChildren(body, Frame::StaticType()) 若为空则先调用工厂方法创建并注册到天体下,再重新查询

该类的文档由以下文件生成: