18 #ifndef PLUGINS_CHANNELTX_LOCALSOURCE_LOCALSOURCEGUI_H_ 19 #define PLUGINS_CHANNELTX_LOCALSOURCE_LOCALSOURCEGUI_H_ 46 virtual void destroy();
48 void setName(
const QString& name);
49 QString getName()
const;
50 virtual qint64 getCenterFrequency()
const;
51 virtual void setCenterFrequency(qint64 centerFrequency);
53 void resetToDefaults();
54 QByteArray serialize()
const;
55 bool deserialize(
const QByteArray& data);
57 virtual bool handleMessage(
const Message& message);
60 Ui::LocalSourceGUI*
ui;
79 void blockApplySettings(
bool block);
80 void applySettings(
bool force =
false);
81 void applyChannelSettings();
82 void displaySettings();
83 void displayRateAndShift();
84 void updateLocalDevices();
86 void leaveEvent(QEvent*);
87 void enterEvent(QEvent*);
89 void applyInterpolation();
93 void handleSourceMessages();
94 void on_interpolationFactor_currentIndexChanged(
int index);
95 void on_position_valueChanged(
int value);
96 void on_localDevice_currentIndexChanged(
int index);
97 void on_localDevicesRefresh_clicked(
bool checked);
98 void onWidgetRolled(QWidget* widget,
bool rollDown);
99 void onMenuDialogCalled(
const QPoint& p);
MessageQueue m_inputMessageQueue
ChannelMarker m_channelMarker
quint64 m_deviceCenterFrequency
Center frequency in device.
void * create(QString type)
LocalSourceSettings m_settings
virtual MessageQueue * getInputMessageQueue()
LocalSource * m_localSource
DeviceUISet * m_deviceUISet
double m_shiftFrequencyFactor
Channel frequency shift factor.