GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
find_file_less_than Class Reference
Collaboration diagram for find_file_less_than:
Collaboration graph
[legend]

Public Member Functions

 find_file_less_than (int ord)
 
QVariant getValue (const QFileInfo &f) const
 
bool lessThan (const QVariant &left, const QVariant &right) const
 
bool operator() (const QFileInfo &left, const QFileInfo &right) const
 

Private Attributes

int _sortorder
 

Detailed Description

Definition at line 32 of file find-files-model.cc.

Constructor & Destructor Documentation

find_file_less_than::find_file_less_than ( int  ord)
inline

Definition at line 35 of file find-files-model.cc.

References _sortorder.

Member Function Documentation

QVariant find_file_less_than::getValue ( const QFileInfo &  f) const
inline

Definition at line 39 of file find-files-model.cc.

References _sortorder, and val.

Referenced by operator()().

bool find_file_less_than::lessThan ( const QVariant &  left,
const QVariant &  right 
) const
inline

Definition at line 59 of file find-files-model.cc.

Referenced by operator()().

bool find_file_less_than::operator() ( const QFileInfo &  left,
const QFileInfo &  right 
) const
inline

Definition at line 64 of file find-files-model.cc.

References _sortorder, getValue(), and lessThan().

Member Data Documentation

int find_file_less_than::_sortorder
private

Definition at line 76 of file find-files-model.cc.

Referenced by find_file_less_than(), getValue(), and operator()().


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