ActorOpenSelection.hh

Go to the documentation of this file.
00001 /* $Id: ActorOpenSelection.hh,v 1.4 2005/05/11 11:40:11 pfb Exp $ */
00002 // generated 2003/1/17 8:43:20 WST by pfb@goldmund.(none)
00003 // using glademm V0.6.4
00004 //
00005 // newer (non customized) versions of this file go to ActorOpenSelection.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 _ACTOROPENSELECTION_HH
00014 #  include "ActorOpenSelection_glade.hh"
00015 #  define _ACTOROPENSELECTION_HH
00016 
00021 class ActorOpenSelection : public ActorOpenSelection_glade
00022 {  
00023         
00024         friend class ActorOpenSelection_glade;
00025 
00026   //****************************************************************************
00027                              public:
00028 
00032   ActorOpenSelection();
00033 
00037   virtual ~ActorOpenSelection();
00038 
00039   //****************************************************************************
00040                              private:
00041 
00045   void on_ok_button_clicked();
00046 
00051   void _widget_destroy();
00052 
00053   Gtk::Widget  *parent;
00054   
00055 };
00056 
00057 /*
00058  * $Log: ActorOpenSelection.hh,v $
00059  * Revision 1.4  2005/05/11 11:40:11  pfb
00060  * Added module info.
00061  *
00062  * Revision 1.3  2003/02/03 18:32:27  pfb
00063  * Added Log etc decoration.
00064  *
00065  * Revision 1.2  2003/01/25 16:22:22;  pfb
00066  * Added CarpetViewerSingleton.
00067  *
00068  * Revision 1.1  2003/01/22 17:33:32;  pfb
00069  * Initial rev.
00070  *
00071  */
00072 
00076 #endif