Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Slots | Signals | Public Member Functions | Static Public Member Functions | Private Slots | Private Attributes | List of all members
PaymentServer Class Reference

#include <paymentserver.h>

Inheritance diagram for PaymentServer:
Inheritance graph
[legend]
Collaboration diagram for PaymentServer:
Collaboration graph
[legend]

Public Slots

void uiReady ()
 

Signals

void receivedURI (QString)
 

Public Member Functions

 PaymentServer (QApplication *parent)
 
bool eventFilter (QObject *object, QEvent *event)
 

Static Public Member Functions

static bool ipcSendCommandLine ()
 

Private Slots

void handleURIConnection ()
 

Private Attributes

bool saveURIs
 
QLocalServer * uriServer
 

Detailed Description

Definition at line 37 of file paymentserver.h.

Constructor & Destructor Documentation

PaymentServer::PaymentServer ( QApplication *  parent)

Definition at line 96 of file paymentserver.cpp.

Member Function Documentation

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

Definition at line 114 of file paymentserver.cpp.

void PaymentServer::handleURIConnection ( )
privateslot

Definition at line 140 of file paymentserver.cpp.

bool PaymentServer::ipcSendCommandLine ( )
static

Definition at line 61 of file paymentserver.cpp.

void PaymentServer::receivedURI ( QString  )
signal
void PaymentServer::uiReady ( )
slot

Definition at line 132 of file paymentserver.cpp.

Member Data Documentation

bool PaymentServer::saveURIs
private

Definition at line 42 of file paymentserver.h.

QLocalServer* PaymentServer::uriServer
private

Definition at line 43 of file paymentserver.h.


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