Expand description
Structs§
- DATA
- Data context and validation.
- Data
Note - Represents an annotation set in a data context.
- Data
Note Handle - Handle for a
DataNotein a context. - Data
Note Level - Classifies the kind of information conveyed by a
DataNote. - Data
Notes - Represents the data notes set in a context.
Statics§
- DATA_
NOTE_ COLORS_ VAR - Color pairs for note levels.
Traits§
- Data
Note Value - Represents a
DataNotevalue.
Functions§
- data
PData context.- data_
error PInsert a dataERRORnote in the context.- data_
error_ color PSet the data noteERRORcolor.- data_
info PInsert a dataINFOnote in the context.- data_
info_ color PSet the data noteINFOcolor.- data_
note PInsert a data note in the context.- data_
warn PInsert a dataWARNnote in the context.- data_
warn_ color PSet the data noteWARNcolor.- extend_
data_ note_ colors PExtend the data note level colors, thecolorsextend the parent colors, only entries of the same level are replaced.- get_
data_ error PGet allERRORdata notes set on the context.- get_
data_ error_ txt PWrite allERRORdata notes set on the context to a text.- get_
data_ info PGet allINFOdata notes set on the context.- get_
data_ info_ txt PWrite allINFOdata notes set on the context to a text.- get_
data_ notes PGet all data notes set on the context.- get_
data_ notes_ top PGets all the notes of highest data level set on the context.- get_
data_ warn PGet allWARNdata notes set on the context.- get_
data_ warn_ txt PWrite allWARNdata notes set on the context to a text.- has_
data_ error PGets if anyERRORdata notes are set on the context.- has_
data_ info PGets if anyINFOdata notes are set on the context.- has_
data_ notes PGets if any data notes are set on the context.- has_
data_ warn PGets if anyWARNdata notes are set on the context.- replace_
data_ note_ colors PSets the data note level colors, the parent colors are fully replaced.- with_
data_ note_ color - Node that inserts a data note color in
DATA_NOTE_COLORS_VAR. - with_
data_ notes - Creates a note that samples
DataNotesin a context.