ActorPropertiesEditDialog.hh

Go to the documentation of this file.
00001 /* $Id: ActorPropertiesEditDialog.hh,v 1.7 2005/06/10 07:49:02 pfb Exp $ */
00002 // generated 2003/1/16 21:05:04 WST by pfb@goldmund.(none)
00003 // using glademm V0.6.4
00004 //
00005 // newer (non customized) versions of this file go to ActorPropertiesEditDialog.hh_new
00006 
00007 // you might replace
00008 //    class foo : public foo_glade { ... };
00009 // by
00010 //    typedef foo_glade foo;
00011 // if you didn't make any modifications to the widget
00012 
00013 #ifndef _ACTORPROPERTIESEDITDIALOG_HH
00014 #  include "ActorPropertiesEditDialog_glade.hh"
00015 #  define _ACTORPROPERTIESEDITDIALOG_HH
00016 
00021 #include <string>
00022 
00023 class ActorPropertiesDialog;
00024 
00025 class ActorPropertiesEditDialog : public ActorPropertiesEditDialog_glade
00026 {  
00027   //****************************************************************************
00028                              public:
00029 
00035   ActorPropertiesEditDialog(ActorPropertiesDialog *p, std::string name);
00036 
00040   virtual ~ActorPropertiesEditDialog();
00041 
00042   //****************************************************************************
00043                              private:
00044 
00045   friend class ActorPropertiesEditDialog_glade;
00046 
00050   void on_okbutton_clicked();
00051 
00055   void on_applybutton_clicked();
00056 
00060   void on_cancelbutton_clicked();
00061 
00066   void _widget_destroy();
00067 
00068   ActorPropertiesDialog *parent;
00069   std::string name;
00070 };
00071 
00072 /*
00073  * $Log: ActorPropertiesEditDialog.hh,v $
00074  * Revision 1.7  2005/06/10 07:49:02  pfb
00075  * Changes made as a result of dev. machine update from woody to sarge.
00076  * Most of the changes are because of the upgrade from gcc-2.95 to gcc-3.3.
00077  *
00078  * Revision 1.6  2005/05/11 11:40:11  pfb
00079  * Added module info.
00080  *
00081  * Revision 1.5  2003/02/20 05:33:23  pfb
00082  * Added _widget_destroy().
00083  *
00084  * Revision 1.4  2003/02/13 08:54:07  pfb
00085  * Added ctor argument. Work in progress.
00086  *
00087  * Revision 1.3  2003/02/12 15:55:27  pfb
00088  * Work in progress.
00089  *
00090  * Revision 1.2  2003/02/03 18:32:27  pfb
00091  * Added Log etc decoration.
00092  *
00093  * Revision 1.1  2003/01/22 17:33:32;  pfb
00094  * Initial rev.
00095  *
00096  */
00097 
00101 #endif