EditationWindowObjectTrail.h

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

Generated on Sun Apr 29 11:46:10 2007 for IPP/ICP2007 by  doxygen 1.4.7