PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Member Functions | Protected Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
BlockExplorer Class Reference

#include <blockexplorer.h>

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

Public Member Functions

 BlockExplorer (QWidget *parent=0)
 
 ~BlockExplorer ()
 

Protected Member Functions

void keyPressEvent (QKeyEvent *event)
 
void showEvent (QShowEvent *)
 

Private Slots

void onSearch ()
 
void goTo (const QString &query)
 
void back ()
 
void forward ()
 

Private Member Functions

void setBlock (CBlockIndex *pBlock)
 
bool switchTo (const QString &query)
 
void setContent (const std::string &content)
 
void updateNavButtons ()
 

Private Attributes

Ui::BlockExplorer * ui
 
bool m_NeverShown
 
int m_HistoryIndex
 
QStringList m_History
 

Detailed Description

Definition at line 25 of file blockexplorer.h.

Constructor & Destructor Documentation

◆ BlockExplorer()

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

Definition at line 375 of file blockexplorer.cpp.

Here is the call graph for this function:

◆ ~BlockExplorer()

BlockExplorer::~BlockExplorer ( )

Definition at line 390 of file blockexplorer.cpp.

Member Function Documentation

◆ back

void BlockExplorer::back ( )
privateslot

Definition at line 504 of file blockexplorer.cpp.

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

◆ forward

void BlockExplorer::forward ( )
privateslot

Definition at line 515 of file blockexplorer.cpp.

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

◆ goTo

void BlockExplorer::goTo ( const QString &  query)
privateslot

Definition at line 474 of file blockexplorer.cpp.

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

◆ keyPressEvent()

void BlockExplorer::keyPressEvent ( QKeyEvent *  event)
protected

Definition at line 395 of file blockexplorer.cpp.

Here is the call graph for this function:

◆ onSearch

void BlockExplorer::onSearch ( )
privateslot

Definition at line 486 of file blockexplorer.cpp.

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

◆ setBlock()

void BlockExplorer::setBlock ( CBlockIndex pBlock)
private

Definition at line 491 of file blockexplorer.cpp.

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

◆ setContent()

void BlockExplorer::setContent ( const std::string &  content)
private

Definition at line 496 of file blockexplorer.cpp.

Here is the caller graph for this function:

◆ showEvent()

void BlockExplorer::showEvent ( QShowEvent *  )
protected

Definition at line 408 of file blockexplorer.cpp.

Here is the call graph for this function:

◆ switchTo()

bool BlockExplorer::switchTo ( const QString &  query)
private

Definition at line 428 of file blockexplorer.cpp.

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

◆ updateNavButtons()

void BlockExplorer::updateNavButtons ( )
private

Definition at line 526 of file blockexplorer.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ m_History

QStringList BlockExplorer::m_History
private

Definition at line 47 of file blockexplorer.h.

◆ m_HistoryIndex

int BlockExplorer::m_HistoryIndex
private

Definition at line 46 of file blockexplorer.h.

◆ m_NeverShown

bool BlockExplorer::m_NeverShown
private

Definition at line 45 of file blockexplorer.h.

◆ ui

Ui::BlockExplorer* BlockExplorer::ui
private

Definition at line 44 of file blockexplorer.h.


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