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

#include <qtablewidget_p.h>

Public Functions

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

Detailed Description

Definition at line 76 of file qtablewidget_p.h.

Functions

◆ operator()()

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

Definition at line 79 of file qtablewidget_p.h.

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

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