NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <gui/gui_export.h>
#include <gui/framework/view.hpp>
#include <gui/core/seqloc_search_context.hpp>
#include <gui/core/selection_service.hpp>
#include <gui/core/pt_item.hpp>
#include <gui/widgets/wx/wm_client.hpp>
#include <gui/objutils/reg_settings.hpp>
#include <gui/utils/extension.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CProjectTreeView |
CProjectTreeView - a system view that displays Project Tree. More... | |
class | CProjectTreeViewFactory |
CProjectTreeViewFactory - a factory producing CProjectTreeView. More... | |
Macros | |
#define | EXT_POINT__PROJECT_TREE_VIEW__CONTEXT_MENU__ITEM_CMD_CONTRIBUTOR "project_tree_view::context_menu::item_cmd_contributor" |
This Extension Point allows external components to add commands to the top part of Project Tree context menu. More... | |
#define EXT_POINT__PROJECT_TREE_VIEW__CONTEXT_MENU__ITEM_CMD_CONTRIBUTOR "project_tree_view::context_menu::item_cmd_contributor" |
This Extension Point allows external components to add commands to the top part of Project Tree context menu.
The Extensions shall implement IExplorerItemCmdContributor interface.
Definition at line 67 of file project_tree_view.hpp.