#include <qtvisionviewiface.h>
Inheritance diagram for QtVisionViewIface::
DCOP Methods | |
virtual DCOPRef | driverIface () const=0 |
virtual int | viewMode () const=0 |
virtual bool | isShowNormal () const=0 |
virtual bool | isShowTopLevel () const=0 |
virtual bool | isShowFullScreen () const=0 |
virtual bool | isShowVideoDesktop () const=0 |
virtual bool | isShowNone () const=0 |
virtual bool | isFloating () const=0 |
virtual void | resetViewMode ()=0 |
virtual void | nextViewMode ()=0 |
virtual void | setViewMode (int mode)=0 |
virtual void | setShowNone (bool active)=0 |
virtual void | setShowNormal (bool active)=0 |
virtual void | setShowTopLevel (bool active)=0 |
virtual void | setShowFullScreen (bool active)=0 |
virtual void | setShowVideoDesktop (bool active)=0 |
|
Returns a DCOP reference to the QtVision object for the view.
Reimplemented in QtVisionWidget. |
|
Returns the current view mode.
Reimplemented in QtVisionWidget. |
|
Returns true if the view mode is ViewNormal.
Reimplemented in QtVisionWidget. |
|
Returns true if the view mode is ViewTopLevel.
Reimplemented in QtVisionWidget. |
|
Returns true if the view mode is ViewFullScreen.
Reimplemented in QtVisionWidget. |
|
Returns true if the view mode is ViewVideoDesktop.
Reimplemented in QtVisionWidget. |
|
Returns true if the view mode is ViewNone.
Reimplemented in QtVisionWidget. |
|
Returns true if the screen widget has been detached from its parent as a floating window.
Reimplemented in QtVisionWidget. |
|
Forces a return to normal mode.
Reimplemented in QtVisionWidget. |
|
Switches to the next view mode.
Reimplemented in QtVisionWidget. |
|
Activates the specified view mode.
Reimplemented in QtVisionWidget. |