An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis 3 Programmer Reference
|
Public Member Functions | |
LessThanFunctor (TableColumn const *someColumn) | |
LessThanFunctor (LessThanFunctor const &) | |
int | getCompareCount () const |
void | interrupt () |
bool | interrupted () |
void | reset () |
bool | operator() (AbstractTreeItem *const &, AbstractTreeItem *const &) |
LessThanFunctor & | operator= (LessThanFunctor const &) |
Private Attributes | |
TableColumn const * | m_column |
QExplicitlySharedDataPointer< LessThanFunctorData > | m_sharedData |
Definition at line 163 of file AbstractTableModel.h.
Isis::AbstractTableModel::LessThanFunctor::LessThanFunctor | ( | TableColumn const * | someColumn | ) |
Definition at line 451 of file AbstractTableModel.cpp.
Isis::AbstractTableModel::LessThanFunctor::LessThanFunctor | ( | LessThanFunctor const & | other | ) |
Definition at line 457 of file AbstractTableModel.cpp.
Isis::AbstractTableModel::LessThanFunctor::~LessThanFunctor | ( | ) |
Definition at line 463 of file AbstractTableModel.cpp.
int Isis::AbstractTableModel::LessThanFunctor::getCompareCount | ( | ) | const |
Definition at line 468 of file AbstractTableModel.cpp.
void Isis::AbstractTableModel::LessThanFunctor::interrupt | ( | ) |
Definition at line 473 of file AbstractTableModel.cpp.
bool Isis::AbstractTableModel::LessThanFunctor::interrupted | ( | ) |
Definition at line 478 of file AbstractTableModel.cpp.
bool Isis::AbstractTableModel::LessThanFunctor::operator() | ( | AbstractTreeItem *const & | left, |
AbstractTreeItem *const & | right ) |
Definition at line 488 of file AbstractTableModel.cpp.
AbstractTableModel::LessThanFunctor & Isis::AbstractTableModel::LessThanFunctor::operator= | ( | LessThanFunctor const & | other | ) |
Definition at line 529 of file AbstractTableModel.cpp.
void Isis::AbstractTableModel::LessThanFunctor::reset | ( | ) |
Definition at line 483 of file AbstractTableModel.cpp.
|
private |
Definition at line 180 of file AbstractTableModel.h.
|
private |
Definition at line 181 of file AbstractTableModel.h.