PIVX Core  5.6.99
P2P Digital Currency
Classes | Enumerations | Variables
guiinterface.h File Reference
#include <stdint.h>
#include <string>
#include "optional.h"
#include <boost/signals2/last_value.hpp>
#include <boost/signals2/signal.hpp>
Include dependency graph for guiinterface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CClientUIInterface
 Signals for UI communication. More...
 

Enumerations

enum  ChangeType { CT_NEW , CT_UPDATED , CT_DELETED }
 General change type (added, updated, removed). More...
 

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 24 of file guiinterface.h.

Variable Documentation

◆ uiInterface

CClientUIInterface uiInterface
extern

Definition at line 109 of file init.cpp.