~ubuntu-branches/ubuntu/wily/ginkgocadx/wily-proposed

« back to all changes in this revision

Viewing changes to src/cadxcore/main/gui/dicombrowsercomponentbase.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2011-05-02 08:09:26 UTC
  • Revision ID: james.westby@ubuntu.com-20110502080926-bql5wep49c7hg91t
Tags: upstream-2.4.1.1
ImportĀ upstreamĀ versionĀ 2.4.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
///////////////////////////////////////////////////////////////////////////
 
2
// C++ code generated with wxFormBuilder (version May  4 2010)
 
3
// http://www.wxformbuilder.org/
 
4
//
 
5
// PLEASE DO "NOT" EDIT THIS FILE!
 
6
///////////////////////////////////////////////////////////////////////////
 
7
 
 
8
#ifndef __dicombrowsercomponentbase__
 
9
#define __dicombrowsercomponentbase__
 
10
 
 
11
#include <wx/intl.h>
 
12
 
 
13
#include <wx/string.h>
 
14
#include <wx/bitmap.h>
 
15
#include <wx/image.h>
 
16
#include <wx/icon.h>
 
17
#include <wx/gdicmn.h>
 
18
#include <wx/treelistctrl/treelistctrl.h>
 
19
#ifdef __VISUALC__
 
20
#include <wx/link_additions.h>
 
21
#endif //__VISUALC__
 
22
#include <wx/font.h>
 
23
#include <wx/colour.h>
 
24
#include <wx/settings.h>
 
25
#include <wx/sizer.h>
 
26
#include <wx/button.h>
 
27
#include <wx/panel.h>
 
28
 
 
29
///////////////////////////////////////////////////////////////////////////
 
30
 
 
31
namespace GNC
 
32
{
 
33
        namespace GUI
 
34
        {
 
35
                
 
36
                ///////////////////////////////////////////////////////////////////////////////
 
37
                /// Class DicomBrowserComponentBase
 
38
                ///////////////////////////////////////////////////////////////////////////////
 
39
                class DicomBrowserComponentBase : public wxPanel 
 
40
                {
 
41
                        private:
 
42
                        
 
43
                        protected:
 
44
                                wxTreeListCtrl* m_pTreeListIzq;
 
45
                                wxButton* m_button8;
 
46
                                wxButton* m_button51;
 
47
                                wxButton* m_button6;
 
48
                                wxButton* m_button7;
 
49
                                wxTreeListCtrl* m_pTreeListDer;
 
50
                                
 
51
                                // Virtual event handlers, overide them in your derived class
 
52
                                virtual void OnDicomDirIzqAddAll( wxCommandEvent& event ) { event.Skip(); }
 
53
                                virtual void OnAdd( wxCommandEvent& event ) { event.Skip(); }
 
54
                                virtual void OnDel( wxCommandEvent& event ) { event.Skip(); }
 
55
                                virtual void OnDicomDirDerDelAll( wxCommandEvent& event ) { event.Skip(); }
 
56
                                
 
57
                        
 
58
                        public:
 
59
                                
 
60
                                DicomBrowserComponentBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 548,288 ), long style = wxTAB_TRAVERSAL );
 
61
                                ~DicomBrowserComponentBase();
 
62
                        
 
63
                };
 
64
                
 
65
        } // namespace GUI
 
66
} // namespace GNC
 
67
 
 
68
#endif //__dicombrowsercomponentbase__