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

Go to the SVN repository for this file.

1 #ifndef PKG_ALIGNMENT___CLEANUP_ALIGNMENTS_TOOL_MANAGER__HPP
2 #define PKG_ALIGNMENT___CLEANUP_ALIGNMENTS_TOOL_MANAGER__HPP
3 
4 /* $Id: cleanup_alignments_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 
44 /** @addtogroup GUI_PKG_ALIGNMENT
45  *
46  * @{
47  */
48 
49 ///////////////////////////////////////////////////////////////////////////////
50 /// CCleanupAlignmentsToolManager
53 {
54 public:
56 
57  /// @name overriding IUIToolManager functions implemented in CAlgoToolManagerBase
58  /// @{
59  virtual void InitUI();
60  virtual void CleanUI();
61  /// @}
62 
63  /// @name IExtension interface implementation
64  /// @{
65  virtual string GetExtensionIdentifier() const;
66  virtual string GetExtensionLabel() const;
67  /// @}
68 
69 protected:
70  /// @name overriding CAlgoToolManagerBase virtual functions
71  /// @{
74  virtual bool x_CreateParamsPanelIfNeeded();
75  virtual bool x_ValidateParams();
77  /// @}
78 
80 
81  bool x_AreSelfAlignmentsOnly() const;
82 
83 protected:
85 
88 };
89 
90 
91 ///////////////////////////////////////////////////////////////////////////////
92 /// CCleanupAlignmentsJob
94 {
95 public:
97 
98 protected:
99  virtual void x_CreateProjectItems(); // overriding virtual function
100 
101 protected:
103 };
104 
105 
106 
107 
108 
109 /* @} */
110 
112 
113 #endif // PKG_ALIGNMENT___CLEANUP_ALIGNMENTS_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 CAlgoToolManagerParamsPanel * x_GetParamsPanel()
returns a pointer to the parameters panel, override in derived classes
virtual string GetExtensionLabel() const
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
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 string GetExtensionIdentifier() const
returns the unique human-readable identifier for the extension the id should use lowercase letters se...
virtual void x_CreateProjectItems()
override this function in derived classes and populate m_Items.
CCleanupAlignmentsJob(const SCleanupAlignmentsParams &params)
CCleanupAlignmentsJob.
virtual bool x_CreateParamsPanelIfNeeded()
returns / creates Parameters panel, override in derived classes see cpp file for example
virtual void InitUI()
override this function in a derived class and initialize extra members
CCleanupAlignmentsParamsPanel * m_ParamsPanel
virtual bool x_ValidateParams()
validates user input in Parameters panel, report errors if any
void x_SelectCompatibleInputObjects()
select only Seq-aligns
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.
Modified on Tue Apr 30 06:40:02 2024 by modify_doxy.py rev. 669887