Isis 3 Programmer Reference
Isis::AbstractTableModel::SortingCanceledException Class Reference

Thread-safe exception for cancelling sorting. More...

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

Public Member Functions

void raise () const
 
QExceptionclone () const
 

Detailed Description

Thread-safe exception for cancelling sorting.

This class is used to cancel sorting when it is done in another thread. It can be thrown from the thread doing the sorting in order to abort the sorting. It is thread-safe.

Author
2011-??-?? Eric Hyer

Definition at line 223 of file AbstractTableModel.h.

Member Function Documentation

◆ clone()

QException * Isis::AbstractTableModel::SortingCanceledException::clone ( ) const
inline

Definition at line 226 of file AbstractTableModel.h.

◆ raise()

void Isis::AbstractTableModel::SortingCanceledException::raise ( ) const
inline

Definition at line 225 of file AbstractTableModel.h.


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