Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

VIEW::DockResultDialog::Compare_ Class Reference

Nested class in DockResultDialog. More...

#include <dockResultDialog.h>

List of all members.

Public Member Functions

 Compare_ () throw ()
 Default constructor.
 Compare_ (Position index) throw ()
 Constructor.
 ~Compare_ () throw ()
 Destructor.
bool operator() (const vector< float > &a, const vector< float > &b) const throw ()
 Operator ().

Public Attributes

Position index_
 Index of the entry by which the two vectors in operator() are compared.


Detailed Description

Nested class in DockResultDialog.

This class is needed for the sorting of the table. The rows of the table should be sorted by a certain column.


Member Data Documentation

Position VIEW::DockResultDialog::Compare_::index_
 

Index of the entry by which the two vectors in operator() are compared.