NCBI C++ ToolKit
|
Search Toolkit Book for CCrossAlnDemoApp
Derive our application class from CwxNCBIApp and use it together with standard CNCBIwxApplication. More...
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 | |
CCrossAlnDemoDlg * | m_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) |
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.
|
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.
|
protected |
Definition at line 56 of file wx_cross_aln_demo_app.cpp.
Referenced by x_CreateGUI().