18 #ifndef INCLUDE_FILEINPUTGUI_H 19 #define INCLUDE_FILEINPUTGUI_H 42 virtual void destroy();
44 void setName(
const QString& name);
45 QString getName()
const;
47 void resetToDefaults();
48 virtual qint64 getCenterFrequency()
const;
49 virtual void setCenterFrequency(qint64 centerFrequency);
50 QByteArray serialize()
const;
51 bool deserialize(
const QByteArray& data);
53 virtual bool handleMessage(
const Message& message);
80 void displaySettings();
83 void updateSampleRateAndFrequency();
84 void configureFileName();
85 void updateWithAcquisition();
86 void updateWithStreamData();
87 void updateWithStreamTime();
88 void setAccelerationCombo();
89 void setNumberStr(
int n, QString& s);
92 void handleInputMessages();
93 void on_startStop_toggled(
bool checked);
94 void on_playLoop_toggled(
bool checked);
95 void on_play_toggled(
bool checked);
96 void on_navTimeSlider_valueChanged(
int value);
97 void on_showFileDialog_clicked(
bool checked);
98 void on_acceleration_currentIndexChanged(
int index);
101 void openDeviceSettingsDialog(
const QPoint& p);
104 #endif // INCLUDE_FILEINPUTGUI_H