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

QFloatBar.h

Go to the documentation of this file.
00001 #ifndef __QFLOATBAR_H
00002 #define __QFLOATBAR_H
00003 
00004 #include <qtoolbar.h>
00005 #include <qmainwindow.h>
00006 
00007 class QFloatBar : public QToolBar
00008 {
00009     Q_OBJECT
00010         virtual void hideEvent(QHideEvent* e)
00011         {
00012             /*if (e->spontaneous())*/ emit OnHide();
00013         }
00014         public:
00015     QFloatBar(char* t, QMainWindow* mw, QMainWindow::ToolBarDock td, bool f) : QToolBar(t, mw, td, f) {}
00016  signals:
00017     void OnHide();
00018 };
00019 
00020 #endif

Generated on Sat Nov 5 16:16:56 2005 for OPIE by  doxygen 1.4.2