RetroArch
Public Slots | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
ThumbnailLabel Class Reference

#include <ui_qt.h>

Inheritance diagram for ThumbnailLabel:
[legend]
Collaboration diagram for ThumbnailLabel:
[legend]

Public Slots

void setPixmap (const QPixmap &pixmap)
 

Public Member Functions

 ThumbnailLabel (QWidget *parent=0)
 
 ~ThumbnailLabel ()
 
QSize sizeHint () const
 

Protected Member Functions

void paintEvent (QPaintEvent *event)
 
void resizeEvent (QResizeEvent *event)
 

Private Member Functions

void updateMargins ()
 

Private Attributes

QPixmap * m_pixmap
 
int m_pixmapWidth
 
int m_pixmapHeight
 

Constructor & Destructor Documentation

◆ ThumbnailLabel()

ThumbnailLabel::ThumbnailLabel ( QWidget *  parent = 0)

◆ ~ThumbnailLabel()

ThumbnailLabel::~ThumbnailLabel ( )

Member Function Documentation

◆ paintEvent()

void ThumbnailLabel::paintEvent ( QPaintEvent *  event)
protected
Here is the call graph for this function:

◆ resizeEvent()

void ThumbnailLabel::resizeEvent ( QResizeEvent *  event)
protected

◆ setPixmap

void ThumbnailLabel::setPixmap ( const QPixmap &  pixmap)
slot

◆ sizeHint()

QSize ThumbnailLabel::sizeHint ( ) const
Here is the caller graph for this function:

◆ updateMargins()

void ThumbnailLabel::updateMargins ( )
private

Member Data Documentation

◆ m_pixmap

QPixmap* ThumbnailLabel::m_pixmap
private

◆ m_pixmapHeight

int ThumbnailLabel::m_pixmapHeight
private

◆ m_pixmapWidth

int ThumbnailLabel::m_pixmapWidth
private

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