NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include "wx_export_vector_image_dlg.hpp"
#include <wx/filename.h>
#include <wx/msgdlg.h>
#include <wx/checkbox.h>
#include <wx/filedlg.h>
#include <wx/panel.h>
#include <wx/artprov.h>
#include <gui/widgets/wx/regexp_validator.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <gui/widgets/wx/image_grabber.hpp>
#include <gui/widgets/wx/message_box.hpp>
#include <gui/widgets/wx/ind_progress_bar.hpp>
#include <gui/objutils/registry.hpp>
#include <gui/objutils/utils.hpp>
#include <corelib/ncbifile.hpp>
#include "seqgraphic_pane.hpp"
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
static const string | kSaveVectorImageBaseKey ("GBPlugins.SaveVectorImageDialog") |
Variables | |
static TVPUnit | kMaximumWidth = 14400 |
static const string | kVectorImagePathKey = "DocumentPath" |
Referenced by CwxExportVectorImageDlg::LoadSettings(), and CwxExportVectorImageDlg::SaveSettings().
|
static |
Definition at line 57 of file wx_export_vector_image_dlg.cpp.
Referenced by CwxExportVectorImageDlg::OnSaveClick().
Definition at line 443 of file wx_export_vector_image_dlg.cpp.
Referenced by CwxExportVectorImageDlg::LoadSettings(), and CwxExportVectorImageDlg::SaveSettings().