LogMarker Struct Reference

A single pinned log line: the store entry it refers to plus the color assigned to it. More...

#include <ArmarXGui/gui-plugins/LoggingPlugin/ArmarXLogViewer/LogMarkerRegistry.h>

Public Attributes

QColor color
 
LogMarkerId id = 0
 
LogSeq seq = 0
 The pinned line, as a sequence number into the shared LogStore.
 

Detailed Description

A single pinned log line: the store entry it refers to plus the color assigned to it.

Definition at line 45 of file LogMarkerRegistry.h.

Member Data Documentation

◆ color

QColor color

Definition at line 51 of file LogMarkerRegistry.h.

◆ id

LogMarkerId id = 0

Definition at line 47 of file LogMarkerRegistry.h.

◆ seq

LogSeq seq = 0

The pinned line, as a sequence number into the shared LogStore.

A pin lives exactly as long as its entry is retained there.

Definition at line 50 of file LogMarkerRegistry.h.


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