classPiiImageOverlay
#include <PiiImageOverlay.h>
Image overlay is a layer that is drawn on PiiImageDisplay Each overlay has a paint method that is called by display.
Inherited by PiiCrossOverlay, PiiGeometricOverlay, PiiLineOverlay, PiiStringOverlay
Description
Constructors and destructor
|
( )
|
|
|
virtual
|
( )
|
Public member functions
|
virtual bool
|
Returns true if the overlay contains the point p. |
|
virtual bool
|
Returns true if the overlay intersects r. |
|
virtual void
|
Paint the overlay to |
|
void
|
|
|
( )
|
Protected member functions
|
( )
|
Function details
-
PiiImageOverlay
()[protected] -
virtual ~PiiImageOverlay
()[virtual] -
Returns true if the overlay contains the point p.
The default implementation returns
false. -
Returns true if the overlay intersects r.
This is used for paint optimization. The default implementation returns
true. -
Paint the overlay to
painter.If
filledistrue, the overlay shape shall be filled with. Otherwise just its boundary will be drawn. -
void setToolTipText
-
QString toolTipText
()
Add a note
Not a single note added yet. Be the first, add yours.