NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <objects/pub/Pub.hpp>
#include <objects/pub/Pub_equiv.hpp>
#include <objects/biblio/Auth_list.hpp>
#include <objects/biblio/Author.hpp>
#include <objects/biblio/Cit_art.hpp>
#include <objects/biblio/Cit_jour.hpp>
#include <objects/biblio/Imprint.hpp>
#include <objects/biblio/Title.hpp>
#include <objects/general/Date_std.hpp>
#include <objects/general/Name_std.hpp>
#include <objects/general/Person_id.hpp>
#include <objtools/edit/remote_updater.hpp>
#include <objtools/edit/eutils_updater.hpp>
#include <gui/objutils/gui_eutils_client.hpp>
#include <misc/xmlwrapp/document.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <gui/widgets/edit/utilities.hpp>
#include <gui/widgets/edit/relaxed_lookup_dlg.hpp>
#include <gui/utils/app_popup.hpp>
#include <wx/radiobut.h>
#include <wx/stattext.h>
#include <wx/statbox.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
string | s_GetStringFromAuthor (const CAuthor &auth) |
void | s_AddToTerms (string &terms, const string &key, const string &val) |
Definition at line 512 of file relaxed_lookup_dlg.cpp.
References NStr::IsBlank(), ncbi::grid::netcache::search::fields::key, and val.
Referenced by CRelaxedLookupDlg::x_GetSearchTerms().
Definition at line 423 of file relaxed_lookup_dlg.cpp.
References CName_std_Base::GetLast(), CAuthor_Base::GetName(), CPerson_id_Base::GetName(), CPerson_id_Base::IsName(), CName_std_Base::IsSetLast(), CAuthor_Base::IsSetName(), and val.
Referenced by CRelaxedLookupDlg::SetPubdesc().
USING_SCOPE | ( | objects | ) |