]> Creatis software - bbtk.git/blob - kernel/src/bbtkWt.h
2498 BBTK Feature New Normal wt-version kernel
[bbtk.git] / kernel / src / bbtkWt.h
1 /*
2  # ---------------------------------------------------------------------
3  #
4  # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
5  #                        pour la SantÈ)
6  # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
7  # Previous Authors : Laurent Guigues, Jean-Pierre Roux
8  # CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
9  #
10  #  This software is governed by the CeCILL-B license under French law and
11  #  abiding by the rules of distribution of free software. You can  use,
12  #  modify and/ or redistribute the software under the terms of the CeCILL-B
13  #  license as circulated by CEA, CNRS and INRIA at the following URL
14  #  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
15  #  or in the file LICENSE.txt.
16  #
17  #  As a counterpart to the access to the source code and  rights to copy,
18  #  modify and redistribute granted by the license, users are provided only
19  #  with a limited warranty  and the software's author,  the holder of the
20  #  economic rights,  and the successive licensors  have only  limited
21  #  liability.
22  #
23  #  The fact that you are presently reading this means that you have had
24  #  knowledge of the CeCILL-B license and that you accept its terms.
25  # ------------------------------------------------------------------------ */
26
27
28 /*=========================================================================
29   Program:   bbtk
30   Module:    $RCSfile: bbtkQt.h,v $
31   Language:  C++
32   Date:      $Date: 2012/11/16 08:49:01 $
33   Version:   $Revision: 1.3 $
34 =========================================================================*/
35
36
37
38 #ifndef __bbtkWt_h_INCLUDED__
39 #define __bbtkWt_h_INCLUDED__
40
41 //===========================================================================
42 // SIGNAL/SLOT MECHANISM 
43 // FOR bbtk WINDOWS CREATION/DESTRUCTION OBSERVATION 
44 // BBTKWXSIG
45 #include <boost/signal.hpp>
46 #include <boost/bind.hpp>
47
48
49 //TODO Include libs in the CMake escription
50 #include <Wt/WApplication>
51 #include <Wt/WEnvironment>
52 #include <Wt/WContainerWidget>
53 #include <Wt/WWidget>
54 #include <Wt/WCheckBox>
55 #include <Wt/WServer>
56 #include <Wt/WText>
57 #include <Wt/WPushButton>
58 #include <Wt/WSlider>
59 #include <Wt/WHBoxLayout>
60 #include <Wt/WVBoxLayout>
61 #include <Wt/WBorderLayout>
62 #include <Wt/WLineEdit>
63 #include <Wt/WComboBox>
64 #include <Wt/WSelectionBox>
65 #include <Wt/WGroupBox>
66 #include <Wt/WRadioButton>
67 #include <Wt/WButtonGroup>
68 #include <Wt/WLayout>
69 #include <Wt/WHBoxLayout>
70 #include <Wt/WVBoxLayout>
71 #include <Wt/WRadioButton>
72 #include <Wt/Ext/Splitter>
73 #include <Wt/WTabWidget>
74 //typedef boost::signals::trackable SignalObserver;
75 // \BBTKWXSIG
76 //===========================================================================
77
78
79 //===========================================================================
80 // Qt headers
81 // DEFINIR LOS HEADERS Wt que se necesitan  *-*-*-*-*-*-*-*-*-*
82 /*
83 #ifdef USE_WT
84 #include "qwidget.h"
85 // EO Qt headers
86
87 #else //USE_QT
88
89 // define QWidget
90 typedef void QWidget;
91 typedef void QBusyCursor;
92
93 #endif // EO USE_WXWIDGETS
94
95 //-*-*-*-* JFGA 
96
97 */
98 #ifdef USE_WT
99
100
101 // Definition of some classes used in tehe code
102 typedef Wt::WEnvironment WtWEnvironment;
103 typedef Wt::WWidget WtWWidget;
104 //typedef Wt::WContainerWidget WtWContainerWidget;
105 typedef Wt::WApplication WtWApplication;
106 typedef Wt::WString WtWString;
107
108
109
110 #else // EO_USE_WT
111
112
113 typedef void WtWidget;
114 typedef void WtWContainerWidget;
115 typedef void WtWApplication;
116 typedef void WtBusyCursor;
117
118 #endif // EO USE_WT
119
120
121 //==========================================================================
122
123 //===========================================================================
124 #include "bbtkSystem.h"
125 //===========================================================================
126
127
128
129
130
131 namespace bbtk
132 {
133
134   //==================================================================
135   /// Global wt handlers (cursor...)
136
137
138 // BBTKWXSIG BBTK_ADD_BLACK_BOX_TO_PACKAGE(MyProjectWT,Testing)
139
140 #define bbtkAddWtSignalObserver(METHOD)         \
141   WWt::AddSignalObserver(boost::bind(&METHOD, this))
142 // \BBTKWXSIG
143
144 #define BBTK_BUSY_CURSOR bbtk::WWt::BusyCursor __bbtk_dummy_busy_cursor;
145
146   struct BBTK_EXPORT WWt
147   {     
148   public:
149     // BBTKWXSIG
150     // The keyword 'signals' is also a macro in qt
151     //    typedef boost::signals::trackable SignalObserver;
152     typedef boost::signals::trackable SignalObserver;
153     typedef boost::signal<void ()>  Signal_type;
154     typedef Signal_type::slot_function_type Slot_function_type;
155     // \BBTKWXSIG
156
157     /*
158     static void ResetCursor();
159     static void BeginBusyCursor(); 
160     static void EndBusyCursor();
161     */
162
163     static void LoopUntilAllWindowsClose();
164
165     class BusyCursor
166     {
167     public:
168       BusyCursor();
169       ~BusyCursor();
170       //wxBusyCursor* mCursor; The wxBusyCursor is only for comunicate to the client/user that the program is busy. 
171     };
172
173
174     static void ProcessPendingEvents();
175     /// Sets the parent of all bbtk windows
176     static void SetTopWindow(Wt::WContainerWidget*);
177     /// Returns the parent of all bbtk windows 
178     static Wt::WContainerWidget* GetTopWindow();
179
180     
181     static void IncNbWindowsAlive();
182     static void DecNbWindowsAlive();
183     static int  GetNbWindowsAlive();
184     static bool IsSomeWindowAlive();
185     
186
187     // BBTKWXSIG
188     static void AddSignalObserver(Slot_function_type);
189     // \BBTKWXSIG
190
191
192
193
194   //private:
195     static void CreateWtAppIfNeeded();
196     static void DestroyWtAppIfNeeded();
197
198   }; // struct Wt
199   //==================================================================
200   
201 #ifdef USE_WT
202   //==================================================================
203   /// Conversion std::string to wxString 
204   inline Wt::WString std2wt(const std::string& s)
205   {
206   //  Wt::WString wt;
207 /*
208     const char* my_string=s.c_str();
209     wxMBConvUTF8 *wxconv= new wxMBConvUTF8();
210     wx=wxString(wxconv->cMB2WC(my_string),wxConvUTF8);
211     delete wxconv;
212     // test if conversion works of not. In case it fails convert from Ascii
213     if(wx.length()==0)
214       wx=wxString(wxString::FromAscii(s.c_str()));
215 */      
216     return Wt::WString::fromUTF8(s,false);
217     //return new Wt::WString(s);//wt;
218   }
219   //==================================================================
220
221   //==================================================================
222   /// Conversion wxString to std::string
223   inline  std::string wt2std(const Wt::WString& s){
224    /* std::string s2;
225     if(s.wxString::IsAscii()) {
226       s2=s.wxString::ToAscii();
227     } else {
228       const wxWX2MBbuf tmp_buf = wxConvCurrent->cWX2MB(s);
229       const char *tmp_str = (const char*) tmp_buf;
230       s2=std::string(tmp_str, strlen(tmp_str));
231     }
232
233     return s2;*/
234         return s.toUTF8();
235   }
236   //==================================================================
237 #endif // EO _USE_WXWIDGETS
238
239
240
241
242   
243 } // namespace bbtk
244   
245
246 #endif // EO __bbtkWt_h_INCLUDED__