NCBI C++ ToolKit
create_needleman_wunsch_tool_manager.hpp
Go to the documentation of this file.

Go to the SVN repository for this file.

1 #ifndef PKG_ALIGNMENT___CREATE_NEEDLEMAN_WUNSCH_TOOL_MANAGER__HPP
2 #define PKG_ALIGNMENT___CREATE_NEEDLEMAN_WUNSCH_TOOL_MANAGER__HPP
3 
4 /* $Id: create_needleman_wunsch_tool_manager.hpp 46706 2021-09-09 19:54:51Z asztalos $
5  * ===========================================================================
6  *
7  * PUBLIC DOMAIN NOTICE
8  * National Center for Biotechnology Information
9  *
10  * This software/database is a "United States Government Work" under the
11  * terms of the United States Copyright Act. It was written as part of
12  * the author's official duties as a United States Government employee and
13  * thus cannot be copyrighted. This software/database is freely available
14  * to the public for use. The National Library of Medicine and the U.S.
15  * Government have not placed any restriction on its use or reproduction.
16  *
17  * Although all reasonable efforts have been taken to ensure the accuracy
18  * and reliability of the software and data, the NLM and the U.S.
19  * Government do not and cannot warrant the performance or results that
20  * may be obtained by using this software or data. The NLM and the U.S.
21  * Government disclaim all warranties, express or implied, including
22  * warranties of performance, merchantability or fitness for any particular
23  * purpose.
24  *
25  * Please cite the author in any work or product based on this material.
26  *
27  * ===========================================================================
28  *
29  * Authors: Mike DiCuccio
30  *
31  * File Description:
32  *
33  */
34 
35 #include <corelib/ncbistd.hpp>
36 #include <gui/gui_export.h>
37 
39 
41 
43 
45 
46 /** @addtogroup GUI_PKG_ALIGNMENT
47  *
48  * @{
49  */
50 
52 
53 ///////////////////////////////////////////////////////////////////////////////
54 /// CCreateNeedlemanWunschToolManager
57 {
58 public:
60 
61  /// @name overriding IUIToolManager functions implemented in CAlgoToolManagerBase
62  /// @{
63  virtual void InitUI();
64  virtual void CleanUI();
65  /// @}
66 
67  /// @name IExtension interface implementation
68  /// @{
69  virtual string GetExtensionIdentifier() const;
70  virtual string GetExtensionLabel() const;
71  /// @}
72 
73 protected:
74  /// @name overriding CAlgoToolManagerBase virtual functions
75  /// @{
78  virtual bool x_CreateParamsPanelIfNeeded();
80  /// @}
81 
83 
84 protected:
88 };
89 
90 
91 ///////////////////////////////////////////////////////////////////////////////
92 /// CCreateNeedlemanWunschJob
94 {
95 public:
97  bool ProgressCallback(const string& status, float done);
98 
99 protected:
101  virtual void x_CreateProjectItems(); // overriding virtual function
102 
103 
104 protected:
106  float m_Done;
107 };
108 
109 /* @} */
110 
112 
113 #endif // PKG_ALIGNMENT___CREATE_NEEDLEMAN_WUNSCH_TOOL_MANAGER__HPP
CAlgoToolManagerBase This is base class for simple algorithmic tool managers.
CAlgoToolManagerParamsPanel.
CDataLoadingAppJob - a base class for Jobs loading data into projects.
IRegSettings An interface for objects that save / restore settings using CGuiRegistry.
Include a standard set of the NCBI C++ Toolkit most basic headers.
virtual IRegSettings * x_GetParamsAsRegSetting()
return a pointer to Parameters object as IRegSettings interface
virtual CConstIRef< IAppJobProgress > GetProgress()
implement Run() in derived classes, make sure that exceptions are handled and m_StopRequested flag is...
virtual string GetExtensionIdentifier() const
returns the unique human-readable identifier for the extension the id should use lowercase letters se...
virtual CAlgoToolManagerParamsPanel * x_GetParamsPanel()
returns a pointer to the parameters panel, override in derived classes
virtual bool x_CreateParamsPanelIfNeeded()
returns / creates Parameters panel, override in derived classes see cpp file for example
bool ProgressCallback(const string &status, float done)
virtual CDataLoadingAppJob * x_CreateLoadingJob()
factory method for creating the job that executes the tool algorithm override in derived classes
CCreateNeedlemanWunschJob(const CNeedlemanWunschToolParams &params)
CCreateNeedlemanWunschJob.
virtual void InitUI()
override this function in a derived class and initialize extra members
virtual string GetExtensionLabel() const
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
virtual void x_CreateProjectItems()
override this function in derived classes and populate m_Items.
virtual void CleanUI()
override this function in a derived class and clean extra members
vector< SConstScopedObject > TConstScopedObjects
Definition: objects.hpp:65
#define END_NCBI_SCOPE
End previously defined NCBI scope.
Definition: ncbistl.hpp:103
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
Definition: ncbistl.hpp:100
Defines to provide correct exporting from DLLs in Windows.
done
Definition: token1.c:1
Modified on Thu May 23 12:25:12 2024 by modify_doxy.py rev. 669887