PeriDyno 1.0.0
Loading...
Searching...
No Matches
LockerButton Class Reference

#include <LockerButton.h>

Inheritance diagram for LockerButton:
Collaboration diagram for LockerButton:

Public Member Functions

 LockerButton (QWidget *parent=nullptr)
 
void SetImageLabel (const QPixmap &pixmap)
 
void SetTextLabel (QString text)
 
QLabel * GetImageHandle ()
 
QLabel * GetTextHandle ()
 

Private Attributes

QLabel * mImageLabel
 
QLabel * mTextLabel
 

Detailed Description

Definition at line 12 of file LockerButton.h.

Constructor & Destructor Documentation

◆ LockerButton()

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

Definition at line 8 of file LockerButton.cpp.

Member Function Documentation

◆ GetImageHandle()

QLabel * LockerButton::GetImageHandle ( )

Definition at line 39 of file LockerButton.cpp.

◆ GetTextHandle()

QLabel * LockerButton::GetTextHandle ( )

Definition at line 44 of file LockerButton.cpp.

◆ SetImageLabel()

void LockerButton::SetImageLabel ( const QPixmap & pixmap)

Definition at line 29 of file LockerButton.cpp.

◆ SetTextLabel()

void LockerButton::SetTextLabel ( QString text)

Definition at line 34 of file LockerButton.cpp.

Member Data Documentation

◆ mImageLabel

QLabel* LockerButton::mImageLabel
private

Definition at line 32 of file LockerButton.h.

◆ mTextLabel

QLabel* LockerButton::mTextLabel
private

Definition at line 34 of file LockerButton.h.


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