Krotos Modules 3
Loading...
Searching...
No Matches
krotos::Selector Struct Reference

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
 

Detailed Description

A structure to hold info on a selected area.

Member Data Documentation

◆ leftHover

MonitoredBool krotos::Selector::leftHover

True if the mouse is over the left selection marker.

◆ rightHover

MonitoredBool krotos::Selector::rightHover

True if the mouse is over the right selection marker.

◆ segment

Range<int> krotos::Selector::segment

The segment of the timeline associated with this selector.

◆ segmentHover

MonitoredBool krotos::Selector::segmentHover

True if the mouse is over the segment.

◆ selection

Range<int> krotos::Selector::selection

The selected range within the segment, will never go beyond the bounds of the segment.

◆ selectionHover

MonitoredBool krotos::Selector::selectionHover

True if the mouse is over the selection.


The documentation for this struct was generated from the following file: