NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include "save_tree_pdf_dlg.hpp"
#include <gui/widgets/phylo_tree/phylo_tree_pane.hpp>
#include <gui/widgets/phylo_tree/phylo_tree_scheme.hpp>
#include <gui/widgets/phylo_tree/phylo_pdf_grabber.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <gui/print/pdf.hpp>
#include <corelib/ncbifile.hpp>
#include <wx/utils.h>
#include <wx/msgdlg.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
static const string | kSavePdfBaseKey ("SavePdfTreeDialog") |
Referenced by CSaveTreePdfDlg::CSaveTreePdfDlg(), and CSaveTreePdfDlg::~CSaveTreePdfDlg().