NCBI C++ ToolKit
|
Search Toolkit Book for CRNANameCompleter
#include <gui/widgets/wx/rna_name_completer.hpp>
Public Types | |
typedef set< string, PNocase > | TContainer |
Public Member Functions | |
CRNANameCompleter () | |
virtual | ~CRNANameCompleter () |
virtual bool | Start (const wxString &prefix) |
virtual wxString | GetNext () |
Static Private Member Functions | |
static bool | x_Init () |
Private Attributes | |
string | m_Prefix |
TContainer::const_iterator | m_CurPos |
Definition at line 49 of file rna_name_completer.hpp.
typedef set<string, PNocase> CRNANameCompleter::TContainer |
Definition at line 52 of file rna_name_completer.hpp.
CRNANameCompleter::CRNANameCompleter | ( | ) |
Definition at line 39 of file rna_name_completer.cpp.
References set< Key, Compare >::end(), m_CurPos, s_RNANames, and x_Init().
|
virtual |
Definition at line 45 of file rna_name_completer.cpp.
|
virtual |
Definition at line 84 of file rna_name_completer.cpp.
References AStrEquiv(), set< Key, Compare >::end(), m_CurPos, m_Prefix, s_RNANames, and ToWxString().
Definition at line 68 of file rna_name_completer.cpp.
References set< Key, Compare >::begin(), set< Key, Compare >::empty(), set< Key, Compare >::end(), set< Key, Compare >::lower_bound(), m_CurPos, m_Prefix, s_RNANames, and ToStdString().
|
staticprivate |
Definition at line 49 of file rna_name_completer.cpp.
References set< Key, Compare >::empty(), set< Key, Compare >::insert(), and s_RNANames.
Referenced by CRNANameCompleter().
|
private |
Definition at line 68 of file rna_name_completer.hpp.
Referenced by CRNANameCompleter(), GetNext(), and Start().
|
private |
Definition at line 67 of file rna_name_completer.hpp.