PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
Delegate Class Reference

#include <governancewidget.h>

Inheritance diagram for Delegate:
[legend]
Collaboration diagram for Delegate:
[legend]

Public Member Functions

 Delegate (QObject *parent=nullptr)
 
void setValues (QList< QString > _values)
 
void paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const override
 

Private Attributes

QList< QString > values
 

Detailed Description

Definition at line 30 of file governancewidget.h.

Constructor & Destructor Documentation

◆ Delegate()

Delegate::Delegate ( QObject *  parent = nullptr)
inlineexplicit

Definition at line 34 of file governancewidget.h.

Member Function Documentation

◆ paint()

void Delegate::paint ( QPainter *  painter,
const QStyleOptionViewItem &  option,
const QModelIndex &  index 
) const
inlineoverride

Definition at line 41 of file governancewidget.h.

◆ setValues()

void Delegate::setValues ( QList< QString >  _values)
inline

Definition at line 37 of file governancewidget.h.

Member Data Documentation

◆ values

QList<QString> Delegate::values
private

Definition at line 52 of file governancewidget.h.


The documentation for this class was generated from the following file: