X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftriggermarker.hpp;h=a18372770242970a57beed8e4339ff03d7f22e1c;hp=bb04911c44296978cdceb46260bf332bd524e3bf;hb=39ab01e794a0c13cfc012e90dd17eaebc234fb38;hpb=51ae69ae74d4868e52785875daa5fa1360e638a6 diff --git a/pv/view/triggermarker.hpp b/pv/view/triggermarker.hpp index bb04911c..a1837277 100644 --- a/pv/view/triggermarker.hpp +++ b/pv/view/triggermarker.hpp @@ -14,17 +14,17 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ -#ifndef PULSEVIEW_PV_VIEW_TRIGGER_MARKER_HPP -#define PULSEVIEW_PV_VIEW_TRIGGER_MARKER_HPP +#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_TRIGGER_MARKER_HPP +#define PULSEVIEW_PV_VIEWS_TRACEVIEW_TRIGGER_MARKER_HPP #include "timeitem.hpp" namespace pv { -namespace view { +namespace views { +namespace TraceView { class TriggerMarker : public TimeItem { @@ -73,14 +73,15 @@ public: * Paints the foreground layer of the item with a QPainter * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with. - **/ + */ void paint_fore(QPainter &p, const ViewItemPaintParams &pp) override; private: pv::util::Timestamp time_; }; -} // namespace view +} // namespace TraceView +} // namespace views } // namespace pv -#endif // PULSEVIEW_PV_VIEW_TRIGGER_MARKER_HPP +#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_TRIGGER_MARKER_HPP