paysages3d/src/editing/lighting/SmallPreviewHues.h

19 lines
336 B
C
Raw Normal View History

2013-08-18 15:13:15 +00:00
#ifndef SMALLPREVIEWHUES_H
#define SMALLPREVIEWHUES_H
#include "editing/common/DrawingWidget.h"
#include "rendering/tools/color.h"
class SmallPreviewHues: public DrawingWidget
{
Q_OBJECT
public:
SmallPreviewHues(QWidget* parent);
protected:
virtual void doDrawing(QPainter* painter);
};
#endif /* SMALLPREVIEWHUES_H */