Bitcoin
Public Slots | Signals | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Slots | Private Attributes | List of all members
PaymentServer Class Reference

#include <paymentserver.h>

Inheritance diagram for PaymentServer:

Public Slots

void uiReady ()
 
void handleURIOrFile (const QString &s)
 

Signals

void receivedPaymentRequest (SendCoinsRecipient)
 
void message (const QString &title, const QString &message, unsigned int style)
 

Public Member Functions

 PaymentServer (QObject *parent, bool startLocalServer=true)
 
 ~PaymentServer ()
 
void setOptionsModel (OptionsModel *optionsModel)
 

Static Public Member Functions

static void ipcParseCommandLine (interfaces::Node &node, int argc, char *argv[])
 
static bool ipcSendCommandLine ()
 

Protected Member Functions

bool eventFilter (QObject *object, QEvent *event)
 

Private Slots

void handleURIConnection ()
 

Private Attributes

bool saveURIs
 
QLocalServer * uriServer
 
OptionsModeloptionsModel
 

Constructor & Destructor Documentation

◆ PaymentServer()

PaymentServer::PaymentServer ( QObject *  parent,
bool  startLocalServer = true 
)
explicit

◆ ~PaymentServer()

PaymentServer::~PaymentServer ( )

Member Function Documentation

◆ eventFilter()

bool PaymentServer::eventFilter ( QObject *  object,
QEvent *  event 
)
protected

◆ handleURIConnection

void PaymentServer::handleURIConnection ( )
privateslot

◆ handleURIOrFile

void PaymentServer::handleURIOrFile ( const QString &  s)
slot

◆ ipcParseCommandLine()

void PaymentServer::ipcParseCommandLine ( interfaces::Node node,
int  argc,
char *  argv[] 
)
static

◆ ipcSendCommandLine()

bool PaymentServer::ipcSendCommandLine ( )
static

◆ message

void PaymentServer::message ( const QString &  title,
const QString &  message,
unsigned int  style 
)
signal

◆ receivedPaymentRequest

void PaymentServer::receivedPaymentRequest ( SendCoinsRecipient  _t1)
signal

◆ setOptionsModel()

void PaymentServer::setOptionsModel ( OptionsModel optionsModel)

◆ uiReady

void PaymentServer::uiReady ( )
slot

Member Data Documentation

◆ optionsModel

OptionsModel* PaymentServer::optionsModel
private

◆ saveURIs

bool PaymentServer::saveURIs
private

◆ uriServer

QLocalServer* PaymentServer::uriServer
private

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