|
Ground-Truthing GUI
1.0
|
Adds an icon at the top-left corner of a rectangle. More...
#include <addiconpicture.h>
Public Member Functions | |
| AddIconPicture (QGraphicsScene *scene_1, RectangleDraw *rectangle) | |
| The constructor of the AddIconPicture class. More... | |
| virtual QGraphicsPixmapItem * | getItem () const |
| Return the little item which is associated to a rectangle when it is annotated. More... | |
Adds an icon at the top-left corner of a rectangle.
When the user has annotated a rectangle, this class adds an icon at the top-left corner of the latter. It will allow the user to know which rectangles has already been annotated or not.
Contacts: nikolaos.arvanitopoulos@epfl.ch and david.carmona-moreno@epfl.ch
Created on: Mon Jan 12 14:00:00 2016
|
inline |
The constructor of the AddIconPicture class.
| scene | The application QGraphicsScene |
| rectangle | A rectangle drawn by the user |
|
virtual |
Return the little item which is associated to a rectangle when it is annotated.
1.8.11