Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QOhosPlatformBackingStore::QImageView Class Reference

#include <qohosplatformbackingstore.h>

Collaboration diagram for QOhosPlatformBackingStore::QImageView:

Public Member Functions

 QImageView (const QImage &srcImage, const QRect &subRect)
QSize size () const
std::size_t bytesPerPixel () const
std::size_t bytesPerLine () const
QSpan< const ucharconstScanLine (int i) const

Detailed Description

Definition at line 33 of file qohosplatformbackingstore.h.

Constructor & Destructor Documentation

◆ QImageView()

QOhosPlatformBackingStore::QImageView::QImageView ( const QImage & srcImage,
const QRect & subRect )
explicit

Definition at line 195 of file qohosplatformbackingstore.cpp.

Member Function Documentation

◆ bytesPerLine()

std::size_t QOhosPlatformBackingStore::QImageView::bytesPerLine ( ) const

Definition at line 226 of file qohosplatformbackingstore.cpp.

◆ bytesPerPixel()

std::size_t QOhosPlatformBackingStore::QImageView::bytesPerPixel ( ) const

Definition at line 212 of file qohosplatformbackingstore.cpp.

◆ constScanLine()

QSpan< const uchar > QOhosPlatformBackingStore::QImageView::constScanLine ( int i) const

Definition at line 217 of file qohosplatformbackingstore.cpp.

◆ size()

QSize QOhosPlatformBackingStore::QImageView::size ( ) const

Definition at line 231 of file qohosplatformbackingstore.cpp.


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