Main Page   Class Hierarchy   Compound List   File List   Compound Members  

qtvisionviewiface.h

00001 // -*- c++ -*-
00002 
00003 /*
00004  *
00005  * Copyright (C) 2002 Richard Moore <rich@kde.org>
00006  *
00007  * This library is free software; you can redistribute it and/or
00008  * modify it under the terms of the GNU Library General Public
00009  * License as published by the Free Software Foundation; either
00010  * version 2 of the License, or (at your option) any later version.
00011  *
00012  * This library is distributed in the hope that it will be useful,
00013  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00014  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00015  * Library General Public License for more details.
00016  *
00017  * You should have received a copy of the GNU Library General Public License
00018  * along with this library; see the file COPYING.LIB.  If not, write to
00019  * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
00020  * Boston, MA 02111-1307, USA.
00021  */
00022 
00023 
00024 #ifndef QTVISIONVIEWIFACE_H
00025 #define QTVISIONVIEWIFACE_H
00026 
00027 #include <dcopobject.h>
00028 #include <dcopref.h>
00029 
00035 class QtVisionViewIface : virtual public DCOPObject
00036 {
00037     K_DCOP
00038 k_dcop:
00039 
00043     virtual DCOPRef driverIface() const=0;
00044 
00048     virtual int viewMode() const=0;
00049 
00053     virtual bool isShowNormal() const=0;
00054 
00058     virtual bool isShowTopLevel() const=0;
00059 
00063     virtual bool isShowFullScreen() const=0;
00064 
00068     virtual bool isShowVideoDesktop() const=0;
00069 
00073     virtual bool isShowNone() const=0;
00074 
00079     virtual bool isFloating() const=0;
00080 
00084     virtual void resetViewMode()=0;
00085 
00089     virtual void nextViewMode()=0;
00090 
00094     virtual void setViewMode( int mode )=0;
00095 
00096     virtual void setShowNone( bool active )=0;
00097     virtual void setShowNormal( bool active )=0;
00098     virtual void setShowTopLevel( bool active )=0;
00099     virtual void setShowFullScreen( bool active )=0;
00100     virtual void setShowVideoDesktop( bool active )=0;
00101 };
00102 
00103 #endif // QTVISIONVIEWIFACE_H
00104 
00105 
00106 // Local Variables:
00107 // c-basic-offset: 4
00108 // End:
00109 

Generated at Thu Jan 30 02:56:02 2003 for QtVision by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001