#include <vector>
#include <iosfwd>
#include "defs.h"
Go to the source code of this file.
Classes | |
class | Selection |
This class manages the set of shapes to be drawn on screen: memory allocation, storage, access, ... The shapes are stored by coordinates. For the moment, a selection can only hold one shape. In the various projects, this will be improved so a selection will be able to hold a list of shapes. More... |
Definition in file selection.h.