NCBI C++ ToolKit
|
Search Toolkit Book for CConvertSubpanel
#include <gui/packages/pkg_sequence_edit/apply_edit_convert_panel.hpp>
Public Member Functions | |
CConvertSubpanel () | |
Constructors. More... | |
CConvertSubpanel (wxWindow *parent, wxGrid *grid, wxArrayString &choices, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL) | |
virtual void | CreateControls () |
Creates the controls and sizers. More... | |
virtual void | SetColumns (wxArrayString &columns) |
virtual void | ApplyToAll (int col) |
virtual void | ApplyToSelected (int col, const std::set< int > &selected) |
Public Member Functions inherited from CSubpanel | |
CSubpanel () | |
CSubpanel (wxWindow *parent, wxGrid *grid, wxArrayString &choices, wxWindowID id, const wxPoint &pos, const wxSize &size, long style) | |
bool | Create (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL) |
virtual | ~CSubpanel () |
bool | ShowToolTips () |
wxBitmap | GetBitmapResource (const wxString &name) |
wxIcon | GetIconResource (const wxString &name) |
objects::edit::EExistingText | GetExistingTextHandling (const string &field) |
virtual void | Init () |
void | ChangeValue (const string &new_value, int row, int col) |
CApplyEditconvertPanel * | GetBaseFrame () |
wxListBox * | GetListBox () |
int | GetColumn2 () |
Private Attributes | |
wxCheckBox * | m_CheckBox |
Additional Inherited Members | |
Protected Attributes inherited from CSubpanel | |
wxGrid * | m_Grid |
wxListBox * | m_ListBox |
wxListBox * | m_ListBox2 |
wxArrayString * | m_Choices |
CConvertSubpanel class declaration
Definition at line 376 of file apply_edit_convert_panel.hpp.
|
inline |
Constructors.
Definition at line 383 of file apply_edit_convert_panel.hpp.
References CSubpanel::Init().
|
inline |
Definition at line 384 of file apply_edit_convert_panel.hpp.
References CSubpanel::Create(), CSubpanel::Init(), CSubpanel::m_Choices, CSubpanel::m_Grid, and ncbi::grid::netcache::search::fields::size.
|
virtual |
Reimplemented from CSubpanel.
Definition at line 1053 of file apply_edit_convert_panel.cpp.
References AddValueToString(), CSubpanel::ChangeValue(), col2, eExistingText_cancel, eExistingText_replace_old, first(), CSubpanel::GetColumn2(), CSubpanel::GetExistingTextHandling(), i, kEmptyStr, m_CheckBox, CSubpanel::m_Grid, and rapidjson::value.
Reimplemented from CSubpanel.
Definition at line 1084 of file apply_edit_convert_panel.cpp.
References AddValueToString(), CSubpanel::ChangeValue(), col2, eExistingText_cancel, eExistingText_replace_old, first(), CSubpanel::GetColumn2(), CSubpanel::GetExistingTextHandling(), i, kEmptyStr, m_CheckBox, CSubpanel::m_Grid, and rapidjson::value.
|
virtual |
Creates the controls and sizers.
Reimplemented from CSubpanel.
Definition at line 1030 of file apply_edit_convert_panel.cpp.
|
inlinevirtual |
Reimplemented from CSubpanel.
Definition at line 393 of file apply_edit_convert_panel.hpp.
References columns, CSubpanel::m_ListBox2, and CSubpanel::SetColumns().
|
private |
Definition at line 397 of file apply_edit_convert_panel.hpp.
Referenced by ApplyToAll(), and ApplyToSelected().