50 "Common taxonomic tree for sequences",
51 "Create a bio-tree object of common taxonomic tree",
52 "https://www.ncbi.nlm.nih.gov/tools/gbench/",
53 "Alignment Creation"),
60 return "common_taxtree_tool";
66 return "Common TaxTree Tool";
CDataLoadingAppJob - a base class for Jobs loading data into projects.
IRegSettings An interface for objects that save / restore settings using CGuiRegistry.
void SetObjects(map< string, TConstScopedObjects > *objects)
CTaxTreeToolParams m_Params
virtual void CleanUI()
override this function in a derived class and clean extra members
CTaxTreeToolParams & GetData()
virtual string GetExtensionLabel() const
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
void x_SelectCompatibleInputObjects()
bool Create(wxWindow *parent, wxWindowID id=ID_CTAXTREETOOLPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxTAB_TRAVERSAL, bool visibale=true)
virtual bool x_ValidateParams()
validates user input in Parameters panel, report errors if any
void SetData(const CTaxTreeToolParams &data)
virtual void SetRegistryPath(const string &path)
CAlgoToolManagerParamsPanel.
virtual void InitUI()
override this function in a derived class and initialize extra members
virtual wxPanel * GetMaxPanel()
Return the panel that occupies max size on display, to calculate dialog window size.
CCommonTaxTreeTool()
CCommonTaxTreeTool.
CTaxTreeToolPanel * m_Panel
virtual string GetExtensionIdentifier() const
returns the unique human-readable identifier for the extension the id should use lowercase letters se...
virtual bool x_CreateParamsPanelIfNeeded()
returns / creates Parameters panel, override in derived classes see cpp file for example
virtual CAlgoToolManagerParamsPanel * x_GetParamsPanel()
returns a pointer to the parameters panel, override in derived classes
virtual IRegSettings * x_GetParamsAsRegSetting()
return a pointer to Parameters object as IRegSettings interface
virtual CDataLoadingAppJob * x_CreateLoadingJob()
factory method for creating the job that executes the tool algorithm override in derived classes
virtual void LoadSettings()
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.