Implement region select capability in View.

This commit is contained in:
Jim Evins
2014-01-11 00:30:52 -05:00
parent eeb55cf846
commit e1e666fa3d
4 changed files with 192 additions and 21 deletions
+9
View File
@@ -21,6 +21,8 @@
#ifndef glabels_LabelRegion_h
#define glabels_LabelRegion_h
#include <QRectF>
namespace glabels
{
@@ -64,6 +66,13 @@ namespace glabels
inline void setY2( double value );
/////////////////////////////////
// Methods
/////////////////////////////////
public:
QRectF rect() const;
/////////////////////////////////
// Private Data
/////////////////////////////////