FuncDoodle
Loading...
Searching...
No Matches
FuncDoodle::Selection Class Reference

Base class for selection shapes. More...

#include <Selection.h>

Inheritance diagram for FuncDoodle::Selection:
FuncDoodle::SquareSelection

Public Member Functions

virtual ~Selection ()
virtual std::vector< ImVec2i > All ()
 Returns every pixel coordinate contained in the selection.

Detailed Description

Base class for selection shapes.

Defines the interface for retrieving selected points.

Warning
Intended to be subclassed. Behavior depends on derived implementations.

Constructor & Destructor Documentation

◆ ~Selection()

FuncDoodle::Selection::~Selection ( )
virtualdefault

Member Function Documentation

◆ All()

std::vector< ImVec2i > FuncDoodle::Selection::All ( )
virtual

Returns every pixel coordinate contained in the selection.

Reimplemented in FuncDoodle::SquareSelection.


The documentation for this class was generated from the following files: