creaImageIOWxPACSConnectionPanel.h

Go to the documentation of this file.
00001 #ifndef __creaImageIOWxPACSConnectionPanel_h_INCLUDED__
00002 #define __creaImageIOWxPACSConnectionPanel_h_INCLUDED__
00003 
00004 #ifdef USE_WXWIDGETS
00005 #include <creaWx.h>
00006 #include <creaImageIOWxGimmickView.h>
00007 
00008 
00009 namespace creaImageIO
00010 {
00014   //=====================================================================
00015  //=====================================================================
00016   class WxPACSConnectionPanel : public wxPanel
00017   {
00018   public:
00019     WxPACSConnectionPanel();    
00020         WxPACSConnectionPanel(wxWindow *parent, 
00021                 wxDialog* dial,
00022                 WxGimmickView* view);
00023     
00024     ~WxPACSConnectionPanel();
00026          void OnQueryPACS(wxCommandEvent& event);  
00027 
00028   private :
00029         wxTextCtrl* aeTitle;
00030         wxTextCtrl* pNumber;
00031         wxTextCtrl*     address;
00032         wxDialog* dialog;
00033         WxGimmickView* mView;
00034 
00035 
00036   }; // class WxPACSConnectionPanel
00037   //=====================================================================
00038 
00039   
00040 } // EO namespace creaImageIO
00041 
00042 
00043 #endif // USE_WIDGETS
00044 // EOF
00045 #endif
00046 
00047