#include <ImageGridWidget.h>
◆ SelectionMode
Enumerator |
---|
NoSelection | |
SingleSelection | |
MultiSelection | |
◆ ImageGridWidget()
ImageGridWidget::ImageGridWidget |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ cellPixmap()
QPixmap ImageGridWidget::cellPixmap |
( |
const Cell & |
cell | ) |
const |
◆ cellSize()
int ImageGridWidget::cellSize |
( |
| ) |
const |
|
inline |
◆ clicked
void ImageGridWidget::clicked |
( |
const Cell & |
cell | ) |
|
|
signal |
◆ currentSelectionChanged
void ImageGridWidget::currentSelectionChanged |
( |
const QList< Cell > & |
cells | ) |
|
|
signal |
◆ gridSize()
QSize ImageGridWidget::gridSize |
( |
| ) |
const |
|
inline |
◆ gridSizePixel()
QSize ImageGridWidget::gridSizePixel |
( |
| ) |
const |
|
inline |
◆ groupedCellSize()
int ImageGridWidget::groupedCellSize |
( |
| ) |
const |
|
inline |
◆ highlighted
void ImageGridWidget::highlighted |
( |
const Cell & |
cell | ) |
|
|
signal |
◆ keyPressEvent()
void ImageGridWidget::keyPressEvent |
( |
QKeyEvent * |
event | ) |
|
|
overrideprotectedvirtual |
◆ leaveEvent()
void ImageGridWidget::leaveEvent |
( |
QEvent * |
event | ) |
|
|
overrideprotectedvirtual |
◆ minimumSizeHint()
QSize ImageGridWidget::minimumSizeHint |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ mouseMoveEvent()
void ImageGridWidget::mouseMoveEvent |
( |
QMouseEvent * |
event | ) |
|
|
overrideprotectedvirtual |
◆ mousePressEvent()
void ImageGridWidget::mousePressEvent |
( |
QMouseEvent * |
event | ) |
|
|
overrideprotectedvirtual |
◆ mouseReleaseEvent()
void ImageGridWidget::mouseReleaseEvent |
( |
QMouseEvent * |
event | ) |
|
|
overrideprotectedvirtual |
◆ paintEvent()
void ImageGridWidget::paintEvent |
( |
QPaintEvent * |
event | ) |
|
|
overrideprotectedvirtual |
◆ pixmap()
const QPixmap& ImageGridWidget::pixmap |
( |
| ) |
const |
|
inline |
◆ pixmapPoint()
QPoint ImageGridWidget::pixmapPoint |
( |
| ) |
const |
|
inline |
◆ resizeEvent()
void ImageGridWidget::resizeEvent |
( |
QResizeEvent * |
event | ) |
|
|
overrideprotectedvirtual |
◆ selectedCells()
const QList<Cell>& ImageGridWidget::selectedCells |
( |
| ) |
const |
|
inline |
◆ selectionMode()
◆ setCellSize()
void ImageGridWidget::setCellSize |
( |
int |
size | ) |
|
◆ setCustomLines()
void ImageGridWidget::setCustomLines |
( |
const QList< QLine > & |
lines | ) |
|
◆ setGridSize()
void ImageGridWidget::setGridSize |
( |
const QSize & |
gridSize | ) |
|
◆ setGroupedCellSize()
void ImageGridWidget::setGroupedCellSize |
( |
int |
size | ) |
|
◆ setPixmap() [1/2]
void ImageGridWidget::setPixmap |
( |
const QPixmap & |
pixmap | ) |
|
◆ setPixmap() [2/2]
void ImageGridWidget::setPixmap |
( |
const QPoint & |
point, |
|
|
const QPixmap & |
pixmap |
|
) |
| |
◆ setPixmapPoint()
void ImageGridWidget::setPixmapPoint |
( |
const QPoint & |
point | ) |
|
◆ setSelectedCell
void ImageGridWidget::setSelectedCell |
( |
const Cell & |
cell | ) |
|
|
inlineslot |
◆ setSelectedCells
void ImageGridWidget::setSelectedCells |
( |
const QList< Cell > & |
cells | ) |
|
|
slot |
◆ setSelectionMode()
◆ sizeHint()
QSize ImageGridWidget::sizeHint |
( |
| ) |
const |
|
overrideprotectedvirtual |
The documentation for this class was generated from the following files: