NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/packages/pkg_sequence_edit/qual_table_load_manager.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <gui/widgets/wx/async_call.hpp>
#include <gui/widgets/wx/file_extensions.hpp>
#include <gui/widgets/loaders/table_object_loader.hpp>
#include <gui/objects/GBWorkspace.hpp>
#include <gui/framework/service.hpp>
#include <gui/core/project_service.hpp>
#include <gui/core/document.hpp>
#include "attrib_table_delimiters_panel.hpp"
#include "attrib_table_column_id_panel.hpp"
#include <wx/filename.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Variables | |
static const string | kDelimitersTag = ".AttribDelimitersPanel" |
static const string | kColumnIdTag = ".AttribColumnIdPanel" |
Definition at line 201 of file qual_table_load_manager.cpp.
Referenced by CQualTableLoadManager::x_GetColumnIdPanel().
Definition at line 200 of file qual_table_load_manager.cpp.
Referenced by CQualTableLoadManager::x_GetDelimitersPanel().