#include <QUuid>
#include <QRectF>
#include <QPointer>
#include <QString>
#include <QTimer>
#include <QBrush>
#include <QObject>
#include "thingpaintable.h"
#include "icon.h"
#include "pixmapobject.h"
#include "frictiontransform.h"
#include "dimensionstypes.h"
#include "KineticScroller.h"
Go to the source code of this file.
|
enum | PageScrollDirectionLock::Enum { PageScrollDirectionLock::INVALID,
PageScrollDirectionLock::None,
PageScrollDirectionLock::Horizontal,
PageScrollDirectionLock::Vertical
} |
|
enum | PageAreas::Enum {
PageAreas::INVALID,
PageAreas::Content,
PageAreas::LeftBorder,
PageAreas::RightBorder,
PageAreas::TopBorder,
PageAreas::BottomBorder
} |
|
enum | PageMode::Enum { PageMode::INVALID,
PageMode::Normal,
PageMode::Reorder
} |
|
uint qHash |
( |
const QPointer< Page > & |
p | ) |
|