NCBI C++ ToolKit
Public Member Functions | Static Public Member Functions | Public Attributes | Protected Types | Protected Attributes | List of all members
CNetBlastDMSearchFormPanel Class Reference

Search Toolkit Book for CNetBlastDMSearchFormPanel

#include <gui/packages/pkg_alignment/net_blast_dm_search_form_panel.hpp>

+ Inheritance diagram for CNetBlastDMSearchFormPanel:
+ Collaboration diagram for CNetBlastDMSearchFormPanel:

Public Member Functions

 CNetBlastDMSearchFormPanel ()
 
 CNetBlastDMSearchFormPanel (wxWindow *parent, wxWindowID id=ID_CNETBLASTDMSEARCHFORM, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL)
 
bool Create (wxWindow *parent, wxWindowID id=ID_CNETBLASTDMSEARCHFORM, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL)
 
 ~CNetBlastDMSearchFormPanel ()
 
void Init ()
 
void CreateControls ()
 
bool TransferDataToWindow ()
 
void OnFilterInputTextUpdated (wxCommandEvent &event)
 
void OnResetClick (wxCommandEvent &event)
 
void OnSubmittedCheckClick (wxCommandEvent &event)
 
bool GetCompleted () const
 
void SetCompleted (bool value)
 
bool GetSubmitted () const
 
void SetSubmitted (bool value)
 
bool GetFailed () const
 
void SetFailed (bool value)
 
bool GetRetrieved () const
 
void SetRetrieved (bool value)
 
bool GetExpired () const
 
void SetExpired (bool value)
 
wxString GetSearchValue () const
 
void SetSearchValue (wxString value)
 
wxBitmap GetBitmapResource (const wxString &name)
 
wxIcon GetIconResource (const wxString &name)
 
void RestartSearch ()
 

Static Public Member Functions

static bool ShowToolTips ()
 

Public Attributes

wxTextCtrl * m_SearchCtrl
 
wxButton * m_ResetBtn
 

Protected Types

enum  {
  ID_CNETBLASTDMSEARCHFORM = 10023 , ID_FILTER_INPUT = 10025 , ID_SUBMITTED_CHECK = 10027 , ID_COMPLETED_CHECK = 10028 ,
  ID_FAILED_CHECK = 10029 , ID_RETRIEVED_CHECK = 10030 , ID_EXPIRED_CHECK = 10031
}
 

Protected Attributes

bool m_Completed
 
bool m_Submitted
 
bool m_Failed
 
bool m_Retrieved
 
bool m_Expired
 
wxString m_SearchValue
 
bool m_BlockEvents
 

Detailed Description

Definition at line 68 of file net_blast_dm_search_form_panel.hpp.


The documentation for this class was generated from the following files:
Modified on Wed Sep 04 15:01:57 2024 by modify_doxy.py rev. 669887