Show CValueView.h syntax highlighted
#ifndef __CVALUEVIEW_H__
#define __CVALUEVIEW_H__ 1
#include <osgIntrospectionToolKit/signalslib.hpp>
#include <QtCore/QtCore>
#include <QtGui/QtGui>
//#include <osgDesigner/core/CValueEditMenu.h>
namespace osgDesigner
{
class CValueView: public QTreeView
{
Q_OBJECT
public:
CValueView();
virtual ~CValueView();
virtual void setModel(QAbstractItemModel * new_model);
protected:
// virtual void contextMenuEvent(QContextMenuEvent *event);
protected slots :
void reziseColumnRequest(const QModelIndex& topLeft);
};
}
#endif /*CVALUEVIEW_H_*/
See more files for this project here