CustomWidget.h
Go to the documentation of this file.
00001 /* 
00002  * Copyright (c) 2013 University of Jaume-I.
00003  * All rights reserved. This program and the accompanying materials
00004  * are made available under the terms of the GNU Public License v3.0
00005  * which accompanies this distribution, and is available at
00006  * http://www.gnu.org/licenses/gpl.html
00007  * 
00008  * Contributors:
00009  *     Mario Prats
00010  *     Javier Perez
00011  */
00012 
00013 #ifndef CUSTOMWIDGET
00014 #define CUSTOMWIDGET
00015 
00016 #include "SimulatorConfig.h"
00017 
00018 #include <osgWidget/Util>
00019 #include <osgWidget/WindowManager>
00020 #include <osgWidget/Box>
00021 
00022 class CustomWidget
00023 {
00024 public:
00025   CustomWidget()
00026   {
00027   }
00028 
00029   virtual osg::ref_ptr<osgWidget::Window> getWidgetWindow()=0;
00030 
00031   ~CustomWidget()
00032   {
00033   }
00034 };
00035 
00036 #endif
00037 


uwsim
Author(s): Mario Prats
autogenerated on Mon Oct 6 2014 08:24:07