NCBI C++ ToolKit
Protected Member Functions | Protected Attributes | List of all members
CCrossAlnDemoApp Class Reference

Search Toolkit Book for CCrossAlnDemoApp

Derive our application class from CwxNCBIApp and use it together with standard CNCBIwxApplication. More...

+ Inheritance diagram for CCrossAlnDemoApp:
+ Collaboration diagram for CCrossAlnDemoApp:

Protected Member Functions

virtual bool x_CreateGUI ()
 create main application window and initialize associated objects return true if successful More...
 
- Protected Member Functions inherited from CwxNCBIApp
virtual void x_InitAppJobDispatcher ()
 override this function to configure / register engines More...
 
virtual bool x_TestNcbiConnection ()
 override this to test/configure NCBI connection before access to NCBI network services More...
 
virtual void x_DestroyGUI ()
 destroy application GUI objects More...
 
virtual void x_LoadGuiRegistry ()
 
virtual void x_SaveGuiRegistry ()
 
virtual wxString x_GetGuiRegistryPath ()
 
virtual void x_RegisterImageHandlers ()
 register wxWidgets image handlers More...
 
virtual bool x_OnIdle ()
 called from OnIdle() and can be overridden in derived classes returns true if something was done More...
 

Protected Attributes

CCrossAlnDemoDlgm_Dlg
 
- Protected Attributes inherited from CwxNCBIApp
bool m_UseJobDisp
 
int m_MaxThreads
 
int m_MaxJobs
 
bool m_RegistryLoaded
 

Additional Inherited Members

- Public Member Functions inherited from CwxNCBIApp
 CwxNCBIApp (bool use_job_disp=true)
 CwxNCBIApp. More...
 
virtual ~CwxNCBIApp ()
 
virtual bool OnInit ()
 Initialises the application. More...
 
virtual int OnExit ()
 Called on exit. More...
 
void OnIdle (wxIdleEvent &event)
 

Detailed Description

Derive our application class from CwxNCBIApp and use it together with standard CNCBIwxApplication.

Definition at line 49 of file wx_cross_aln_demo_app.cpp.

Member Function Documentation

◆ x_CreateGUI()

IMPLEMENT_WX_THEME_SUPPORT bool CCrossAlnDemoApp::x_CreateGUI ( )
protectedvirtual

create main application window and initialize associated objects return true if successful

Reimplemented from CwxNCBIApp.

Definition at line 67 of file wx_cross_aln_demo_app.cpp.

References m_Dlg, and NULL.

Member Data Documentation

◆ m_Dlg

CCrossAlnDemoDlg* CCrossAlnDemoApp::m_Dlg
protected

Definition at line 56 of file wx_cross_aln_demo_app.cpp.

Referenced by x_CreateGUI().


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