#include <brushingaction.h>
|
|
| BrushingTarget (std::string_view target) |
|
| BrushingTarget (const BrushingTarget &rhs) |
|
BrushingTarget & | operator= (const BrushingTarget &rhs) |
|
std::string_view | getString () const |
|
|
static const BrushingTarget | Row |
|
static const BrushingTarget | Column |
|
|
bool | operator== (BrushingTarget lhs, BrushingTarget rhs) |
|
bool | operator< (BrushingTarget lhs, BrushingTarget rhs) |
|
bool | operator!= (BrushingTarget lhs, BrushingTarget rhs) |
|
bool | operator> (BrushingTarget lhs, BrushingTarget rhs) |
|
bool | operator<= (BrushingTarget lhs, BrushingTarget rhs) |
|
bool | operator>= (BrushingTarget lhs, BrushingTarget rhs) |
|
std::ostream & | operator<< (std::ostream &os, BrushingTarget bt) |
|
IVW_MODULE_BRUSHINGANDLINKING_API friend std::istream & | operator>> (std::istream &ss, BrushingTarget &bt) |
Represents a target for brushing and linking actions.
Commonly used brushing targets are BrushingTarget::Row and BrushingTarget::Column
- See also
- BrushingAndLinkingManager
The documentation for this struct was generated from the following file: