![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <modaloverlay.h>
Public Slots | |
void | tipUpdate (int count, const QDateTime &blockDate, double nVerificationProgress) |
void | setKnownBestHeight (int count, const QDateTime &blockDate) |
void | toggleVisibility () |
void | showHide (bool hide=false, bool userRequested=false) |
void | closeClicked () |
void | hideForever () |
bool | isLayerVisible () |
Public Member Functions | |
ModalOverlay (QWidget *parent) | |
~ModalOverlay () | |
Protected Member Functions | |
bool | eventFilter (QObject *obj, QEvent *ev) |
bool | event (QEvent *ev) |
Tracks parent widget changes. More... | |
Private Attributes | |
Ui::ModalOverlay * | ui |
int | bestHeaderHeight |
QDateTime | bestHeaderDate |
QVector< QPair< qint64, double > > | blockProcessTime |
bool | layerIsVisible |
bool | userClosed |
bool | foreverHidden |
Modal overlay to display information about the chain-sync state
Definition at line 19 of file modaloverlay.h.
|
explicit |
Definition at line 15 of file modaloverlay.cpp.
ModalOverlay::~ModalOverlay | ( | ) |
Definition at line 35 of file modaloverlay.cpp.
|
slot |
Definition at line 174 of file modaloverlay.cpp.
Referenced by ModalOverlay().
|
protected |
Tracks parent widget changes.
Definition at line 57 of file modaloverlay.cpp.
|
protected |
Definition at line 40 of file modaloverlay.cpp.
|
slot |
Definition at line 180 of file modaloverlay.cpp.
Referenced by BitcoinGUI::setNumBlocks().
|
inlineslot |
Definition at line 36 of file modaloverlay.h.
Referenced by BitcoinGUI::showModalOverlay().
|
slot |
Definition at line 70 of file modaloverlay.cpp.
Referenced by BitcoinGUI::setClientModel(), and BitcoinGUI::setNumBlocks().
|
slot |
Definition at line 152 of file modaloverlay.cpp.
Referenced by closeClicked(), BitcoinGUI::setNumBlocks(), and toggleVisibility().
|
slot |
Definition at line 78 of file modaloverlay.cpp.
Referenced by BitcoinGUI::setNumBlocks().
|
slot |
Definition at line 145 of file modaloverlay.cpp.
Referenced by BitcoinGUI::showModalOverlay().
|
private |
Definition at line 45 of file modaloverlay.h.
Referenced by setKnownBestHeight(), and tipUpdate().
|
private |
Definition at line 44 of file modaloverlay.h.
Referenced by setKnownBestHeight(), and tipUpdate().
|
private |
Definition at line 46 of file modaloverlay.h.
Referenced by ModalOverlay(), and tipUpdate().
|
private |
Definition at line 49 of file modaloverlay.h.
Referenced by hideForever(), and showHide().
|
private |
Definition at line 47 of file modaloverlay.h.
Referenced by eventFilter(), isLayerVisible(), showHide(), and toggleVisibility().
|
private |
Definition at line 43 of file modaloverlay.h.
Referenced by ModalOverlay(), tipUpdate(), and ~ModalOverlay().
|
private |
Definition at line 48 of file modaloverlay.h.
Referenced by closeClicked(), showHide(), and toggleVisibility().