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

#include <sslerrordialog.h>

Inheritance diagram for SslErrorDialog:

Public Types

enum  Result { Yes , No , OnlyForThisSession , NoForThisSession }
 

Public Member Functions

 SslErrorDialog (QWidget *parent=nullptr)
 
 ~SslErrorDialog ()
 
void setText (const QString &text)
 
Result result ()
 

Detailed Description

Definition at line 32 of file sslerrordialog.h.

Member Enumeration Documentation

◆ Result

Enumerator
Yes 
No 
OnlyForThisSession 
NoForThisSession 

Definition at line 37 of file sslerrordialog.h.

Constructor & Destructor Documentation

◆ SslErrorDialog()

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

Definition at line 24 of file sslerrordialog.cpp.

◆ ~SslErrorDialog()

SslErrorDialog::~SslErrorDialog ( )

Definition at line 37 of file sslerrordialog.cpp.

Member Function Documentation

◆ result()

SslErrorDialog::Result SslErrorDialog::result ( )

Definition at line 47 of file sslerrordialog.cpp.

◆ setText()

void SslErrorDialog::setText ( const QString &  text)

Definition at line 42 of file sslerrordialog.cpp.


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