|
FuncDoodle
|
Arbitrary selection defined by a list of selected pixels. More...
#include <Selection.h>
Public Member Functions | |
| std::vector< ImVec2i > | All () override |
| Returns every selected coordinate. | |
| Public Member Functions inherited from FuncDoodle::Selection | |
| virtual | ~Selection () |
Public Attributes | |
| bool | Active |
| Whether the arbitrary selection is currently active. | |
| std::vector< ImVec2i > | All_ |
Arbitrary selection defined by a list of selected pixels.
Represents an arbitrary selection region using an std::vector of pixel coords. Computationally expensive, only used when you invert a selection.
|
overridevirtual |
Returns every selected coordinate.
Reimplemented from FuncDoodle::Selection.
| bool FuncDoodle::ArbitrarySelection::Active |
Whether the arbitrary selection is currently active.
| std::vector<ImVec2i> FuncDoodle::ArbitrarySelection::All_ |