Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

BannedNodeLessThan Class Reference

#include <bantablemodel.h>

Public Member Functions

 BannedNodeLessThan (int nColumn, Qt::SortOrder fOrder)
 
bool operator() (const CCombinedBan &left, const CCombinedBan &right) const
 

Private Attributes

int column
 
Qt::SortOrder order
 

Detailed Description

Definition at line 23 of file bantablemodel.h.

Constructor & Destructor Documentation

◆ BannedNodeLessThan()

BannedNodeLessThan::BannedNodeLessThan ( int  nColumn,
Qt::SortOrder  fOrder 
)
inline

Definition at line 26 of file bantablemodel.h.

Member Function Documentation

◆ operator()()

bool BannedNodeLessThan::operator() ( const CCombinedBan left,
const CCombinedBan right 
) const

Member Data Documentation

◆ column

int BannedNodeLessThan::column
private

Definition at line 31 of file bantablemodel.h.

Referenced by operator()().

◆ order

Qt::SortOrder BannedNodeLessThan::order
private

Definition at line 32 of file bantablemodel.h.

Referenced by operator()().


The documentation for this class was generated from the following files:
Released under the MIT license