TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Macros | Variables
musicscreensaverwidget.cpp File Reference
#include "musicscreensaverwidget.h"
#include "musicapplicationmodule.h"
#include "musictoolsetsuiobject.h"
#include "musicdownloadqueuerequest.h"
#include "musicimageutils.h"
#include "musicwidgetutils.h"
#include "ttkdesktopwrapper.h"
#include "ttkglobalhelper.h"
#include "qsync/qsyncutils.h"

Go to the source code of this file.

Macros

#define OS_ITEM_SIZE   QSize(165, 110)
 

Variables

static constexpr int OS_COUNT = 10
 
static constexpr int LINE_SPACING_SIZE = 160
 
static constexpr const char * OS_SCREEN_DIR = "Screen"
 
static constexpr const char * OS_SCREENSAVER_URL = "ScreenSaver"
 
static constexpr const char * OS_WALLPAPER_NAME = "wallpaper.png"
 
static constexpr const char * OS_WALLBAR_NAME = "wallbar.png"
 
static constexpr const char * OS_WALLNAIL_NAME = "thumbnail.png"
 

Macro Definition Documentation

#define OS_ITEM_SIZE   QSize(165, 110)

Variable Documentation

constexpr int LINE_SPACING_SIZE = 160
static

Definition at line 15 of file musicscreensaverwidget.cpp.

Referenced by MusicScreenSaverListWidget::resizeWindow().

constexpr int OS_COUNT = 10
static
constexpr const char* OS_SCREEN_DIR = "Screen"
static
constexpr const char* OS_SCREENSAVER_URL = "ScreenSaver"
static

Definition at line 18 of file musicscreensaverwidget.cpp.

Referenced by MusicScreenSaverWidget::initialize().

constexpr const char* OS_WALLBAR_NAME = "wallbar.png"
static
constexpr const char* OS_WALLNAIL_NAME = "thumbnail.png"
static
constexpr const char* OS_WALLPAPER_NAME = "wallpaper.png"
static