Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions | Variables
clientmodel.cpp File Reference
#include "clientmodel.h"
#include "guiconstants.h"
#include "alert.h"
#include "chainparams.h"
#include "checkpoints.h"
#include "main.h"
#include "net.h"
#include "ui_interface.h"
#include <stdint.h>
#include <QDateTime>
#include <QDebug>
#include <QTimer>
+ Include dependency graph for clientmodel.cpp:

Go to the source code of this file.

Functions

static void NotifyBlocksChanged (ClientModel *clientmodel)
 
static void NotifyNumConnectionsChanged (ClientModel *clientmodel, int newNumConnections)
 
static void NotifyAlertChanged (ClientModel *clientmodel, const uint256 &hash, ChangeType status)
 

Variables

static const int64_t nClientStartupTime = GetTime()
 

Function Documentation

static void NotifyAlertChanged ( ClientModel clientmodel,
const uint256 hash,
ChangeType  status 
)
static

Definition at line 215 of file clientmodel.cpp.

References base_uint< BITS >::GetHex().

Referenced by ClientModel::subscribeToCoreSignals(), and ClientModel::unsubscribeFromCoreSignals().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void NotifyBlocksChanged ( ClientModel clientmodel)
static

Definition at line 202 of file clientmodel.cpp.

Referenced by ClientModel::subscribeToCoreSignals(), and ClientModel::unsubscribeFromCoreSignals().

+ Here is the caller graph for this function:

static void NotifyNumConnectionsChanged ( ClientModel clientmodel,
int  newNumConnections 
)
static

Definition at line 208 of file clientmodel.cpp.

Referenced by ClientModel::subscribeToCoreSignals(), and ClientModel::unsubscribeFromCoreSignals().

+ Here is the caller graph for this function:

Variable Documentation

const int64_t nClientStartupTime = GetTime()
static

Definition at line 22 of file clientmodel.cpp.

Referenced by ClientModel::formatClientStartupTime().