(471ad91e26ca0af4afbffc3f3fc9bb32497a5299)
#include "grid_p.h"
#include "iconloader_p.h"
#include <QtCore/qlist.h>
#include <QtCore/qstring.h>
#include <QtCore/qvariant.h>
#include <QtCore/qmap.h>
#include <QtGui/qevent.h>
#include <QtGui/qpainter.h>
#include <QtWidgets/qwidget.h>
Go to the source code of this file.
◆ valueFromVariantMap()
◆ valueToVariantMap()
◆ DEFAULT_GRID
const int DEFAULT_GRID = 10 |
|
static |
◆ defaultSnap
◆ defaultVisible
const bool defaultVisible = true |
|
static |
◆ KEY_DELTAX
const char * KEY_DELTAX = "gridDeltaX" |
|
static |
◆ KEY_DELTAY
const char * KEY_DELTAY = "gridDeltaY" |
|
static |
◆ KEY_SNAPX
const char * KEY_SNAPX = "gridSnapX" |
|
static |
◆ KEY_SNAPY
const char * KEY_SNAPY = "gridSnapY" |
|
static |
◆ KEY_VISIBLE
const char * KEY_VISIBLE = "gridVisible" |
|
static |