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

Go to the SVN repository for this file.

1 #ifndef GUI_WIDGETS___DATA___METHOD_PROPERTIES_DLG__HPP
2 #define GUI_WIDGETS___DATA___METHOD_PROPERTIES_DLG__HPP
3 /* $Id: properties_panel_dlg.hpp 25739 2012-04-27 18:55:44Z voronov $
4  * ===========================================================================
5  *
6  * PUBLIC DOMAIN NOTICE
7  * National Center for Biotechnology Information
8  *
9  * This software/database is a "United States Government Work" under the
10  * terms of the United States Copyright Act. It was written as part of
11  * the author's official duties as a United States Government employee and
12  * thus cannot be copyrighted. This software/database is freely available
13  * to the public for use. The National Library of Medicine and the U.S.
14  * Government have not placed any restriction on its use or reproduction.
15  *
16  * Although all reasonable efforts have been taken to ensure the accuracy
17  * and reliability of the software and data, the NLM and the U.S.
18  * Government do not and cannot warrant the performance or results that
19  * may be obtained by using this software or data. The NLM and the U.S.
20  * Government disclaim all warranties, express or implied, including
21  * warranties of performance, merchantability or fitness for any particular
22  * purpose.
23  *
24  * Please cite the author in any work or product based on this material.
25  *
26  * ===========================================================================
27  *
28  * Authors: Andrey Yazhuk
29  *
30  * File Description:
31  */
32 
33 #include <gui/gui.hpp>
34 
35 #include <wx/dialog.h>
36 
38 
39 class IUIToolWithGUI;
40 
42 {
43  DECLARE_EVENT_TABLE()
44 public:
45  /// Constructors
46  CPropertiesPanelDlg(wxWindow* parent, IUIToolWithGUI* metod);
47 
48  /// Should we show tooltips?
49  static bool ShowToolTips();
50 
51 protected:
52  /// Creates the controls and sizers
53  void CreateControls(IUIToolWithGUI* metod);
54 
55  void OnOkClick ( wxCommandEvent& event );
56  wxWindow* m_PropPanel;
57 };
58 
60 
61 #endif // GUI_WIDGETS___DATA___METHOD_PROPERTIES_DLG__HPP
static bool ShowToolTips()
Should we show tooltips?
IUIToolWithGUI - represents a method that can be integrated in GUI.
Definition: ui_tool.hpp:102
#define END_NCBI_SCOPE
End previously defined NCBI scope.
Definition: ncbistl.hpp:103
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
Definition: ncbistl.hpp:100
#define NCBI_GUIWIDGETS_ALNSCORE_EXPORT
Definition: gui_export.h:521
Modified on Fri Sep 20 14:57:20 2024 by modify_doxy.py rev. 669887