NCBI C++ ToolKit
|
Search Toolkit Book for CMatchesListCtrl::CUVHitCmp
#include <gui/widgets/edit/vectortrimpanel.hpp>
Public Member Functions | |
CUVHitCmp (ESortOption eSortOption, bool bAscending) | |
bool | operator() (const CUVHitLoc &x, const CUVHitLoc &y) const |
Protected Member Functions | |
int | x_Compare (const CUVHitLoc &x, const CUVHitLoc &y) const |
int | x_CompareMatches (const vector< SRangeMatch > &x, const vector< SRangeMatch > &y) const |
void | x_FindStrongestMatchType (const vector< SRangeMatch > &matches, SRangeMatch::EMatchType &matchtype) const |
Private Attributes | |
ESortOption | m_SortOption |
bool | m_SortAscending |
Definition at line 386 of file vectortrimpanel.hpp.
|
inline |
Definition at line 389 of file vectortrimpanel.hpp.
Definition at line 2445 of file vectortrimpanel.cpp.
References m_SortAscending, and x_Compare().
|
protected |
Definition at line 2499 of file vectortrimpanel.cpp.
References CMatchesListCtrl::eSortAccession, CMatchesListCtrl::eSortInternal5Prime3Prime, CMatchesListCtrl::eSortMarked, CMatchesListCtrl::eSortStrength, CMatchesListCtrl::CUVHitLoc::m_FastaSeqid, CMatchesListCtrl::CUVHitLoc::m_HitLocation, CMatchesListCtrl::CUVHitLoc::m_matches, CMatchesListCtrl::CUVHitLoc::m_Selected, and CMatchesListCtrl::m_SortOption.
Referenced by operator()().
|
protected |
Definition at line 2486 of file vectortrimpanel.cpp.
References SRangeMatch::eUnknown.
|
protected |
Definition at line 2453 of file vectortrimpanel.cpp.
References SRangeMatch::eModerate, SRangeMatch::eStrong, SRangeMatch::eSuspect, SRangeMatch::eUnknown, SRangeMatch::eWeak, and NStr::ToLower().
|
private |
Definition at line 404 of file vectortrimpanel.hpp.
Referenced by operator()().
|
private |
Definition at line 403 of file vectortrimpanel.hpp.