home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ool_main.zip / ool / include / xvideo.h < prev    next >
Text File  |  1998-04-06  |  955b  |  27 lines

  1. #ifndef __OOL_XVIDEO_H__
  2. #define __OOL_XVIDEO_H__
  3.  
  4. /*===========================================================================*/
  5. /* OOL ------------------- the Open Object Library ------------------- r 1.0 */
  6. /*===========================================================================*/
  7. /*                              class: XVideo                                */
  8. /*                       derived from: XMediaWindow                          */
  9. /*                        last update: 2/97                                  */
  10. /*                      programmed by: Stefan von Brauk (sbrauk@gwdg.de)     */
  11. /*===========================================================================*/
  12.  
  13.  
  14. #include "xmedia.h"
  15.  
  16. class XFrameWindow;
  17.  
  18.  
  19. class _export_ XVideo: public XMediaWindow{
  20.    public:
  21.       XVideo( const XFrameWindow *);
  22.       LONG Restore( void ) const;
  23.       LONG SetViewPort( const XFrameWindow * w) const;
  24. };
  25.  
  26. #endif
  27.