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