NCBI C++ ToolKit
|
Search Toolkit Book for CSeqTextPane::CSeqTextSearch
#include <gui/widgets/seq_text/seq_text_pane.hpp>
Public Member Functions | |
CSeqTextSearch () | |
const CSeqTextDefs::TSeqPosVector & | GetFoundList () const |
void | Reset () |
Public Attributes | |
CSeqTextDefs::TSeqPosVector | m_FoundList |
TSeqPos | m_CurrFindPos |
string | m_LastSearch |
Definition at line 242 of file seq_text_pane.hpp.
|
inline |
Definition at line 245 of file seq_text_pane.hpp.
References m_FoundList.
|
inline |
Definition at line 248 of file seq_text_pane.hpp.
References m_FoundList.
Referenced by CSeqTextPane::x_RenderFoundLocations().
|
inline |
Definition at line 249 of file seq_text_pane.hpp.
References m_CurrFindPos, m_FoundList, and m_LastSearch.
Referenced by CSeqTextPane::ResetTextSearchData().
TSeqPos CSeqTextPane::CSeqTextSearch::m_CurrFindPos |
Definition at line 256 of file seq_text_pane.hpp.
Referenced by Reset(), and s_SearchInSeqText().
CSeqTextDefs::TSeqPosVector CSeqTextPane::CSeqTextSearch::m_FoundList |
Definition at line 255 of file seq_text_pane.hpp.
Referenced by CSeqTextSearch(), GetFoundList(), Reset(), and s_SearchInSeqText().
string CSeqTextPane::CSeqTextSearch::m_LastSearch |
Definition at line 258 of file seq_text_pane.hpp.
Referenced by Reset(), s_SearchInSeqText(), and CSeqTextPane::x_RenderFoundLocations().