From 904e73cbfa571377ab1860ba7d5a54119ab909e0 Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Wed, 2 Jan 2019 17:38:38 +0100 Subject: added some documentation to the source code --- src/data/graphelementdata.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/data/graphelementdata.h') diff --git a/src/data/graphelementdata.h b/src/data/graphelementdata.h index b1311d7..dce0d46 100644 --- a/src/data/graphelementdata.h +++ b/src/data/graphelementdata.h @@ -16,6 +16,12 @@ along with this program. If not, see . */ +/*! + * A list of GraphElementProperty objects, which convenience methods + * for lookup, deletion, re-ordering, etc. It inherits QAbstractItemModel + * so it can be used as the model for a QTreeView in the StyleEditor. + */ + #ifndef GRAPHELEMENTDATA_H #define GRAPHELEMENTDATA_H -- cgit v1.2.3