USGS

Isis 3.0 Object Programmers' Reference

Home

Isis::CnetViz::AbstractTableModel::LessThanFunctorData Class Reference

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

Inheritance diagram for Isis::CnetViz::AbstractTableModel::LessThanFunctorData:
Inheritance graph
Collaboration diagram for Isis::CnetViz::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 185 of file AbstractTableModel.h.


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