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

Go to the SVN repository for this file.

1 #ifndef PKG_ALIGNMENT___PROSPLIGN_TOOL__HPP
2 #define PKG_ALIGNMENT___PROSPLIGN_TOOL__HPP
3 
4 /* $Id: prosplign_tool.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: Andrea Asztalos, based on a file by Roman Katargin
30 *
31 * File Description:
32 * Implementation of "ProSPLIGN" tool for GenomeWorkbench.
33 */
34 
35 #include <corelib/ncbistd.hpp>
38 
40 
41 /** @addtogroup GUI_PKG_ALIGNMENT
42  *
43  * @{
44  */
45 
46 class CProSplignPanel;
47 
48 ///////////////////////////////////////////////////////////////////////////////
49 /// CProSplignTool
51 {
52 public:
54 
55  /// @name overriding IUIToolManager functions implemented in CAlgoToolManagerBase
56  /// @{
57  virtual void InitUI();
58  virtual void CleanUI();
59  virtual wxPanel* GetMaxPanel();
60  /// @}
61 
62  /// @name IExtension interface implementation
63  /// @{
64  virtual string GetExtensionIdentifier() const;
65  virtual string GetExtensionLabel() const;
66  /// @}
67 
68 protected:
69  /// @name overriding CAlgoToolManagerBase virtual functions
70  /// @{
73  virtual bool x_CreateParamsPanelIfNeeded();
74  virtual bool x_ValidateParams();
76  /// @}
77 
78  virtual void x_SelectCompatibleInputObjects();
79 
80 protected:
82 
85 
88 };
89 
90 /* @} */
91 
93 
94 #endif
95  // PKG_ALIGNMENT___PROSPLIGN_TOOL__HPP
CAlgoToolManagerBase This is base class for simple algorithmic tool managers.
CAlgoToolManagerParamsPanel.
CDataLoadingAppJob - a base class for Jobs loading data into projects.
CProSplignTool.
IRegSettings An interface for objects that save / restore settings using CGuiRegistry.
Include a standard set of the NCBI C++ Toolkit most basic headers.
virtual void x_SelectCompatibleInputObjects()
virtual string GetExtensionLabel() const
returns a displayable label for this extension ( please capitalize the key words - "My Extension" )
TObjects m_NAObjects
virtual string GetExtensionIdentifier() const
returns the unique human-readable identifier for the extension the id should use lowercase letters se...
TObjects m_ProteinObjects
virtual bool x_ValidateParams()
validates user input in Parameters panel, report errors if any
CProSplignPanel * m_Panel
virtual void InitUI()
override this function in a derived class and initialize extra members
CProSplignTool()
CProSplignTool.
CProSplignParams m_Params
virtual wxPanel * GetMaxPanel()
Return the panel that occupies max size on display, to calculate dialog window size.
virtual IRegSettings * x_GetParamsAsRegSetting()
return a pointer to Parameters object as IRegSettings interface
virtual CAlgoToolManagerParamsPanel * x_GetParamsPanel()
returns a pointer to the parameters panel, override in derived classes
virtual void CleanUI()
override this function in a derived class and clean extra members
map< string, TConstScopedObjects > TObjects
virtual bool x_CreateParamsPanelIfNeeded()
returns / creates Parameters panel, override in derived classes see cpp file for example
virtual CDataLoadingAppJob * x_CreateLoadingJob()
factory method for creating the job that executes the tool algorithm override in derived classes
#define END_NCBI_SCOPE
End previously defined NCBI scope.
Definition: ncbistl.hpp:103
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
Definition: ncbistl.hpp:100
Modified on Fri Sep 20 14:56:59 2024 by modify_doxy.py rev. 669887