1 #ifndef MUSICAPPLICATIONMODULE_H
2 #define MUSICAPPLICATIONMODULE_H
22 #include <QPropertyAnimation>
72 bool isLastedVersion()
const;
76 void loadNetWorkSetting();
80 void windowCloseAnimation();
84 void soureUpdateCheck();
89 void sideAnimationByOn();
93 void sideAnimationByOff();
98 void updateSoundEffectConfig(
bool v);
103 void applyParameter();
109 void enhancedSongChanged(
int type);
119 void windowCloseAnimationFinished();
123 void showAboutWidget();
127 void showBugReportView();
131 void showVersionWidget();
135 void showTimerWidget();
139 void showSpectrumWidget();
143 void setWindowToTop();
147 void resetWindowGeometry();
151 void executeTimerAutoModule();
155 void deviceNameChanged(
const QString &
name);
159 void deviceChanged(
bool state);
163 void showEqualizerWidget();
167 void showSoundEffectWidget();
173 bool closeCurrentEqualizer();
193 #endif // MUSICAPPLICATIONMODULE_H
#define TTK_MODULE_EXPORT
The class of the app object module.
MusicTimerAutoModule * m_timerAutoModule
MusicScreenSaverBackgroundWidget * m_screenSaverWidget
MusicSourceUpdateRequest * m_sourceUpdateRequest
QPropertyAnimation * m_sideAnimation
The class of the time auto run.
The class of the pv counter.
The class of the device watcher.
MusicResourceRequest * m_resourceRequest
QDeviceWatcher * m_deviceWatcher
The class of the source data query update request.
The namespace of the application object.
The class of the resource data request.
bool windowToTop() const noexcept
The class of the application backup module.
MusicPVCounterRequest * m_counterRequest
MusicMobileDevicesWidget * m_mobileDeviceWidget
QWidget * m_quitContainer
MusicBackupModule * m_backupModule
TTK::Direction m_direction
static MusicApplicationModule * m_instance