Skip to content

Commit

Permalink
Dox
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 8, 2020
1 parent 8d38aa2 commit d5d7280
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/gui/layout/qgsgeopdflayertreemodel.h
Expand Up @@ -40,12 +40,14 @@ class GUI_EXPORT QgsGeoPdfLayerTreeModel : public QgsLayerTreeModel
Q_OBJECT

public:

//! Model columns
enum Columns
{
LayerColumn = 0,
GroupColumn,
InitiallyVisible,
IncludeVectorAttributes
LayerColumn = 0, //!< Layer name
GroupColumn, //!< PDF group
InitiallyVisible, //!< Initial visiblity state
IncludeVectorAttributes //!< Vector attribute
};

//! constructor
Expand Down

0 comments on commit d5d7280

Please sign in to comment.