X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fflag.hpp;h=2df13ca805e3ee74e5a185a372fc55049c7c8c80;hp=4f707bddf3caaa5d9c9fc233950769510041bf21;hb=1373fec59223e7511078abe3dbf4a6b61b4af234;hpb=873e80357d9622678069fcfe83b010717a68284c diff --git a/pv/views/trace/flag.hpp b/pv/views/trace/flag.hpp index 4f707bdd..2df13ca8 100644 --- a/pv/views/trace/flag.hpp +++ b/pv/views/trace/flag.hpp @@ -32,6 +32,10 @@ namespace pv { namespace views { namespace trace { +/** + * The Flag class represents items on the @ref Ruler that mark important + * events on the timeline to the user. They are editable and thus non-static. + */ class Flag : public TimeMarker, public enable_shared_from_this { Q_OBJECT