NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/core/file_load_option_panel.hpp>
#include <gui/core/ui_file_load_manager.hpp>
#include <gui/widgets/wx/multi_file_input.hpp>
#include <gui/widgets/wx/htmlwin.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <gui/widgets/wx/compressed_file.hpp>
#include <wx/sizer.h>
#include <wx/choice.h>
#include <wx/statbox.h>
#include <wx/stattext.h>
#include <wx/msgdlg.h>
#include <wx/bitmap.h>
#include <wx/icon.h>
#include <wx/filename.h>
#include <wx/txtstrm.h>
#include <wx/sstream.h>
#include <wx/checkbox.h>
#include <wx/settings.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
static string | sFormatTimePeriod (CTime &t_now, CTime &t_before) |
Definition at line 185 of file file_load_option_panel.cpp.
References CTime::AsString(), format, and CTime::ToLocalTime().
Referenced by CFileLoadOptionPanel::x_FillMRUList().