Main Page   Class Hierarchy   Data Structures   File List   Data Fields  

changepageorder.h

00001 /***************************************************************************
00002                           changepageorder.h  -  description
00003                              -------------------
00004     begin                : Thu Apr 03 2003
00005     copyright            : (C) 2003 by Michael Otto
00006     email                : Michael.Otto@saskathex.de
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef CHANGEPAGEORDER_H
00019 #define CHANGEPAGEORDER_H
00020 
00021 #include <gtkmm.h>
00022 
00023 #include <iostream>
00024 
00025 class StockMarket;
00026 class StockMarketVector;
00027 
00028 using namespace std;
00029 
00034 class ChangePageOrder : public Gtk::Window  {
00035 
00036   private:
00037     Gtk::VBox *vbox, *vboxChoice;
00038     
00039     Gtk::SpinButton *spinbuttonPageNumber;
00040 
00041     vector <Gtk::RadioButton *> radioButtons;
00042     
00043     StockMarket *stockMarket;
00044     StockMarketVector *stockMarketVector;
00045         
00046     void quit();
00047     void setNewPageNumber();
00048     void finish();
00049 
00050   public: 
00051     ChangePageOrder(StockMarketVector * const stockMarketVector);
00052     ~ChangePageOrder();
00053 
00054   protected:
00055     virtual bool on_delete_event(GdkEventAny *event);
00056 
00057 };
00058 
00059 #endif

Generated on Tue May 27 21:24:01 2003 for gstockcalc by doxygen1.3-rc3