1 #ifndef SHAPEFILELAYERENTITY_H 2 #define SHAPEFILELAYERENTITY_H 14 QModelIndex
index(
int row,
int column,
const QModelIndex &
parent)
const override;
29 #endif // SHAPEFILELAYERENTITY_H Definition: benthosentity.cpp:27
void onActionShapeColor()
Definition: shapefilelayerentity.cpp:64
virtual ~ShapefileLayerEntity()
Definition: shapefilelayerentity.cpp:39
virtual QModelIndex parent(const QModelIndex &parent) const
Definition: layerentity.cpp:42
ShapefileLayerEntity(ObjectTreeModel *_model, int LayerEntity_idx=-1)
Definition: shapefilelayerentity.cpp:33
virtual QMenu * contextMenu() const override
Definition: shapefilelayerentity.cpp:52
Definition: objecttreemodel.h:39
QModelIndex index(int row, int column, const QModelIndex &parent) const override
Definition: shapefilelayerentity.cpp:44
Generic Entity for layer management.
Definition: layerentity.h:33
Definition: shapefilelayerentity.h:8