00001 //--- < FITALLRECT.H > ----------| ViewGraph - A Flexible Graph view Framework | 00002 // 00003 // FitAllRect is used when we want the mouse 00004 // to be caught nevertheless. 00005 // FitAllRect implements two functions for 00006 // this purpose: get_boundrect() and equal() 00007 // 00008 // $Author: botik32 $ 00009 // $Revision: 1.1.1.1 $ 00010 // $Date: 2004/03/26 10:50:21 $ 00011 //-----------------------------------------------------------------------------/ 00012 00013 #ifndef FITALLRECT_H 00014 #define FITALLRECT_H 00015 00016 class FitAllRect 00017 { 00018 public: 00019 static void get_boundrect( double&, double&, 00020 double&, double& ); 00021 static bool equal( double, double, double, double ); 00022 }; 00023 00024 #endif 00025 00026 /// $Log: fitallrect.h,v $ 00027 /// Revision 1.1.1.1 2004/03/26 10:50:21 botik32 00028 /// Initial release 00029 /// 00030 /// Revision 1.1.1.1 2004/03/26 08:53:33 botik 00031 /// initial import 00032 /// 00033 /// 00034 /// Revision 1.1 2003/11/17 16:53:44 botik 00035 /// initial import 00036 ///