PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Protected Slots | Private Member Functions | Private Attributes | List of all members
OpenURIDialog Class Reference

#include <openuridialog.h>

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

Public Member Functions

 OpenURIDialog (QWidget *parent)
 
 ~OpenURIDialog ()
 
QString getURI ()
 
void showEvent (QShowEvent *event) override
 

Protected Slots

void accept () override
 

Private Member Functions

void inform (const QString &str)
 

Private Attributes

Ui::OpenURIDialog * ui
 
SnackBarsnackBar = nullptr
 

Detailed Description

Definition at line 16 of file openuridialog.h.

Constructor & Destructor Documentation

◆ OpenURIDialog()

OpenURIDialog::OpenURIDialog ( QWidget *  parent)
explicit

Definition at line 15 of file openuridialog.cpp.

Here is the call graph for this function:

◆ ~OpenURIDialog()

OpenURIDialog::~OpenURIDialog ( )

Definition at line 40 of file openuridialog.cpp.

Member Function Documentation

◆ accept

void OpenURIDialog::accept ( )
overrideprotectedslot

Definition at line 50 of file openuridialog.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getURI()

QString OpenURIDialog::getURI ( )

Definition at line 45 of file openuridialog.cpp.

Here is the caller graph for this function:

◆ inform()

void OpenURIDialog::inform ( const QString &  str)
private

Definition at line 61 of file openuridialog.cpp.

Here is the call graph for this function:

◆ showEvent()

void OpenURIDialog::showEvent ( QShowEvent *  event)
override

Definition at line 35 of file openuridialog.cpp.

Member Data Documentation

◆ snackBar

SnackBar* OpenURIDialog::snackBar = nullptr
private

Definition at line 32 of file openuridialog.h.

◆ ui

Ui::OpenURIDialog* OpenURIDialog::ui
private

Definition at line 31 of file openuridialog.h.


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