|
Krotos Modules 3
|
A structure to hold info on a selected area. More...
#include <HelperClasses.h>
Public Attributes | |
| Range< int > | segment |
| Range< int > | selection |
| MonitoredBool | segmentHover |
| MonitoredBool | selectionHover |
| MonitoredBool | leftHover |
| MonitoredBool | rightHover |
A structure to hold info on a selected area.
| MonitoredBool krotos::Selector::leftHover |
True if the mouse is over the left selection marker.
| MonitoredBool krotos::Selector::rightHover |
True if the mouse is over the right selection marker.
| Range<int> krotos::Selector::segment |
The segment of the timeline associated with this selector.
| MonitoredBool krotos::Selector::segmentHover |
True if the mouse is over the segment.
| Range<int> krotos::Selector::selection |
The selected range within the segment, will never go beyond the bounds of the segment.
| MonitoredBool krotos::Selector::selectionHover |
True if the mouse is over the selection.