NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <objects/seq/Pubdesc.hpp>
#include <objects/pub/Pub_set.hpp>
#include <objects/pub/Pub_equiv.hpp>
#include <objects/biblio/Cit_gen.hpp>
#include <objects/biblio/PubMedId.hpp>
#include <objects/biblio/MedlineUID.hpp>
#include <objmgr/seqdesc_ci.hpp>
#include <objmgr/feat_ci.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <gui/widgets/edit/utilities.hpp>
#include <gui/objutils/utils.hpp>
#include "citations_panel.hpp"
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
static bool | s_DoPubsMatch (const CCit_gen &a, const CCit_gen &b) |
bool | s_DoPubsMatch (const CPub &a, const CPub &b) |
Definition at line 291 of file citations_panel.cpp.
References a, b, and NStr::StartsWith().
Referenced by s_DoPubsMatch(), and CCitationsPanel::TransferDataToWindow().
Definition at line 308 of file citations_panel.cpp.
References a, b, and s_DoPubsMatch().
USING_SCOPE | ( | objects | ) |