NCBI C++ ToolKit
|
Search Toolkit Book for CDDRefDialog
#include "cdd_ref_dialog.hpp"
(Private to src/app/cn3d
.)
Public Member Functions | |
CDDRefDialog (StructureSet *structureSet, CDDRefDialog **handle, wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition) | |
~CDDRefDialog (void) | |
Private Member Functions | |
void | ResetListBox (void) |
void | OnCloseWindow (wxCloseEvent &event) |
void | OnButton (wxCommandEvent &event) |
Private Attributes | |
StructureSet * | sSet |
CDDRefDialog ** | dialogHandle |
ncbi::objects::CCdd_descr_set * | descrSet |
int | selectItem |
Definition at line 53 of file cdd_ref_dialog.hpp.
CDDRefDialog::CDDRefDialog | ( | StructureSet * | structureSet, |
CDDRefDialog ** | handle, | ||
wxWindow * | parent, | ||
wxWindowID | id, | ||
const wxString & | title, | ||
const wxPoint & | pos = wxDefaultPosition |
||
) |
Definition at line 96 of file cdd_ref_dialog.cpp.
References DECLARE_AND_FIND_WINDOW_RETURN_ON_ERR, ERRORMSG, ID_B_ADD, ID_B_DELETE, ID_B_DOWN, ID_B_EDIT, ID_B_UP, REG_ADVANCED_SECTION, REG_CDD_ANNOT_READONLY, RegistryGetBoolean(), and SetupReferencesDialog().
CDDRefDialog::~CDDRefDialog | ( | void | ) |
Definition at line 131 of file cdd_ref_dialog.cpp.
References dialogHandle, NULL, and TRACEMSG.
|
private |
Definition at line 144 of file cdd_ref_dialog.cpp.
References DECLARE_AND_FIND_WINDOW_RETURN_ON_ERR, descrSet, StructureSet::eCDDData, ERRORMSG, CCdd_descr_set_Base::Get(), CAliasBase< TPrim >::Get(), CPub_Base::GetPmid(), CCdd_descr_Base::GetReference(), i, ID_B_ADD, ID_B_DELETE, ID_B_DONE, ID_B_DOWN, ID_B_EDIT, ID_B_LAUNCH, ID_B_UP, ID_L_REFS, init(), LaunchWebPage(), n, NULL, NStr::NumericToString(), ResetListBox(), selectItem, CCdd_descr_set_Base::Set(), CAliasBase< TPrim >::Set(), StructureSet::SetDataChanged(), CPub_Base::SetPmid(), CCdd_descr_Base::SetReference(), ncbi::grid::netcache::search::fields::size, sSet, and tmp.
|
private |
Definition at line 139 of file cdd_ref_dialog.cpp.
|
private |
Definition at line 259 of file cdd_ref_dialog.cpp.
References DECLARE_AND_FIND_WINDOW_RETURN_ON_ERR, descrSet, ID_L_REFS, and selectItem.
Referenced by OnButton().
|
private |
Definition at line 64 of file cdd_ref_dialog.hpp.
Referenced by OnButton(), and ResetListBox().
|
private |
Definition at line 63 of file cdd_ref_dialog.hpp.
Referenced by ~CDDRefDialog().
|
private |
Definition at line 65 of file cdd_ref_dialog.hpp.
Referenced by OnButton(), and ResetListBox().
|
private |
Definition at line 62 of file cdd_ref_dialog.hpp.
Referenced by OnButton().