Code Search for Developers
 
 
  

IEditorPluginABC.h from osgDesigner at Krugle


Show IEditorPluginABC.h syntax highlighted

#ifndef __IEDITORPLUGINABC_H__
#define __IEDITORPLUGINABC_H__ 1

#include <osgIntrospectionToolKit/signalslib.hpp>
#include <QtGui/QDockWidget>
#include <osg/Referenced>

namespace osgDesigner
{
    class IEditorPluginABC : public osg::Referenced
    {
        public:
        	IEditorPluginABC() : osg::Referenced() {}

        protected:
        	virtual ~IEditorPluginABC() {}


        public:
        	virtual QWidget*           			getGui(osg::Referenced* node) = 0;
    };
}

#endif // ** __IEDITORPLUGINABC_H__ ** //




See more files for this project here

osgDesigner

osgDesigner is a graphical tool used to modify an OpenSceneGraph (OSG) scene using the osgIntrospection framework. OpenSceneGraph developpers will be able to extend osgDesigner at need using (editor | render | osgIntrospection wrapper) plugin system.

Project homepage: http://sourceforge.net/projects/osgdesigner
Programming language(s): C++,Shell Script
License: other

  CModulePrefixSuffix.h
  DynamicLibrary.h
  IEditorPluginABC.h
  IEditorPluginDescABC.h
  IEditorPluginWidgetABC.h
  IPluginDescABC.h
  IRenderPluginABC.h
  IRenderPluginDescABC.h
  SEditorPluginManager.h
  SEditorPluginRegistry.h
  SRenderPluginManager.h
  SRenderPluginRegistry.h
  TPluginManagerProxy.h