Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::blueprint::archetypes::VisibleTimeRanges Struct Reference

Archetype: Configures what range of each timeline is shown on a view. More...

#include <rerun/blueprint/archetypes/visible_time_ranges.hpp>

Public Types

using IndicatorComponent = rerun::components::IndicatorComponent< IndicatorComponentName >
 Indicator component, used to identify the archetype when converting to a list of components.
 

Public Member Functions

 VisibleTimeRanges (VisibleTimeRanges &&other)=default
 
 VisibleTimeRanges (Collection< rerun::blueprint::components::VisibleTimeRange > _ranges)
 

Public Attributes

Collection< rerun::blueprint::components::VisibleTimeRangeranges
 The time ranges to show for each timeline unless specified otherwise on a per-entity basis.
 

Static Public Attributes

static constexpr const char IndicatorComponentName []
 

Detailed Description

Archetype: Configures what range of each timeline is shown on a view.

Whenever no visual time range applies, queries are done with "latest-at" semantics. This means that the view will, starting from the time cursor position, query the latest data available for each component type.

The default visual time range depends on the type of view this property applies to:

  • For time series views, the default is to show the entire timeline.
  • For any other view, the default is to apply latest-at semantics.

Member Data Documentation

◆ ranges

Collection<rerun::blueprint::components::VisibleTimeRange> rerun::blueprint::archetypes::VisibleTimeRanges::ranges

The time ranges to show for each timeline unless specified otherwise on a per-entity basis.

If a timeline is specified more than once, the first entry will be used.

◆ IndicatorComponentName

constexpr const char rerun::blueprint::archetypes::VisibleTimeRanges::IndicatorComponentName[]
staticconstexpr
Initial value:
=
"rerun.blueprint.components.VisibleTimeRangesIndicator"

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