PIVX Core  5.6.99
P2P Digital Currency
Classes | Namespaces | Enumerations
dashboardwidget.h File Reference
#include "furabstractlistitemdelegate.h"
#include "furlistrow.h"
#include "pwidget.h"
#include "transactionfilterproxy.h"
#include "transactiontablemodel.h"
#include "txviewholder.h"
#include <atomic>
#include <cstdlib>
#include <QWidget>
#include <QLineEdit>
#include <QMap>
Include dependency graph for dashboardwidget.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SortEdit
 
class  ChartData
 
class  DashboardWidget
 

Namespaces

 Ui
 

Enumerations

enum  SortTx { DATE_DESC = 0 , DATE_ASC = 1 , AMOUNT_DESC = 2 , AMOUNT_ASC = 3 }
 
enum  ChartShowType { ALL , YEAR , MONTH , DAY }
 

Enumeration Type Documentation

◆ ChartShowType

Enumerator
ALL 
YEAR 
MONTH 
DAY 

Definition at line 70 of file dashboardwidget.h.

◆ SortTx

enum SortTx
Enumerator
DATE_DESC 
DATE_ASC 
AMOUNT_DESC 
AMOUNT_ASC 

Definition at line 63 of file dashboardwidget.h.