NCBI C++ ToolKit
|
Search Toolkit Book for CMatchesListCtrl::CUVHitLoc
#include <gui/widgets/edit/vectortrimpanel.hpp>
Public Types | |
enum | EHitLoc { eInternal , e5Prime , e3Prime , eUnknown } |
Public Member Functions | |
CUVHitLoc (bool selected, EHitLoc location, const SVecscreenResult &vecres, const CSeq_id *seqid, const vector< SRangeMatch > &matches) | |
Public Attributes | |
bool | m_Selected |
EHitLoc | m_HitLocation |
string | m_FastaSeqid |
const CSeq_id * | m_Seqid |
TSeqPos | m_SeqLen |
vector< SRangeMatch > | m_matches |
Definition at line 340 of file vectortrimpanel.hpp.
Enumerator | |
---|---|
eInternal | |
e5Prime | |
e3Prime | |
eUnknown |
Definition at line 344 of file vectortrimpanel.hpp.
|
inline |
Definition at line 352 of file vectortrimpanel.hpp.
string CMatchesListCtrl::CUVHitLoc::m_FastaSeqid |
Definition at line 376 of file vectortrimpanel.hpp.
Referenced by CMatchesListCtrl::CUVHitCmp::x_Compare(), CMatchesListCtrl::x_ConvertSelectedToBySeqid(), and CMatchesListCtrl::x_GetSeqid().
EHitLoc CMatchesListCtrl::CUVHitLoc::m_HitLocation |
Definition at line 373 of file vectortrimpanel.hpp.
Referenced by CMatchesListCtrl::UnselectInternal(), CMatchesListCtrl::CUVHitCmp::x_Compare(), and CMatchesListCtrl::x_GetHitLocation().
vector<SRangeMatch> CMatchesListCtrl::CUVHitLoc::m_matches |
Definition at line 382 of file vectortrimpanel.hpp.
Referenced by CMatchesListCtrl::SelectStrongModerate(), CMatchesListCtrl::CUVHitCmp::x_Compare(), CMatchesListCtrl::x_ConvertSelectedToBySeqid(), CMatchesListCtrl::x_GetHitLocation(), and CMatchesListCtrl::x_GetMatchType().
bool CMatchesListCtrl::CUVHitLoc::m_Selected |
Definition at line 370 of file vectortrimpanel.hpp.
Referenced by CMatchesListCtrl::SelectAll(), CMatchesListCtrl::SelectStrongModerate(), CMatchesListCtrl::UnselectAll(), CMatchesListCtrl::UnselectInternal(), CMatchesListCtrl::CUVHitCmp::x_Compare(), CMatchesListCtrl::x_ConvertSelectedToBySeqid(), and CMatchesListCtrl::x_GetSelected().
Definition at line 377 of file vectortrimpanel.hpp.
Referenced by CMatchesListCtrl::x_ConvertSelectedToBySeqid().
TSeqPos CMatchesListCtrl::CUVHitLoc::m_SeqLen |
Definition at line 378 of file vectortrimpanel.hpp.
Referenced by CMatchesListCtrl::x_ConvertSelectedToBySeqid(), and CMatchesListCtrl::x_GetHitLocation().