NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <objects/seq/Pubdesc.hpp>
#include <objects/biblio/Cit_gen.hpp>
#include <objects/biblio/Cit_art.hpp>
#include <objects/biblio/Cit_book.hpp>
#include <objects/biblio/Cit_pat.hpp>
#include <objects/biblio/Cit_let.hpp>
#include <objects/biblio/Imprint.hpp>
#include <objects/pub/Pub.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <gui/widgets/edit/utilities.hpp>
#include <gui/widgets/edit/import_export_access.hpp>
#include <gui/widgets/edit/unpublished_panel.hpp>
#include "wx/notebook.h"
#include <wx/radiobox.h>
#include <wx/checkbox.h>
#include <wx/panel.h>
#include <wx/frame.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CPublicationTypePanel |
Macros | |
#define | ID_PUBLICATIONTYPE 10018 |
#define | ID_UNPUB_INPRESS_PUB 10019 |
#define | ID_PUBCLASS 10020 |
#define | ID_TREEBOOK 10017 |
#define | ID_DOI_LOOKUP 10021 |
#define | ID_DOI_PMID 10022 |
#define | SYMBOL_CPUBLICATIONTYPEPANEL_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
#define | SYMBOL_CPUBLICATIONTYPEPANEL_TITLE _("PublicationType") |
#define | SYMBOL_CPUBLICATIONTYPEPANEL_IDNAME ID_PUBLICATIONTYPE |
#define | SYMBOL_CPUBLICATIONTYPEPANEL_SIZE wxSize(400, 400) |
#define | SYMBOL_CPUBLICATIONTYPEPANEL_POSITION wxDefaultPosition |
#define ID_DOI_LOOKUP 10021 |
Definition at line 88 of file publicationtype_panel.hpp.
#define ID_DOI_PMID 10022 |
Definition at line 89 of file publicationtype_panel.hpp.
#define ID_PUBCLASS 10020 |
Definition at line 86 of file publicationtype_panel.hpp.
#define ID_PUBLICATIONTYPE 10018 |
Control identifiers
Definition at line 84 of file publicationtype_panel.hpp.
#define ID_TREEBOOK 10017 |
Definition at line 87 of file publicationtype_panel.hpp.
#define ID_UNPUB_INPRESS_PUB 10019 |
Definition at line 85 of file publicationtype_panel.hpp.
#define SYMBOL_CPUBLICATIONTYPEPANEL_IDNAME ID_PUBLICATIONTYPE |
Definition at line 93 of file publicationtype_panel.hpp.
#define SYMBOL_CPUBLICATIONTYPEPANEL_POSITION wxDefaultPosition |
Definition at line 95 of file publicationtype_panel.hpp.
#define SYMBOL_CPUBLICATIONTYPEPANEL_SIZE wxSize(400, 400) |
Definition at line 94 of file publicationtype_panel.hpp.
#define SYMBOL_CPUBLICATIONTYPEPANEL_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
Definition at line 91 of file publicationtype_panel.hpp.
#define SYMBOL_CPUBLICATIONTYPEPANEL_TITLE _("PublicationType") |
Definition at line 92 of file publicationtype_panel.hpp.