Bitcoin ABC  0.26.3
P2P Digital Currency
Public Member Functions | Protected Slots | Private Slots | 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 (const CChainParams &params, QWidget *parent)
 
 ~OpenURIDialog ()
 
QString getURI ()
 

Protected Slots

void accept () override
 

Private Slots

void on_selectFileButton_clicked ()
 

Private Attributes

Ui::OpenURIDialog * ui
 
const QString uriScheme
 

Detailed Description

Definition at line 16 of file openuridialog.h.

Constructor & Destructor Documentation

◆ OpenURIDialog()

OpenURIDialog::OpenURIDialog ( const CChainParams params,
QWidget *  parent 
)
explicit

Definition at line 14 of file openuridialog.cpp.

Here is the call graph for this function:

◆ ~OpenURIDialog()

OpenURIDialog::~OpenURIDialog ( )

Definition at line 23 of file openuridialog.cpp.

Member Function Documentation

◆ accept

void OpenURIDialog::accept ( )
overrideprotectedslot

Definition at line 31 of file openuridialog.cpp.

Here is the call graph for this function:

◆ getURI()

QString OpenURIDialog::getURI ( )

Definition at line 27 of file openuridialog.cpp.

Here is the caller graph for this function:

◆ on_selectFileButton_clicked

void OpenURIDialog::on_selectFileButton_clicked ( )
privateslot

Definition at line 41 of file openuridialog.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ ui

Ui::OpenURIDialog* OpenURIDialog::ui
private

Definition at line 32 of file openuridialog.h.

◆ uriScheme

const QString OpenURIDialog::uriScheme
private

Definition at line 33 of file openuridialog.h.


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