Implement region select capability in View.
This commit is contained in:
@@ -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
|
||||
/////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user