Isis 3 Programmer Reference
Isis::AbstractTableModel::LessThanFunctorData Class Reference

For explicit sharing of the comparison counter between multiple copies of a LessThanFunctor object. More...

Inheritance diagram for Isis::AbstractTableModel::LessThanFunctorData:
Inheritance graph
Collaboration diagram for Isis::AbstractTableModel::LessThanFunctorData:
Collaboration graph

Public Member Functions

 LessThanFunctorData (LessThanFunctorData const &)
 
int getCompareCount () const
 
void incrementCompareCount ()
 
void setInterrupted (bool)
 
bool interrupted ()
 

Private Attributes

QAtomicInt m_compareCount
 
QAtomicInt m_interruptFlag
 

Detailed Description

For explicit sharing of the comparison counter between multiple copies of a LessThanFunctor object.

This bypasses the need for a static member in LessThanFunctor.

Author
2011-??-?? Jai Rideout

Definition at line 186 of file AbstractTableModel.h.


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