|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <UiTimeInterval.hpp>
类 ast::UiTimeInterval 继承关系图:信号 | |
| void | timeIntervalChanged (const TimeInterval &timeInterval) |
Public 成员函数 | |
| UiTimeInterval (QWidget *parent=nullptr) | |
| void | setTimeInterval (const TimeInterval &timeInterval) |
| const TimeInterval & | getTimeInterval () const |
时间区间编辑控件
用于编辑和显示时间区间,由两个时间点编辑控件组成
|
inline |
获取时间区间
| void ast::UiTimeInterval::setTimeInterval | ( | const TimeInterval & | timeInterval | ) |
设置时间区间
| timeInterval | 时间区间 |