NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <corelib/ncbitime.hpp>
#include <gui/gui_export.h>
#include <gui/framework/view.hpp>
#include <gui/framework/app_task_service.hpp>
#include <gui/widgets/wx/wm_client.hpp>
#include <gui/widgets/wx/table_listctrl.hpp>
#include <gui/objutils/reg_settings.hpp>
#include <gui/utils/command.hpp>
#include <gui/utils/extension.hpp>
#include <deque>
#include <wx/panel.h>
#include <wx/timer.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CTaskViewModel |
CTaskViewModel - table model for Task View. More... | |
class | CTaskTablePanel |
CTaskTablePanel - panel that owns a Table and a Table Model, this is the window for CTaskView. More... | |
class | CTaskView |
CTaskView - IView, that uses CTaskTablePanel as its window. More... | |
class | CTaskViewFactory |
CTaskViewFactory. More... | |