NCBI C++ ToolKit
|
Search Toolkit Book for CRevIntPanel
#include <gui/packages/pkg_sequence_edit/bulk_edit_feat_dlg_std.hpp>
Public Member Functions | |
CRevIntPanel () | |
CRevIntPanel (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) |
~CRevIntPanel () | |
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) |
Public Member Functions inherited from CBulkFeatEditCmdPanel | |
virtual | ~CBulkFeatEditCmdPanel () |
Static Public Member Functions | |
static bool | ShowToolTips () |
Definition at line 234 of file bulk_edit_feat_dlg_std.hpp.
CRevIntPanel::CRevIntPanel | ( | ) |
CRevIntPanel event table definition
CRevIntPanel constructors
Definition at line 934 of file bulk_edit_feat_dlg_std.cpp.
References Init().
CRevIntPanel::CRevIntPanel | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
long | style = wxTAB_TRAVERSAL |
||
) |
Definition at line 939 of file bulk_edit_feat_dlg_std.cpp.
References Create(), Init(), and ncbi::grid::netcache::search::fields::size.
CRevIntPanel::~CRevIntPanel | ( | ) |
CRevIntPanel destructor
Definition at line 970 of file bulk_edit_feat_dlg_std.cpp.
|
virtual |
Reimplemented from CBulkFeatEditCmdPanel.
Definition at line 1042 of file bulk_edit_feat_dlg_std.cpp.
References cmd, f, CSeq_loc::FlipStrand(), CSeq_feat_Base::GetLocation(), GetNewObject(), CRef< C, Locker >::GetPointer(), GetReplacementCommand(), ITERATE, SeqLocRevCmpl(), and CSeq_feat_Base::SetLocation().
bool CRevIntPanel::Create | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
long | style = wxTAB_TRAVERSAL |
||
) |
CRevIntPanel creator
Definition at line 950 of file bulk_edit_feat_dlg_std.cpp.
References CreateControls(), and ncbi::grid::netcache::search::fields::size.
Referenced by CRevIntPanel().
void CRevIntPanel::CreateControls | ( | ) |
Control creation for CRevIntPanel
Definition at line 992 of file bulk_edit_feat_dlg_std.cpp.
References _.
Referenced by Create().
wxBitmap CRevIntPanel::GetBitmapResource | ( | const wxString & | name | ) |
Get bitmap resources
Definition at line 1020 of file bulk_edit_feat_dlg_std.cpp.
wxIcon CRevIntPanel::GetIconResource | ( | const wxString & | name | ) |
Get icon resources
Definition at line 1033 of file bulk_edit_feat_dlg_std.cpp.
void CRevIntPanel::Init | ( | void | ) |
Member initialisation
Definition at line 981 of file bulk_edit_feat_dlg_std.cpp.
Referenced by CRevIntPanel().
|
static |
Should we show tooltips?
Definition at line 1011 of file bulk_edit_feat_dlg_std.cpp.