Go to the documentation of this file.Go to the SVN repository for this file.
1 #ifndef GUI_WIDGETS___LOADERS___WINMASK_FILES__HPP
2 #define GUI_WIDGETS___LOADERS___WINMASK_FILES__HPP
42 #include <wx/string.h>
65 void GetTaxIds(vector<int>& ids);
67 wxString GetPath()
const;
71 wxString GetEnvPath()
const;
72 wxString GeFtpUrl()
const;
74 bool ShowOptionsDlg();
82 wxString x_GetDownloadPath()
const;
83 bool x_ClearDownloads()
const;
84 void x_DownloadFileList(vector<string>& files);
85 void x_DownloadFiles(
const vector<string>& files);
92 void x_OnJobNotification(
CEvent* evt);
virtual void SaveSettings() const
virtual void SetRegistryPath(const string &path)
virtual void LoadSettings()
CEvent - generic event implementation TODO TODO - Attachments.
void SetUseEnvPath(bool value)
bool GetUseEnvPath() const
CAppJobDispatcher::TJobID m_JobId
bool IsDownloading() const
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define NCBI_GUIWIDGETS_LOADERS_EXPORT
Defines to provide correct exporting from DLLs in Windows.
const GenericPointer< typename T::ValueType > T2 value
Portable reference counted smart and weak pointers using CWeakRef, CRef, CObject and CObjectEx.