|
NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>#include <objects/biblio/Author.hpp>#include <objects/biblio/Auth_list.hpp>#include <objects/general/Person_id.hpp>#include <objects/general/Name_std.hpp>#include <util/line_reader.hpp>#include <gui/widgets/wx/file_extensions.hpp>#include <gui/widgets/wx/message_box.hpp>#include <gui/widgets/wx/wx_utils.hpp>#include <gui/objutils/macro_fn_pubfields.hpp>#include <gui/widgets/edit/singleauthor_panel.hpp>#include <gui/widgets/edit/author_names_container.hpp>#include <wx/scrolwin.h>#include <wx/filedlg.h>
Include dependency graph for author_names_container.cpp:Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
| USING_SCOPE (objects) | |
| static void | s_GetAuthorNames (const string &line, CAuth_list &author_list) |
|
static |
Definition at line 136 of file author_names_container.cpp.
References NStr::EndsWith(), NStr::fSplit_Tokenize, CName_std_Base::GetFirst(), NStr::IsBlank(), CName_std_Base::SetFirst(), CName_std_Base::SetInitials(), CName_std_Base::SetLast(), CAuthor_Base::SetName(), CAuth_list_Base::SetNames(), and NStr::Split().
Referenced by CAuthorNamesContainer::ImportAuthorsFromFile().
| USING_SCOPE | ( | objects | ) |