1 #ifndef MUSICCONFIGMANAGER_H
2 #define MUSICCONFIGMANAGER_H
49 QRect readWindowGeometry()
const;
53 QPoint readShowDesktopLrcGeometry()
const;
59 virtual bool readBuffer(
int &items)
override final;
63 virtual bool writeBuffer(
const int &items)
override final;
67 #endif // MUSICCONFIGMANAGER_H
#define TTK_MODULE_EXPORT
The class of the ttk xml interface.
virtual bool writeBuffer(const T &items)=0
The class of the xml config manager.
virtual bool readBuffer(T &items)=0
The class of the read write interface.