62 void onSizeTypeChanged();
63 void onSizeParamChanged();
64 void onShapeTypeChanged();
65 void onShapeParamChanged();
66 void onOrientationTypeChanged();
67 void onOrientationParamChanged();
68 void onPositionTypeChanged();
69 void onPositionParamChanged();
70 void onEpochChanged();
71 void onFrameChanged();
73 void onArgPeriChanged();
75 void refreshSizeType();
76 void refreshSizeParam();
77 void refreshShapeType();
78 void refreshShapeParam();
79 void refreshOrientationType();
80 void refreshOrientationParam();
81 void refreshPositionType();
82 void refreshPositionParam();
86 void refreshArgPeri();
94 QLineEdit* frameEdit_{
nullptr};
95 QPushButton* frameSelectBtn_{
nullptr};
97 QHBoxLayout* sizeLayout_{
nullptr};
98 QLabel* sizeLabel_{
nullptr};
99 QComboBox* sizeTypeCombo_{
nullptr};
102 QHBoxLayout* shapeLayout_{
nullptr};
103 QLabel* shapeLabel_{
nullptr};
104 QComboBox* shapeTypeCombo_{
nullptr};
107 QHBoxLayout* incLayout_{
nullptr};
108 QLabel* incLabel_{
nullptr};
111 QHBoxLayout* orientationLayout_{
nullptr};
112 QLabel* orientationLabel_{
nullptr};
113 QComboBox* orientationTypeCombo_{
nullptr};
116 QHBoxLayout* argPeriLayout_{
nullptr};
117 QLabel* argPeriLabel_{
nullptr};
120 QHBoxLayout* positionLayout_{
nullptr};
121 QLabel* positionLabel_{
nullptr};
122 QComboBox* positionTypeCombo_{
nullptr};