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

Archetype: Ordering of the time range table of the dataframe view More...

#include <rerun/blueprint/archetypes/time_range_table_order.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

 TimeRangeTableOrder (TimeRangeTableOrder &&other)=default
 
TimeRangeTableOrder with_sort_key (rerun::blueprint::components::SortKey _sort_key) &&
 The primary sort key.
 
TimeRangeTableOrder with_sort_order (rerun::blueprint::components::SortOrder _sort_order) &&
 The sort order.
 

Public Attributes

std::optional< rerun::blueprint::components::SortKey > sort_key
 The primary sort key.
 
std::optional< rerun::blueprint::components::SortOrder > sort_order
 The sort order.
 

Static Public Attributes

static constexpr const char IndicatorComponentName []
 

Detailed Description

Archetype: Ordering of the time range table of the dataframe view

Member Data Documentation

◆ IndicatorComponentName

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

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