#include <consumer.h>
Public Member Functions | |
| BoxConsumer (const std::shared_ptr< Vector2i > &windowSize) | |
| virtual | ~BoxConsumer () |
| std::vector< int > | select (int x1, int y1, int x2, int y2) |
Public Member Functions inherited from cil::SelectionConsumer | |
| SelectionConsumer (const std::shared_ptr< Vector2i > &windowSize) | |
| virtual | ~SelectionConsumer () |
Additional Inherited Members | |
Protected Attributes inherited from cil::SelectionConsumer | |
| std::shared_ptr< Vector2i > | m_windowSize |
| cil::BoxConsumer::BoxConsumer | ( | const std::shared_ptr< Vector2i > & | windowSize | ) |
|
virtual |
| std::vector< int > cil::BoxConsumer::select | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2 ) |