#include <layoutgrid.h>
- Author
- Andi Fischer This class handles the layout grid, which is drawn in the background of the scene. It is used only in UMLScene.
LayoutGrid::LayoutGrid |
( |
UMLScene * |
scene | ) |
|
|
explicit |
LayoutGrid::~LayoutGrid |
( |
| ) |
|
const QColor& LayoutGrid::gridCrossColor |
( |
| ) |
const |
const QColor & LayoutGrid::gridDotColor |
( |
| ) |
const |
QRect LayoutGrid::gridRect |
( |
| ) |
const |
int LayoutGrid::gridSpacingX |
( |
| ) |
const |
int LayoutGrid::gridSpacingY |
( |
| ) |
const |
bool LayoutGrid::isTextVisible |
( |
| ) |
const |
bool LayoutGrid::isVisible |
( |
| ) |
const |
void LayoutGrid::paint |
( |
QPainter * |
painter, |
|
|
const QRectF & |
rect |
|
) |
| |
void LayoutGrid::setGridCrossColor |
( |
const QColor & |
color | ) |
|
void LayoutGrid::setGridDotColor |
( |
const QColor & |
color | ) |
|
void LayoutGrid::setGridRect |
( |
const QRect & |
rect | ) |
|
void LayoutGrid::setGridSpacing |
( |
int |
sizeX, |
|
|
int |
sizeY |
|
) |
| |
void LayoutGrid::setTextColor |
( |
const QColor & |
color | ) |
|
void LayoutGrid::setTextFont |
( |
const QFont & |
font | ) |
|
void LayoutGrid::setTextVisible |
( |
bool |
visible | ) |
|
void LayoutGrid::setVisible |
( |
bool |
visible | ) |
|
const QColor& LayoutGrid::textColor |
( |
| ) |
const |
QFont LayoutGrid::textFont |
( |
| ) |
const |
QColor LayoutGrid::m_gridDotColor |
|
private |
int LayoutGrid::m_gridSpacingX |
|
private |
int LayoutGrid::m_gridSpacingY |
|
private |
bool LayoutGrid::m_isVisible |
|
private |
The documentation for this class was generated from the following files: