|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <UiObject.hpp>
类 ast::UiObject 继承关系图:Public 成员函数 | |
| UiObject (QWidget *parent=nullptr) | |
| Object * | getObject () const |
| void | setObject (Object *object) |
与对象关联的 QWidget
|
inline |
获取关联的对象
| void ast::UiObject::setObject | ( | Object * | object | ) |
设置关联的对象
| object | 关联的对象指针 |