markers.data#
- markers.data.dumpguidtimes()#
Print a table of the GUID activation times to the log.
Version History
Version
Notes
0.3.0
Added
- markers.data.clearguidtimes(guid)#
Clear all activations from the given GUID.
- Parameters:
guid (
string)
Version History
Version
Notes
0.3.0
Added
- markers.data.iscategoryactive(category[, ancestors])#
Return
trueif the category is active and should be shown orfalseotherwise.- Parameters:
category (
markers.package.category)ancestors (
boolean) – (Optional) If the ancestors ofcategorymust also be active.
- Return type:
Version History
Version
Notes
0.3.0
Added
- markers.data.setcategoryactive(category, active)#
Sets the category to active (to be drawn).
- Parameters:
category (
markers.package.category)active (
boolean)
Version History
Version
Notes
0.3.0
Added
- markers.data.guidactive(guid, period[, activateid])#
Return
trueif the given guid has already been activated within the givenperiodandactivateid.- Parameters:
Version History
Version
Notes
0.3.0
Added