Show CPropertiesView.h syntax highlighted
#ifndef __CPROPERTIESVIEW_H__
#define __CPROPERTIESVIEW_H__ 1
#include <osgIntrospectionToolKit/signalslib.hpp>
#include <QtCore/QtCore>
#include <QtGui/QtGui>
#include <osgDesigner/core/CValueView.h>
namespace osgDesigner
{
class CPropertiesView: public CValueView
{
Q_OBJECT
public:
CPropertiesView();
virtual ~CPropertiesView();
void contextMenuEvent(QContextMenuEvent *event);
};
}
#endif // ** __CPROPERTIESVIEW_H__ ** //
See more files for this project here