VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtEmbeddedOsgWindow.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef DtEmbeddedOsgWindow_H_
11 #define DtEmbeddedOsgWindow_H_
12 
13 #include <vrvOsgQt/vrvOsgQt.h>
14 #include <vrvOsg/DtOsgWindow.h>
15 
16 namespace makVrv
17 {
18 
19  class DtOsgAdapterQtWidget;
20 
24  {
25 
26  public:
27 
31 
34 
36  virtual void setPosition(int x,int y);
37 
39  virtual void resize(int width,int height);
40 
42  DtOsgAdapterQtWidget* adapterWidget();
43 
44  protected:
45 
47 
48  };
49 
50 }
51 
52 #endif
53 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)