NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/objutils/doi_lookup.hpp>
#include <gui/widgets/edit/non_ascii_replacement_dlg.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
static wxString | GetContext (const wxString &str, int pos) |
static void | TestWindowForNonAsciiText (wxWindow *win, map< TUnicodeSymbol, string > &nonAsciiChars, map< TUnicodeSymbol, set< wxString > > &nonAsciiContext) |
static void | FixWindowForNonAsciiText (wxWindow *win, map< TUnicodeSymbol, string > &nonAsciiChars) |
void | TestForNonAsciiText (wxWindow *win) |
|
static |
Definition at line 85 of file non_ascii_replacement_dlg.cpp.
Referenced by TestForNonAsciiText().
Definition at line 42 of file non_ascii_replacement_dlg.cpp.
References str().
Referenced by CValidError_imp::AddBioseqWithNoPub(), CValidError_imp::ReportMissingPubs(), and TestWindowForNonAsciiText().
void TestForNonAsciiText | ( | wxWindow * | win | ) |
Definition at line 123 of file non_ascii_replacement_dlg.cpp.
References map_checker< Container >::empty(), FixWindowForNonAsciiText(), CNonAsciiCharacterReplacement::GetReplacementMap(), NULL, and TestWindowForNonAsciiText().
Referenced by CEditObjectSeq_desc::GetEditCommand(), and CEditObjectSeq_feat::GetEditCommand().
|
static |
Definition at line 54 of file non_ascii_replacement_dlg.cpp.
References GetContext(), CDoiLookup::GetSpecialCharacterReplacement(), i, and str().
Referenced by TestForNonAsciiText().