64 void onSizeTypeChanged();
65 void onSizeParamChanged();
66 void onShapeTypeChanged();
67 void onShapeParamChanged();
68 void onOrientationTypeChanged();
69 void onOrientationParamChanged();
70 void onPositionTypeChanged();
71 void onPositionParamChanged();
72 void onEpochChanged();
73 void onFrameChanged();
75 void onArgPeriChanged();
77 void refreshSizeType();
78 void refreshSizeParam();
79 void refreshShapeType();
80 void refreshShapeParam();
81 void refreshOrientationType();
82 void refreshOrientationParam();
83 void refreshPositionType();
84 void refreshPositionParam();
88 void refreshArgPeri();
96 QLineEdit* frameEdit_{
nullptr};
97 QPushButton* frameSelectBtn_{
nullptr};
99 QHBoxLayout* sizeLayout_{
nullptr};
100 QLabel* sizeLabel_{
nullptr};
101 QComboBox* sizeTypeCombo_{
nullptr};
104 QHBoxLayout* shapeLayout_{
nullptr};
105 QLabel* shapeLabel_{
nullptr};
106 QComboBox* shapeTypeCombo_{
nullptr};
109 QHBoxLayout* incLayout_{
nullptr};
110 QLabel* incLabel_{
nullptr};
113 QHBoxLayout* orientationLayout_{
nullptr};
114 QLabel* orientationLabel_{
nullptr};
115 QComboBox* orientationTypeCombo_{
nullptr};
118 QHBoxLayout* argPeriLayout_{
nullptr};
119 QLabel* argPeriLabel_{
nullptr};
122 QHBoxLayout* positionLayout_{
nullptr};
123 QLabel* positionLabel_{
nullptr};
124 QComboBox* positionTypeCombo_{
nullptr};