X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fflag.hpp;h=150d37e81eebab9effc4de3e5e6b89375c385c4c;hp=4f707bddf3caaa5d9c9fc233950769510041bf21;hb=1ae18301848d741a7a17888af9e1b10171a6ccc4;hpb=1573bf16ba50d1c023ad3a9ce596f0ab6eaeacff diff --git a/pv/views/trace/flag.hpp b/pv/views/trace/flag.hpp index 4f707bdd..150d37e8 100644 --- a/pv/views/trace/flag.hpp +++ b/pv/views/trace/flag.hpp @@ -32,12 +32,16 @@ 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 public: - static const QColor FillColour; + static const QColor FillColor; public: /**