38 #include <wx/filename.h>
50 :
m_Descr(
"AGP assembly files",
"")
129 return action ==
eNext;
131 return action ==
eBack;
212 wxFileName::SplitPath(filename, 0, 0, &ext);
223 static string sid(
"agp_format_load_manager");
230 static string slabel(
"AGP Format Load Manager");
virtual bool TransferDataFromWindow()
Transfer data from the window.
virtual bool TransferDataToWindow()
Transfer data to the window.
CAgpLoadParams & GetData()
Data access.
void SetData(const CAgpLoadParams &data)
virtual void SaveSettings() const
IRegSettings.
virtual void LoadSettings()
virtual void SetRegistryPath(const string &path)
IRegSettings.
static bool RecognizeExtension(EFileType fileType, const wxString &extension)
static wxString GetDialogFilter(EFileType fileType)
IServiceLocator - an abstract mechanism for locating services.
IUIObject - object that provides basic properties often required in a UI object.
virtual IAppTask * GetTask()
Once parameters are gathered and validated this function is called to produce the final Task object t...
wxWindow * m_ParentWindow
virtual string GetLabel() const
virtual void CleanUI()
CleanUI() is called after the host finished using the manager.
virtual void InitUI()
Initializes the Manager before using it in UI.
CAgpLoadPage * m_ParamsPanel
virtual void SetFilenames(const vector< wxString > &filenames)
initilize the manager with the given filenames
virtual bool CanDo(EAction action)
Indicates whether given transition is possible in the current state.
virtual wxPanel * GetCurrentPanel()
Return the panel corresponding to the current state of Tool Manager.
virtual bool DoTransition(EAction action)
Performs transition if possible and returns true, otherwise the function shall warn the user about th...
virtual bool IsFinalState()
True if Tool Manager has reached its final state, i.e.
virtual bool IsCompletedState()
Manager goes into "Complete" state when "Finish" button is pressed and all input data is gatherred an...
virtual void SetRegistryPath(const string &path)
virtual bool ValidateFilenames(const vector< wxString > &filenames)
checks given filenames and returns true if the manager can handle them, otherwise - shows an error me...
virtual const IUIObject & GetDescriptor() const
Returns the object describing this tool (UI meta data).
CAgpLoadPage * x_GetParamsPanel()
virtual void LoadSettings()
vector< wxString > m_FileNames
virtual string GetExtensionIdentifier() const
returns the unique human-readable identifier for the extension the id should use lowercase letters se...
virtual void GetFilenames(vector< wxString > &filenames) const
get actual filenames that will be opened
IServiceLocator * m_SrvLocator
virtual void SetServiceLocator(IServiceLocator *srv_locator)
Sets / unsets Service Locator.
virtual wxPanel * GetPanel()
virtual bool RecognizeFormat(const wxString &filename)
return true if the given file format is supported by this manager
virtual string GetExtensionLabel() const
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
virtual bool IsInitialState()
return true if the current state of the loader UI is the first valid state (first step in a wizard-li...
virtual void SaveSettings() const
virtual IExecuteUnit * GetExecuteUnit()
virtual void SetParentWindow(wxWindow *parent)
virtual wxString GetFormatWildcard() const
return file wildcard for the format (example - "*.txt;*.tab" )
virtual void SetLogEvent(const string &log_event)
virtual const string & GetLabel() const
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.