Main Page | Class Hierarchy | Class List | Directories | File List | Class Members

hk_kdesubform.h

00001 // ****************************************************************************
00002 // copyright (c) 2000-2005 Horst Knorr <hk_classes@knoda.org>
00003 // This file is part of the hk_kdeclasses library.
00004 // This file may be distributed and/or modified under the terms of the
00005 // GNU Library Public License version 2 as published by the Free Software
00006 // Foundation and appearing in the file LGPL included in the
00007 // packaging of this file.
00008 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
00009 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
00010 // ****************************************************************************
00011 
00012 #ifndef HK_KDESUBFORM_H
00013 #define HK_KDESUBFORM_H
00014 #include <hk_subform.h>
00015 #include <qscrollview.h>
00016 class hk_kdesimpleform;
00017 
00018 class hk_kdesubform: public QScrollView,public hk_subform
00019 {
00020 Q_OBJECT
00021 public:
00022 hk_kdesubform(hk_kdesimpleform*);
00023 virtual ~hk_kdesubform();
00024 virtual void show_widget(void);
00025 virtual void hide_widget(void);
00026 virtual void close_widget(void);
00027 
00028 protected:
00029 bool widget_specific_coordinates(uint px,uint py,uint pwidth,uint pheight);
00030         virtual void widget_specific_enabled_changed(void);
00031 void resizeEvent ( QResizeEvent * event );
00032 void moveEvent ( QMoveEvent * event);
00033 virtual bool    presentationmode_changed(void);
00034 
00035 private:
00036 void reposition(void);
00037 };
00038 
00039 #endif //HK_KDESUBFORM_H

Generated on Tue Sep 13 04:14:42 2005 for Databasehandlingdialogclasses by  doxygen 1.4.4