NCBI C++ ToolKit
|
#include <corelib/ncbistl.hpp>
#include <corelib/ncbiobj.hpp>
#include <gui/gui_export.h>
#include <util/format_guess.hpp>
#include <gui/widgets/loaders/tool_wizard.hpp>
#include <gui/core/ui_tool_manager.hpp>
#include <gui/core/project_selector_panel.hpp>
#include <gui/utils/mru_list.hpp>
#include <gui/objutils/reg_settings.hpp>
#include <gui/objects/GBProjectHandle.hpp>
#include <wx/panel.h>
#include <gui/widgets/wx/wizard_page_impl.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | IFileFormatLoaderManager |
IFileFormatLoaderManager. More... | |
class | CFileLoadManager |
CFileLoadManager CFileLoadManager - a Loader Manager implementing "File" option in "Open" dialog. More... | |
class | CFileLoadManager::CFileDescriptor |
class | CFileLoadManager::CFilePage |
Macros | |
#define | EXT_POINT__FILE_FORMAT_LOADER_MANAGER "file_format_loader_manager" |
Extension Point ID for IFileFormatLoaderManager objects. More... | |
#define EXT_POINT__FILE_FORMAT_LOADER_MANAGER "file_format_loader_manager" |
Extension Point ID for IFileFormatLoaderManager objects.
Components that need to add support for new File Formats to the application should provide Extensions for this Extension Point. The Extensions shall implement IFileFormatLoaderManager interface.
Definition at line 111 of file ui_file_load_manager.hpp.