NCBI C++ ToolKit
Public Member Functions | Private Attributes | List of all members
CConvertSubpanel Class Reference

Search Toolkit Book for CConvertSubpanel

#include <gui/packages/pkg_sequence_edit/apply_edit_convert_panel.hpp>

+ Inheritance diagram for CConvertSubpanel:
+ Collaboration diagram for CConvertSubpanel:

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)
 
CApplyEditconvertPanelGetBaseFrame ()
 
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
 

Detailed Description

CConvertSubpanel class declaration

Definition at line 376 of file apply_edit_convert_panel.hpp.

Constructor & Destructor Documentation

◆ CConvertSubpanel() [1/2]

CConvertSubpanel::CConvertSubpanel ( )
inline

Constructors.

Definition at line 383 of file apply_edit_convert_panel.hpp.

References CSubpanel::Init().

◆ CConvertSubpanel() [2/2]

CConvertSubpanel::CConvertSubpanel ( wxWindow *  parent,
wxGrid *  grid,
wxArrayString &  choices,
wxWindowID  id = wxID_ANY,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = wxTAB_TRAVERSAL 
)
inline

Member Function Documentation

◆ ApplyToAll()

void CConvertSubpanel::ApplyToAll ( int  col)
virtual

◆ ApplyToSelected()

void CConvertSubpanel::ApplyToSelected ( int  col,
const std::set< int > &  selected 
)
virtual

◆ CreateControls()

void CConvertSubpanel::CreateControls ( )
virtual

Creates the controls and sizers.

Reimplemented from CSubpanel.

Definition at line 1030 of file apply_edit_convert_panel.cpp.

References _, and wxID_ANY.

◆ SetColumns()

virtual void CConvertSubpanel::SetColumns ( wxArrayString &  columns)
inlinevirtual

Reimplemented from CSubpanel.

Definition at line 393 of file apply_edit_convert_panel.hpp.

References columns, CSubpanel::m_ListBox2, and CSubpanel::SetColumns().

Member Data Documentation

◆ m_CheckBox

wxCheckBox* CConvertSubpanel::m_CheckBox
private

Definition at line 397 of file apply_edit_convert_panel.hpp.

Referenced by ApplyToAll(), and ApplyToSelected().


The documentation for this class was generated from the following files:
Modified on Fri Sep 20 14:57:55 2024 by modify_doxy.py rev. 669887