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

qpopup.h

00001 
00002 #ifndef __QPOPUP_H
00003 #define __QPOPUP_H
00004 
00005 /*
00006 #include "LgiLinux.h"
00007 
00008 class QPopup : public QWidget
00009 {
00010 protected:
00011     class QPopupPrivate *Popup;
00012 
00013 public:
00014     QPopup(int i=0);
00015     ~QPopup();
00016 
00017     bool GetCancelled();
00018 
00019     virtual int popup(QWidget *parent, int Sx, int Sy);
00020     void mousePressEvent(QEvent *e);
00021     void show(bool Raise = false);
00022     void hide();
00023 };
00024 */
00025 
00026 #endif

Generated on Wed Oct 26 14:46:51 2005 for Lgi by  doxygen 1.4.1