Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
ProgressBarDialog Class Referencefinal

#include <ProgressBarDialog.hpp>

Inheritance diagram for ProgressBarDialog:

Public Member Functions

 ProgressBarDialog (QWidget *parent=nullptr)
 
 ~ProgressBarDialog () override
 
void showSubProgress (const bool show)
 
void setMax (const int max)
 
void setValue (const int value)
 
void setText (const QString text)
 
void setSubMax (const int max)
 
void setSubValue (const int value)
 
void setSubText (const QString text)
 

Private Attributes

Ui::ProgressBarDialog * ui
 

Constructor & Destructor Documentation

◆ ProgressBarDialog()

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

◆ ~ProgressBarDialog()

ProgressBarDialog::~ProgressBarDialog ( )
override

Member Function Documentation

◆ setMax()

void ProgressBarDialog::setMax ( const int max)

◆ setSubMax()

void ProgressBarDialog::setSubMax ( const int max)

◆ setSubText()

void ProgressBarDialog::setSubText ( const QString text)

◆ setSubValue()

void ProgressBarDialog::setSubValue ( const int value)

◆ setText()

void ProgressBarDialog::setText ( const QString text)

◆ setValue()

void ProgressBarDialog::setValue ( const int value)

◆ showSubProgress()

void ProgressBarDialog::showSubProgress ( const bool show)

Member Data Documentation

◆ ui

Ui::ProgressBarDialog* ProgressBarDialog::ui
private

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