Falkon Develop
Cross-platform Qt-based web browser
CheckBoxDialog Class Reference

#include <checkboxdialog.h>

Inheritance diagram for CheckBoxDialog:

Public Member Functions

 CheckBoxDialog (const QMessageBox::StandardButtons &buttons, QWidget *parent=nullptr)
 
void setCheckBoxText (const QString &text)
 
bool isChecked () const
 
void setDefaultCheckState (Qt::CheckState state)
 

Detailed Description

Definition at line 26 of file checkboxdialog.h.

Constructor & Destructor Documentation

◆ CheckBoxDialog()

CheckBoxDialog::CheckBoxDialog ( const QMessageBox::StandardButtons &  buttons,
QWidget *  parent = nullptr 
)
explicit

Definition at line 23 of file checkboxdialog.cpp.

Member Function Documentation

◆ isChecked()

bool CheckBoxDialog::isChecked ( ) const

Definition at line 37 of file checkboxdialog.cpp.

◆ setCheckBoxText()

void CheckBoxDialog::setCheckBoxText ( const QString &  text)

Definition at line 32 of file checkboxdialog.cpp.

◆ setDefaultCheckState()

void CheckBoxDialog::setDefaultCheckState ( Qt::CheckState  state)

Definition at line 42 of file checkboxdialog.cpp.


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