LunaSysMgr
|
#include "dimensionslauncher.h"
#include "dimensionsmain.h"
#include "dimensionsglobal.h"
#include "debugglobal.h"
#include "page.h"
#include "alphabetpage.h"
#include "reorderablepage.h"
#include "icon.h"
#include "iconcmdevents.h"
#include "iconheap.h"
#include "pagetabbar.h"
#include "layoutsettings.h"
#include "operationalsettings.h"
#include "dynamicssettings.h"
#include "gfxsettings.h"
#include "gfxsepiaeffect.h"
#include "pixbuttonsimple.h"
#include "pixbutton2state.h"
#include "colorroundrectbutton.h"
#include "pixmapobject.h"
#include "pixmap9tileobject.h"
#include "pixmap3htileobject.h"
#include "pixmap3vtileobject.h"
#include "pixmaploader.h"
#include "appmonitor.h"
#include "appeffector.h"
#include "externalapp.h"
#include "webosapp.h"
#include "pagesaver.h"
#include "pagerestore.h"
#include "stringtranslator.h"
#include "overlaylayer.h"
#include "pagemovement.h"
#include <QCoreApplication>
#include <QGraphicsSceneMouseEvent>
#include <QAbstractAnimation>
#include <QPropertyAnimation>
#include <QParallelAnimationGroup>
#include <QSequentialAnimationGroup>
#include <QEvent>
#include <QDeclarativeContext>
#include <QDeclarativeEngine>
#include <QDeclarativeComponent>
#include <QProcess>
#include <QDir>
#include <QUrl>
#include <QDebug>
#include <limits.h>
#include "Settings.h"
#include "Localization.h"
#include "QtUtils.h"
#include "WindowServer.h"
#include <FlickGesture.h>
#include <QByteArray>
#include <QDataStream>
#include <QPen>
#include <QPainter>
#include <QLinearGradient>
Macros | |
#define | TAB_NORMAL_BACKGROUND_FILEPATH QString("tab-bg.png") |
#define | TAB_LAUNCHER_BACKGROUND_FILEPATH QString("launcher-bg.png") |
#define | DONE_BUTTON_FILEPATH QString("edit-button-done.png") |
#define | DONE_BUTTON_NORMAL_LOC QRect(1,2,98,34) |
#define | DONE_BUTTON_ACTIVE_LOC QRect(1,42,98,34) |
#define | TAB_SHADOW_FILEPATH QString("launcher-scrollfade-top.png") |
#define | QUICKLAUNCH_SHADOW_FILEPATH QString("launcher-scrollfade-bottom.png") |
Typedefs | |
typedef QList< QUuid > | AppUidList |
typedef QList < DimensionsSystemInterface::WebOSAppRestoreObject > | WebOSRestoreObjectList |
#define DONE_BUTTON_ACTIVE_LOC QRect(1,42,98,34) |
#define DONE_BUTTON_FILEPATH QString("edit-button-done.png") |
#define DONE_BUTTON_NORMAL_LOC QRect(1,2,98,34) |
#define QUICKLAUNCH_SHADOW_FILEPATH QString("launcher-scrollfade-bottom.png") |
#define TAB_LAUNCHER_BACKGROUND_FILEPATH QString("launcher-bg.png") |
#define TAB_NORMAL_BACKGROUND_FILEPATH QString("tab-bg.png") |
#define TAB_SHADOW_FILEPATH QString("launcher-scrollfade-top.png") |
typedef QList<QUuid> AppUidList |