![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2007 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtOsgFullscreenWindow.h,v $ $Revision: 1.25 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00012 00013 #ifndef DtOsgFullscreenWindow_H_ 00014 #define DtOsgFullscreenWindow_H_ 00015 00016 #include <vrvOsg/vrvOsg.h> 00017 #include <vrvOsg/DtOsgWindow.h> 00018 #include <vrvUtil/DtWindowConfiguration.h> 00019 00020 namespace osg 00021 { 00022 class GraphicsContext; 00023 } 00024 00025 namespace makVrv 00026 { 00027 00028 class DtDe; 00029 00032 class DT_DLL_VRVOSG DtOsgFullscreenWindow : public DtOsgWindow 00033 { 00034 00035 public: 00036 00037 00039 DtOsgFullscreenWindow(DtDe& de, DtWindowConfiguration& wc); 00040 00042 virtual ~DtOsgFullscreenWindow(); 00043 00045 virtual void setPosition(int x,int y); 00046 00048 virtual void resize(int width,int height); 00049 00050 protected: 00051 00052 00053 }; 00054 00057 class DT_DLL_VRVOSG DtOsgFullscreenWindowCreator : public DtWindowCreator 00058 { 00059 public: 00060 00062 DtOsgFullscreenWindowCreator(); 00063 00065 virtual ~DtOsgFullscreenWindowCreator(); 00066 00068 virtual DtWindow* create(DtDe&, DtWindowConfiguration&); 00069 00070 }; 00071 } 00072 00073 #endif 00074