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

Go to the SVN repository for this file.

1 #ifndef PKG_SEQUENCE___5COL_EXPORT_PARAMS__HPP
2 #define PKG_SEQUENCE___5COL_EXPORT_PARAMS__HPP
3 
4 /* $Id: 5col_export_params.hpp 26968 2012-11-30 18:22:25Z katargir $
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: Roman Katargin
30  */
31 
32 #include <corelib/ncbistd.hpp>
33 
34 #include <gui/objutils/objects.hpp>
36 
37 #include <wx/string.h>
38 
40 
41 /*!
42  * C5ColExportParams class declaration
43  */
44 
46 {
47  friend class C5ColExportPage;
48 public:
49  /// Default constructor for C5ColExportParams
51 
52  /// Copy constructor for C5ColExportParams
54 
55  /// Destructor for C5ColExportParams
57 
58  /// Assignment operator for C5ColExportParams
59  void operator=(const C5ColExportParams& data);
60 
61  /// Equality operator for C5ColExportParams
62  bool operator==(const C5ColExportParams& data) const;
63 
64  /// Copy function for C5ColExportParams
65  void Copy(const C5ColExportParams& data);
66 
67  /// Initialises member variables
68  void Init();
69 
70  /// IRegSettings
71  virtual void SetRegistryPath(const string& path) { m_RegPath = path; }
72  virtual void SaveSettings() const;
73  virtual void LoadSettings();
74 
75 ////@begin C5ColExportParams member function declarations
76  wxString GetFeatureDepth() const { return m_FeatureDepth ; }
77  void SetFeatureDepth(wxString value) { m_FeatureDepth = value ; }
78 
79  bool GetExactFlevel() const { return m_ExactFlevel ; }
81 
82 ////@end C5ColExportParams member function declarations
83 
84 ////@begin C5ColExportParams member variables
85 private:
86  wxString m_FeatureDepth;
88 ////@end C5ColExportParams member variables
89 
90 private:
91  string m_RegPath;
92 };
93 
95 
96 #endif // PKG_SEQUENCE___GFF_EXPORT_PARAMS__HPP
void Copy(const C5ColExportParams &data)
Copy function for C5ColExportParams.
virtual void SaveSettings() const
IRegSettings.
wxString GetFeatureDepth() const
virtual void SetRegistryPath(const string &path)
IRegSettings.
~C5ColExportParams()
Destructor for C5ColExportParams.
void SetExactFlevel(bool value)
virtual void LoadSettings()
void SetFeatureDepth(wxString value)
void Init()
Initialises member variables.
bool GetExactFlevel() const
bool operator==(const C5ColExportParams &data) const
Equality operator for C5ColExportParams.
C5ColExportParams()
Default constructor for C5ColExportParams.
void operator=(const C5ColExportParams &data)
Assignment operator for C5ColExportParams.
IRegSettings An interface for objects that save / restore settings using CGuiRegistry.
Include a standard set of the NCBI C++ Toolkit most basic headers.
char data[12]
Definition: iconv.c:80
#define END_NCBI_SCOPE
End previously defined NCBI scope.
Definition: ncbistl.hpp:103
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
Definition: ncbistl.hpp:100
const GenericPointer< typename T::ValueType > T2 value
Definition: pointer.h:1227
Modified on Wed Jun 19 16:59:25 2024 by modify_doxy.py rev. 669887