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

Local Bitcoin RPC console. More...

#include <rpcconsole.h>

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

Public Types

enum  MessageClass {
  MC_ERROR, MC_DEBUG, CMD_REQUEST, CMD_REPLY,
  CMD_ERROR
}
 

Public Slots

void clear ()
 
void message (int category, const QString &message, bool html=false)
 
void setNumConnections (int count)
 Set number of connections shown in the UI. More...
 
void setNumBlocks (int count, int countOfPeers)
 Set number of blocks shown in the UI. More...
 
void browseHistory (int offset)
 Go forward or back in history. More...
 
void scrollToEnd ()
 Scroll console view to end. More...
 

Signals

void stopExecutor ()
 
void cmdRequest (const QString &command)
 

Public Member Functions

 RPCConsole (QWidget *parent=0)
 
 ~RPCConsole ()
 
void setClientModel (ClientModel *model)
 

Protected Member Functions

virtual bool eventFilter (QObject *obj, QEvent *event)
 

Private Slots

void on_lineEdit_returnPressed ()
 
void on_tabWidget_currentChanged (int index)
 
void on_openDebugLogfileButton_clicked ()
 open the debug.log from the current datadir More...
 
void on_showCLOptionsButton_clicked ()
 display messagebox with program parameters (same as bitcoin-qt –help) More...
 

Private Member Functions

void startExecutor ()
 

Private Attributes

Ui::RPCConsole * ui
 
ClientModelclientModel
 
QStringList history
 
int historyPtr
 

Detailed Description

Local Bitcoin RPC console.

Definition at line 12 of file rpcconsole.h.

Member Enumeration Documentation

Enumerator
MC_ERROR 
MC_DEBUG 
CMD_REQUEST 
CMD_REPLY 
CMD_ERROR 

Definition at line 22 of file rpcconsole.h.

Constructor & Destructor Documentation

RPCConsole::RPCConsole ( QWidget *  parent = 0)
explicit

Definition at line 183 of file rpcconsole.cpp.

RPCConsole::~RPCConsole ( )

Definition at line 210 of file rpcconsole.cpp.

Member Function Documentation

void RPCConsole::browseHistory ( int  offset)
slot

Go forward or back in history.

Definition at line 369 of file rpcconsole.cpp.

void RPCConsole::clear ( )
slot

Definition at line 283 of file rpcconsole.cpp.

void RPCConsole::cmdRequest ( const QString &  command)
signal
bool RPCConsole::eventFilter ( QObject *  obj,
QEvent *  event 
)
protectedvirtual

Definition at line 216 of file rpcconsole.cpp.

void RPCConsole::message ( int  category,
const QString &  message,
bool  html = false 
)
slot

Definition at line 316 of file rpcconsole.cpp.

void RPCConsole::on_lineEdit_returnPressed ( )
privateslot

Definition at line 346 of file rpcconsole.cpp.

void RPCConsole::on_openDebugLogfileButton_clicked ( )
privateslot

open the debug.log from the current datadir

Definition at line 414 of file rpcconsole.cpp.

void RPCConsole::on_showCLOptionsButton_clicked ( )
privateslot

display messagebox with program parameters (same as bitcoin-qt –help)

Definition at line 425 of file rpcconsole.cpp.

void RPCConsole::on_tabWidget_currentChanged ( int  index)
privateslot

Definition at line 406 of file rpcconsole.cpp.

void RPCConsole::scrollToEnd ( )
slot

Scroll console view to end.

Definition at line 419 of file rpcconsole.cpp.

void RPCConsole::setClientModel ( ClientModel model)

Definition at line 252 of file rpcconsole.cpp.

void RPCConsole::setNumBlocks ( int  count,
int  countOfPeers 
)
slot

Set number of blocks shown in the UI.

Definition at line 337 of file rpcconsole.cpp.

void RPCConsole::setNumConnections ( int  count)
slot

Set number of connections shown in the UI.

Definition at line 332 of file rpcconsole.cpp.

void RPCConsole::startExecutor ( )
private

Definition at line 382 of file rpcconsole.cpp.

void RPCConsole::stopExecutor ( )
signal

Member Data Documentation

ClientModel* RPCConsole::clientModel
private

Definition at line 59 of file rpcconsole.h.

QStringList RPCConsole::history
private

Definition at line 60 of file rpcconsole.h.

int RPCConsole::historyPtr
private

Definition at line 61 of file rpcconsole.h.

Ui::RPCConsole* RPCConsole::ui
private

Definition at line 58 of file rpcconsole.h.


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