00001 00011 #ifndef __EDITATIONWINDOWOBJECTTRANSFERABLE__H__ 00012 #define __EDITATIONWINDOWOBJECTTRANSFERABLE__H__ 00013 00014 #include <wx/wx.h> 00015 00016 #include "../common.h" 00017 #include "../objects/Object.h" 00018 #include "../objects/ObjectTransferable.h" 00019 #include "EditationWindowObject.h" 00020 00021 // A part of the GUI 00022 namespace GUI { 00023 00027 class EditationWindowObjectTransferable: public EditationWindowObject { 00028 public: 00035 EditationWindowObjectTransferable(wxWindow * parent, 00036 ObjectTransferable::Config & editedConfig, 00037 const string & windowTitle = "Transferable object editation window"); 00038 00042 virtual ~EditationWindowObjectTransferable(); 00043 }; 00044 00045 } /* namespace GUI */ 00046 00047 #endif /* #ifndef __EDITATIONWINDOWOBJECTTRANSFERABLE__H__ */ 00048 00049 /* End of file EditationWindowObjectTransferable.h */