Plasma
backgrounddialog.cpp File Reference
#include "backgrounddialog.h"
#include <QPainter>
#include <QFile>
#include <QAbstractItemView>
#include <QStandardItemModel>
#include <KStandardDirs>
#include <KDesktopFile>
#include <KColorScheme>
#include <KNS/Engine>
#include <Plasma/Containment>
#include <Plasma/FrameSvg>
#include <Plasma/Theme>
#include <Plasma/Wallpaper>
#include <Plasma/View>
#include <Plasma/Corona>
#include "wallpaperpreview.h"
Include dependency graph for desktop/backgrounddialog.cpp:

Go to the source code of this file.
Defines | |
#define | EMBLEM_ICON_SIZE 16 |
#define | FADE_LENGTH 32 |
#define | MAIN_ICON_SIZE 48 |
#define | UNIVERSAL_PADDING 6 |
Typedefs | |
typedef QPair< QString, QString > | WallpaperInfo |
Define Documentation
#define EMBLEM_ICON_SIZE 16 |
Definition at line 227 of file desktop/backgrounddialog.cpp.
#define FADE_LENGTH 32 |
Definition at line 229 of file desktop/backgrounddialog.cpp.
#define MAIN_ICON_SIZE 48 |
Definition at line 230 of file desktop/backgrounddialog.cpp.
#define UNIVERSAL_PADDING 6 |
Definition at line 228 of file desktop/backgrounddialog.cpp.
Typedef Documentation
typedef QPair<QString, QString> WallpaperInfo |
Definition at line 33 of file desktop/backgrounddialog.cpp.