NCBI C++ ToolKit
|
Search Toolkit Book for CResyncPanel
#include <gui/packages/pkg_sequence_edit/bulk_edit_feat_dlg_std.hpp>
Public Member Functions | |
CResyncPanel () | |
CResyncPanel (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL) | |
bool | Create (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL) |
~CResyncPanel () | |
void | Init () |
void | CreateControls () |
wxBitmap | GetBitmapResource (const wxString &name) |
wxIcon | GetIconResource (const wxString &name) |
virtual bool | AddCommand (vector< CConstRef< CObject > > &objs, CRef< CCmdComposite > cmd, CScope &scope) |
![]() | |
virtual | ~CBulkFeatEditCmdPanel () |
Static Public Member Functions | |
static bool | ShowToolTips () |
Definition at line 252 of file bulk_edit_feat_dlg_std.hpp.
CResyncPanel::CResyncPanel | ( | ) |
CResyncPanel event table definition
CResyncPanel constructors
Definition at line 1086 of file bulk_edit_feat_dlg_std.cpp.
References Init().
CResyncPanel::CResyncPanel | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
long | style = wxTAB_TRAVERSAL |
||
) |
Definition at line 1091 of file bulk_edit_feat_dlg_std.cpp.
References Create(), Init(), and ncbi::grid::netcache::search::fields::size.
CResyncPanel::~CResyncPanel | ( | ) |
CResyncPanel destructor
Definition at line 1122 of file bulk_edit_feat_dlg_std.cpp.
|
virtual |
Reimplemented from CBulkFeatEditCmdPanel.
Definition at line 1194 of file bulk_edit_feat_dlg_std.cpp.
References AdjustFeaturePartialFlagForLocation(), CSerialObject::Assign(), cmd, f(), CScope::GetSeq_featHandle(), GetSynchronizeProteinPartialsCommand(), and ITERATE.
bool CResyncPanel::Create | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
long | style = wxTAB_TRAVERSAL |
||
) |
CResyncPanel creator
Definition at line 1102 of file bulk_edit_feat_dlg_std.cpp.
References CreateControls(), and ncbi::grid::netcache::search::fields::size.
Referenced by CResyncPanel().
void CResyncPanel::CreateControls | ( | ) |
Control creation for CResyncPanel
Definition at line 1144 of file bulk_edit_feat_dlg_std.cpp.
References _.
Referenced by Create().
wxBitmap CResyncPanel::GetBitmapResource | ( | const wxString & | name | ) |
Get bitmap resources
Definition at line 1172 of file bulk_edit_feat_dlg_std.cpp.
wxIcon CResyncPanel::GetIconResource | ( | const wxString & | name | ) |
Get icon resources
Definition at line 1185 of file bulk_edit_feat_dlg_std.cpp.
void CResyncPanel::Init | ( | void | ) |
Member initialisation
Definition at line 1133 of file bulk_edit_feat_dlg_std.cpp.
Referenced by CResyncPanel().
|
static |
Should we show tooltips?
Definition at line 1163 of file bulk_edit_feat_dlg_std.cpp.