Dash Core  0.12.2.1
P2P Digital Currency
ui_interface.h File Reference
#include <stdint.h>
#include <string>
#include <boost/signals2/last_value.hpp>
#include <boost/signals2/signal.hpp>

Go to the source code of this file.

Classes

class  CClientUIInterface
 

Enumerations

enum  ChangeType { CT_NEW, CT_UPDATED, CT_DELETED }
 

Variables

CClientUIInterface uiInterface
 

Enumeration Type Documentation

◆ ChangeType

enum ChangeType

General change type (added, updated, removed).

Enumerator
CT_NEW 
CT_UPDATED 
CT_DELETED 

Definition at line 21 of file ui_interface.h.

Variable Documentation

◆ uiInterface