NCBI C++ ToolKit
|
Search Toolkit Book for CPseudoPanel
#include <gui/packages/pkg_sequence_edit/bulk_edit_feat_dlg_std.hpp>
Public Member Functions | |
CPseudoPanel () | |
CPseudoPanel (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) |
~CPseudoPanel () | |
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 () |
Private Attributes | |
wxChoice * | m_PseudogeneChoice |
Definition at line 270 of file bulk_edit_feat_dlg_std.hpp.
CPseudoPanel::CPseudoPanel | ( | ) |
CPseudoPanel event table definition
CPseudoPanel constructors
Definition at line 1238 of file bulk_edit_feat_dlg_std.cpp.
References Init().
CPseudoPanel::CPseudoPanel | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
long | style = wxTAB_TRAVERSAL |
||
) |
Definition at line 1243 of file bulk_edit_feat_dlg_std.cpp.
References Create(), Init(), and ncbi::grid::netcache::search::fields::size.
CPseudoPanel::~CPseudoPanel | ( | ) |
CPseudoPanel destructor
Definition at line 1274 of file bulk_edit_feat_dlg_std.cpp.
|
virtual |
Reimplemented from CBulkFeatEditCmdPanel.
Definition at line 1356 of file bulk_edit_feat_dlg_std.cpp.
References CSerialObject::Assign(), cmd, NStr::EqualNocase(), f(), CScope::GetSeq_featHandle(), NStr::IsBlank(), CSeq_feat_Base::IsSetQual(), ITERATE, kPseudogene, m_PseudogeneChoice, CSeq_feat_Base::ResetPseudo(), CSeq_feat_Base::ResetQual(), CSeq_feat_Base::SetPseudo(), CSeq_feat_Base::SetQual(), NStr::ToLower(), and ToStdString().
bool CPseudoPanel::Create | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
long | style = wxTAB_TRAVERSAL |
||
) |
CPseudoPanel creator
Definition at line 1254 of file bulk_edit_feat_dlg_std.cpp.
References CreateControls(), and ncbi::grid::netcache::search::fields::size.
Referenced by CPseudoPanel().
void CPseudoPanel::CreateControls | ( | ) |
Control creation for CPseudoPanel
Definition at line 1296 of file bulk_edit_feat_dlg_std.cpp.
References _, m_PseudogeneChoice, and wxID_ANY.
Referenced by Create().
wxBitmap CPseudoPanel::GetBitmapResource | ( | const wxString & | name | ) |
Get bitmap resources
Definition at line 1332 of file bulk_edit_feat_dlg_std.cpp.
wxIcon CPseudoPanel::GetIconResource | ( | const wxString & | name | ) |
Get icon resources
Definition at line 1345 of file bulk_edit_feat_dlg_std.cpp.
void CPseudoPanel::Init | ( | void | ) |
Member initialisation
Definition at line 1285 of file bulk_edit_feat_dlg_std.cpp.
Referenced by CPseudoPanel().
|
static |
Should we show tooltips?
Definition at line 1323 of file bulk_edit_feat_dlg_std.cpp.
|
private |
Definition at line 287 of file bulk_edit_feat_dlg_std.hpp.
Referenced by AddCommand(), and CreateControls().