CCIMXDesktop
 
Loading...
Searching...
No Matches
ImageListViewer Class Reference

The ImageListViewer class A widget that displays a list of images in a grid layout. More...

#include <ImageListViewWidget.h>

Inheritance diagram for ImageListViewer:

Public Slots

void setImageLists (const QStringList &pixPaths)
 Sets and displays a new list of images.
 

Signals

void imageClicked (const QString &imagePath)
 Emitted when an image is clicked.
 

Public Member Functions

 ImageListViewer (QWidget *parent=nullptr)
 Constructs the ImageListViewer widget.
 

Detailed Description

The ImageListViewer class A widget that displays a list of images in a grid layout.

Supports dynamic image list assignment and emits signals on image click.

Constructor & Destructor Documentation

◆ ImageListViewer()

ImageListViewer::ImageListViewer ( QWidget *  parent = nullptr)
explicit

Constructs the ImageListViewer widget.

Parameters
parentOptional parent QWidget.

Member Function Documentation

◆ imageClicked

void ImageListViewer::imageClicked ( const QString &  imagePath)
signal

Emitted when an image is clicked.

Parameters
imagePathPath of the clicked image.

◆ setImageLists

void ImageListViewer::setImageLists ( const QStringList &  pixPaths)
slot

Sets and displays a new list of images.

Parameters
pixPathsList of image paths.

The documentation for this class was generated from the following files: