Qt 4.8
Public Functions | List of all members
QTableModelGreaterThan Class Reference

#include <qtablewidget_p.h>

Public Functions

bool operator() (QTableWidgetItem *i1, QTableWidgetItem *i2) const
 

Detailed Description

Definition at line 83 of file qtablewidget_p.h.

Functions

◆ operator()()

bool QTableModelGreaterThan::operator() ( QTableWidgetItem i1,
QTableWidgetItem i2 
) const
inline

Definition at line 86 of file qtablewidget_p.h.

87  { return (*i2 < *i1); }

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