Crate zng_wgt_data
source ·Structs§
- Data context and validation.
- Represents an annotation set in a data context.
- Handle for a
DataNote
in a context. - Classifies the kind of information conveyed by a
DataNote
. - Represents the data notes set in a context.
Statics§
- Color pairs for note levels.
Traits§
- Represents a
DataNote
value.
Functions§
P
Data context.P
Insert a dataERROR
note in the context.P
Set the data noteERROR
color.P
Insert a dataINFO
note in the context.P
Set the data noteINFO
color.P
Insert a data note in the context.P
Insert a dataWARN
note in the context.P
Set the data noteWARN
color.P
Extend the data note level colors, thecolors
extend the parent colors, only entries of the same level are replaced.P
Get allERROR
data notes set on the context.P
Write allERROR
data notes set on the context to a text.P
Get allINFO
data notes set on the context.P
Write allINFO
data notes set on the context to a text.P
Get all data notes set on the context.P
Gets all the notes of highest data level set on the context.P
Get allWARN
data notes set on the context.P
Write allWARN
data notes set on the context to a text.P
Gets if anyERROR
data notes are set on the context.P
Gets if anyINFO
data notes are set on the context.P
Gets if any data notes are set on the context.P
Gets if anyWARN
data notes are set on the context.P
Sets the data note level colors, the parent colors are fully replaced.- Node that inserts a data note color in
DATA_NOTE_COLORS_VAR
. - Creates a note that samples
DataNotes
in a context.