]> sigrok.org Git - pulseview.git/commit
Add TriggerMarker class.
authorTilman Sauerbeck <redacted>
Sat, 7 Nov 2015 10:24:42 +0000 (11:24 +0100)
committerTilman Sauerbeck <redacted>
Sun, 8 Nov 2015 17:23:36 +0000 (18:23 +0100)
commit51ae69ae74d4868e52785875daa5fa1360e638a6
tree33bf5c1a15bfa7c77389f33aeb69d53bd4b487f0
parentd75c5d12963b35bd8a8c507f565ec5c57fbdaac6
Add TriggerMarker class.

This will be used in a follow-up changeset for the markers that
visualize the time of SR_DF_TRIGGER.

Note that this copies a little code from the TimeMarker class,
but that seemed a better idea than deriving from it and disabling
the popup and label-drawing code.
CMakeLists.txt
pv/view/triggermarker.cpp [new file with mode: 0644]
pv/view/triggermarker.hpp [new file with mode: 0644]
test/CMakeLists.txt