Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

OptGeneral.h

00001 
00002 // MathGUI = a WYSIWYG equation editor + a powerful math engine      //
00003 // Copyright (C) 2003 by Francesco Montorsi                          //
00004 //                                                                   //
00005 // This library is free software; you can redistribute it and/or     //
00006 // modify it under the terms of the GNU Lesser General Public        //
00007 // License as published by the Free Software Foundation; either      //
00008 // version 2.1 of the License, or (at your option) any later         //
00009 // version.                                                          //
00010 //                                                                   //
00011 // This library is distributed in the hope that it will be useful,   //
00012 // but WITHOUT ANY WARRANTY; without even the implied warranty of    //
00013 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the      //
00014 // GNU Lesser General Public License for more details.               //
00015 //                                                                   //
00016 // You should have received a copy of the GNU Lesser General Public  //
00017 // License along with this program; if not, write to the Free        //
00018 // Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,   //
00019 // MA 02111-1307, USA.                                               //
00020 //                                                                   //
00021 // For any comment, suggestion or feature request, please contact    //
00022 // the administrator of the project at frm@users.sourceforge.net     //
00023 //                                                                   //
00025 // \file  OptGeneral.h
00026 // \brief Defines the mgOptGeneralPanel class.
00027 //
00028 // See OptGeneral.cpp for more info.
00030 
00031 
00032 
00033 
00034 #ifndef OPTGENERAL_H
00035 #define OPTGENERAL_H
00036 
00037 #if defined(__GNUG__) && !defined(__APPLE__)
00038 #pragma interface "OptGeneral.h"
00039 #endif
00040 
00041 // required includes
00042 #include "mg/OptBasePanel.h"
00043 
00044 
00045 
00046 
00068 class mgOptGeneralPanel : public mgOptBasePanel
00069 {
00070 protected:        // member variables
00071 
00072 
00073 protected:
00074 
00075    virtual mgOptDlg::mgOptChangedType
00076       CommitChanges( wxConfig* config );
00077    virtual void Setup( const wxString &itemLabel );
00078 
00081    void BuildCtrls();
00082 
00083 public:
00084    mgOptGeneralPanel();
00085    virtual ~mgOptGeneralPanel() {}
00086 
00087 
00088 
00089 private:
00090    DECLARE_DYNAMIC_CLASS( mgOptGeneralPanel )
00091    DECLARE_EVENT_TABLE()
00092 };
00093 
00094 
00095 #endif          // not defined OPTGENERAL_H
00096 
00097 


Documentation generated with Doxygen on Sun Feb 6 17:19:26 2005
Visit MathStudio home page for more info

[ Top ]