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

Search Toolkit Book for CExceptionPanel

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

+ Inheritance diagram for CExceptionPanel:
+ Collaboration diagram for CExceptionPanel:

Public Member Functions

 CExceptionPanel ()
 
 CExceptionPanel (wxWindow *parent, bool is_refseq, 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)
 
 ~CExceptionPanel ()
 
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 ()
 

Private Attributes

wxComboBox * m_Exception
 
wxRadioBox * m_FeatureProduct
 
wxCheckBox * m_MoveToComment
 
bool m_is_refseq
 

Detailed Description

Definition at line 290 of file bulk_edit_feat_dlg_std.hpp.

Constructor & Destructor Documentation

◆ CExceptionPanel() [1/2]

CExceptionPanel::CExceptionPanel ( )

CExceptionPanel event table definition

CExceptionPanel constructors

Definition at line 1423 of file bulk_edit_feat_dlg_std.cpp.

References Init().

◆ CExceptionPanel() [2/2]

CExceptionPanel::CExceptionPanel ( wxWindow *  parent,
bool  is_refseq,
wxWindowID  id = wxID_ANY,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = wxTAB_TRAVERSAL 
)

◆ ~CExceptionPanel()

CExceptionPanel::~CExceptionPanel ( )

CExceptionPanel destructor

Definition at line 1461 of file bulk_edit_feat_dlg_std.cpp.

Member Function Documentation

◆ AddCommand()

bool CExceptionPanel::AddCommand ( vector< CConstRef< CObject > > &  objs,
CRef< CCmdComposite cmd,
CScope scope 
)
virtual

◆ Create()

bool CExceptionPanel::Create ( wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = wxTAB_TRAVERSAL 
)

◆ CreateControls()

void CExceptionPanel::CreateControls ( )

◆ GetBitmapResource()

wxBitmap CExceptionPanel::GetBitmapResource ( const wxString &  name)

Get bitmap resources

Definition at line 1540 of file bulk_edit_feat_dlg_std.cpp.

◆ GetIconResource()

wxIcon CExceptionPanel::GetIconResource ( const wxString &  name)

Get icon resources

Definition at line 1553 of file bulk_edit_feat_dlg_std.cpp.

◆ Init()

void CExceptionPanel::Init ( void  )

Member initialisation

Definition at line 1472 of file bulk_edit_feat_dlg_std.cpp.

Referenced by CExceptionPanel().

◆ ShowToolTips()

bool CExceptionPanel::ShowToolTips ( )
static

Should we show tooltips?

Definition at line 1531 of file bulk_edit_feat_dlg_std.cpp.

Member Data Documentation

◆ m_Exception

wxComboBox* CExceptionPanel::m_Exception
private

Definition at line 307 of file bulk_edit_feat_dlg_std.hpp.

Referenced by AddCommand(), and CreateControls().

◆ m_FeatureProduct

wxRadioBox* CExceptionPanel::m_FeatureProduct
private

Definition at line 308 of file bulk_edit_feat_dlg_std.hpp.

Referenced by AddCommand(), and CreateControls().

◆ m_is_refseq

bool CExceptionPanel::m_is_refseq
private

Definition at line 310 of file bulk_edit_feat_dlg_std.hpp.

Referenced by CreateControls().

◆ m_MoveToComment

wxCheckBox* CExceptionPanel::m_MoveToComment
private

Definition at line 309 of file bulk_edit_feat_dlg_std.hpp.

Referenced by AddCommand(), and CreateControls().


The documentation for this class was generated from the following files:
Modified on Mon May 06 04:52:18 2024 by modify_doxy.py rev. 669887