NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/utils/command_processor.hpp>
#include <gui/widgets/edit/edit_object.hpp>
#include <objects/biblio/Author.hpp>
#include <objects/general/Person_id.hpp>
#include <objects/general/Name_std.hpp>
#include <gui/objutils/macro_fn_pubfields.hpp>
#include <gui/widgets/edit/serial_member_primitive_validators.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <gui/widgets/edit/singleauthor_panel.hpp>
#include <gui/widgets/edit/author_names_container.hpp>
#include <wx/sizer.h>
#include <wx/bitmap.h>
#include <wx/icon.h>
#include <wx/choice.h>
#include <wx/textctrl.h>
#include <wx/stattext.h>
#include <wx/valtext.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
CAuthorNamesContainer * | s_FindListPanel (wxWindow *parent) |
Variables | |
static const char * | arrows_xpm [] |
CAuthorNamesContainer* s_FindListPanel | ( | wxWindow * | parent | ) |
Definition at line 350 of file singleauthor_panel.cpp.
Referenced by CSingleAuthorPanel::OnFirstNameKillFocus(), and CSingleAuthorPanel::OnMoveAuthorUpdated().
USING_SCOPE | ( | objects | ) |
|
static |
Definition at line 56 of file singleauthor_panel.cpp.
Referenced by CSingleAuthorPanel::CreateControls().