1 #ifndef MUSICAPPLICATIONMODULE_H
2 #define MUSICAPPLICATIONMODULE_H
22 #include <QPropertyAnimation>
73 bool isLastedVersion()
const;
77 void loadNetWorkSetting();
81 void windowCloseAnimation();
85 void soureUpdateCheck();
90 void sideAnimationByOn();
94 void sideAnimationByOff();
99 void soundEffectChanged();
104 void applyParameter();
110 void enhancedSongChanged(
int type);
120 void windowCloseAnimationFinished();
124 void showAboutWidget();
128 void showBugReportView();
132 void showVersionWidget();
136 void showTimerWidget();
140 void showSpectrumWidget();
144 void setWindowToTop();
148 void resetWindowGeometry();
152 void runTimerAutoModule();
156 void deviceNameChanged(
const QString &
name);
160 void deviceChanged(
bool state);
164 void showEqualizerWidget();
168 void showSoundEffectWidget();
174 bool closeCurrentEqualizer();
194 #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.
#define TTK_DECLARE_MODULE(Class)
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