X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fheader.hpp;h=5d2ba4b7ce1c9e794a5ffa8f27cf1c8b4b02f04c;hp=0038abb1a8f9528825908b794537025fe7d2e518;hb=3782d8609d2f4bd66855dc4f72c0f74d9bc11c23;hpb=4deee4de1660cd5cdc100f3130a3e68af97212d9 diff --git a/pv/views/trace/header.hpp b/pv/views/trace/header.hpp index 0038abb1..5d2ba4b7 100644 --- a/pv/views/trace/header.hpp +++ b/pv/views/trace/header.hpp @@ -37,6 +37,12 @@ class TraceTreeItem; class View; class ViewItem; +/** + * The Header class provides an area for @ref Trace labels to be shown, + * trace-related settings to be edited, trace groups to be shown and similar. + * Essentially, it is the main management area of the @ref View itself and + * shown on the left-hand side of the trace area. + */ class Header : public MarginWidget { Q_OBJECT