![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2007 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtOsgOsWindow.h,v $ $Revision: 1.28 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00012 00013 #ifndef DtOsgOsWindow_H_ 00014 #define DtOsgOsWindow_H_ 00015 00016 #include <vrvOsg/vrvOsg.h> 00017 #include <vrvOsg/DtOsgWindow.h> 00018 #include <vrvUtil/DtWindowConfiguration.h> 00019 00020 namespace makVrv 00021 { 00022 00023 class DtDe; 00024 00027 class DT_DLL_VRVOSG DtOsgOsWindow : public DtOsgWindow 00028 { 00029 public: 00030 00032 DtOsgOsWindow(DtDe& de, DtWindowConfiguration& wc); 00033 00035 virtual ~DtOsgOsWindow(); 00036 00038 virtual void setPosition(int x,int y); 00039 00041 virtual void resize(int width,int height); 00042 00043 00044 }; 00045 00048 class DT_DLL_VRVOSG DtOsgOsWindowCreator : public DtWindowCreator 00049 { 00050 public: 00051 00053 DtOsgOsWindowCreator(); 00054 00056 virtual ~DtOsgOsWindowCreator(); 00057 00058 00060 virtual DtWindow* create(DtDe&, DtWindowConfiguration&); 00061 00062 }; 00063 00064 00065 } 00066 00067 #endif 00068