Developer Documentation
QListWidgetRowCmp< TCmp > Class Template Reference

Public Member Functions

 QListWidgetRowCmp (QListWidget *_list)
 
bool operator() (QListWidgetItem *left, QListWidgetItem *right)
 

Private Attributes

QListWidget * list_
 

Detailed Description

template<typename TCmp>
class QListWidgetRowCmp< TCmp >

Definition at line 315 of file postProcessorWidget.cc.

Constructor & Destructor Documentation

◆ QListWidgetRowCmp()

template<typename TCmp >
QListWidgetRowCmp< TCmp >::QListWidgetRowCmp ( QListWidget *  _list)
inlineexplicit

Definition at line 319 of file postProcessorWidget.cc.

Member Function Documentation

◆ operator()()

template<typename TCmp >
bool QListWidgetRowCmp< TCmp >::operator() ( QListWidgetItem *  left,
QListWidgetItem *  right 
)
inline

Definition at line 320 of file postProcessorWidget.cc.

Member Data Documentation

◆ list_

template<typename TCmp >
QListWidget* QListWidgetRowCmp< TCmp >::list_
private

Definition at line 317 of file postProcessorWidget.cc.


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