16#ifndef QGSACTIONWIDGETWRAPPER_H 
   17#define QGSACTIONWIDGETWRAPPER_H 
   49    void setAction( 
const QgsAction &action );
 
   52    bool valid() 
const override;
 
   62    QPushButton *mActionButton = 
nullptr;
 
 
Utility class that encapsulates an action based on vector attributes.
 
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...
 
Represents a vector layer which manages a vector based dataset.