X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fflag.hpp;h=2df13ca805e3ee74e5a185a372fc55049c7c8c80;hp=4f707bddf3caaa5d9c9fc233950769510041bf21;hb=2601ce965fc455d23f5a964b84ddd74eb93705c4;hpb=1573bf16ba50d1c023ad3a9ce596f0ab6eaeacff 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