NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/widgets/wx/wx_app.hpp>
#include <gui/framework/demo/gui.hpp>
#include <gui/framework/workbench_impl.hpp>
#include <gui/framework/app_task_service.hpp>
#include <gui/utils/app_job_dispatcher.hpp>
#include <gui/utils/thread_pool_engine.hpp>
#include <gui/widgets/wx/sys_path.hpp>
#include <wx/menu.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CFrameworkDemoApp |
Derive our application class from CwxNCBIApp and use it together with standard CNCBIwxApplication. More... | |
Functions | |
int | NcbiSys_main (int argc, ncbi::TXChar *argv[]) |
int NcbiSys_main | ( | int | argc, |
ncbi::TXChar * | argv[] | ||
) |
Definition at line 157 of file framework_app.cpp.