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

ImageProcessingWidget. More...

#include <ImageProcessingWidget.h>

Inheritance diagram for ImageProcessingWidget:

Signals

void request_processing ()
 request_processing is just the signals request processing
 
void image_loaded (const QImage &image)
 image load signals and carry the image for loading
 

Public Member Functions

 ImageProcessingWidget (QWidget *parent=nullptr)
 ImageProcessingWidget.
 
void displayed (QLabel *label)
 displayed will set the pixmap directly
 
QImage image () const noexcept
 image fetch the image handling
 
void process_direct_load (const QString &path)
 process_direct_load load the sessions
 
void process_raw_load ()
 process_raw_load opens the filedialog and will actually turns to process_raw_load(const QString& path)
 
void process_raw_load (const QString &path)
 process_raw_load process actuall load
 

Detailed Description

Constructor & Destructor Documentation

◆ ImageProcessingWidget()

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

ImageProcessingWidget.

Parameters
parent

Member Function Documentation

◆ displayed()

void ImageProcessingWidget::displayed ( QLabel *  label)

displayed will set the pixmap directly

Parameters
label

◆ image()

QImage ImageProcessingWidget::image ( ) const
inlinenoexcept

image fetch the image handling

Returns

◆ image_loaded

void ImageProcessingWidget::image_loaded ( const QImage &  image)
signal

image load signals and carry the image for loading

Parameters
image

◆ process_direct_load()

void ImageProcessingWidget::process_direct_load ( const QString &  path)

process_direct_load load the sessions

Parameters
path

◆ process_raw_load()

void ImageProcessingWidget::process_raw_load ( const QString &  path)

process_raw_load process actuall load

Parameters
path

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