Table of Contents

Struct SelectRequest

Namespace
Ofs
Assembly
Ofs.Api.dll

One selection gesture handed to an active selection mode, once per editable axis (the host fans out per-axis). The mode reads the region and axis, enumerates candidates itself through Host.Axes[req.Axis], and returns the actions it keeps.

public readonly struct SelectRequest

Properties

Axis

The axis being resolved (the lead, then each group follower — one call each).

public StandardAxis Axis { get; }

Property Value

StandardAxis

EndTime

Box: range end.

public double EndTime { get; }

Property Value

double

Gesture

Which gesture authored this request.

public SelectGesture Gesture { get; }

Property Value

SelectGesture

Pos

Point: the clicked position.

public int Pos { get; }

Property Value

int

StartTime

Box: range start. Point: the clicked time (== EndTime).

public double StartTime { get; }

Property Value

double