Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

mxcpcVideoDisplay.h

00001 //           ///          //                                        Mx clientSDK
00002 //          /////        ////                    Mx Crossplatform Client Library
00003 //         /// XXX     XXX ///
00004 //        ///    XXX XXX    ///     $RCSfile: mxcpcVideoDisplay.h,v $
00005 //       ///       XXX       ///     $Revision: 1.2 $
00006 //      ///      XXX XXX      ///     $Date: 2005/12/07 10:38:54 $
00007 //     ////    XXX     XXX    ////     $Author: cvs-kai $
00008 //    ////                     ////
00009 //   ////  M  O  B  O  T  I  X  ////////////////////////////////////////////////
00010 //  //// Security Vision Systems //////////////////////////////////////////////
00011 //                                                                          //
00012 //  Copyright (C) 2005 - 2006, MOBOTIX AG, Germany                         //
00013 //  This software is made available under the BSD licence. Please refer   //
00014 //  to the file LICENCE.TXT contained in this distribution for details.  //
00015 //                                                                      //
00016 //  /////////////////////////////////////////////////////////////////////
00017 
00018 
00019 
00020 #ifndef __MXCPC_VIDEODISPLAY_H__
00021 #define __MXCPC_VIDEODISPLAY_H__
00022 
00023 
00024 
00025 #include <QGLWidget>
00026 
00027 
00028 
00029 //! Baseclass to all 2D display widgets - arranging for the proper preparation 
00030 //! of the respective <tt>OpenGL</tt> contexts.
00031 /*!
00032  *  \ingroup mxcpc_tek
00033 */
00034 class mxcpcVideoDisplay : public QGLWidget {
00035 
00036  public:
00037   mxcpcVideoDisplay(QWidget *parent);
00038   
00039  protected:
00040   void initializeGL(void);
00041 
00042  private:
00043   //! Tricky way of allowing the constructor to implicitly set a custom GL
00044   //! format...
00045   static QGLFormat getFormat(void);
00046 };
00047 
00048 
00049 
00050 #endif   // __MXCPC_VIDEODISPLAY_H__
00051 

Generated on Mon Jan 30 15:52:44 2006 for mxcpc by  doxygen 1.4.4