|
QGIS API Documentation 3.99.0-Master (26c88405ac0)
|
An object entity visitor to collect embedded scripts wthin a project and its layers. More...
#include <qgsobjectvisitor.h>

Public Member Functions | |
| const QList< QgsEmbeddedScriptEntity > & | embeddedScripts () const |
| Returns the collected embedded scripts. | |
| bool | visitEmbeddedScript (const QgsEmbeddedScriptEntity &entity, const QgsObjectVisitorContext &) override |
| Called when the visitor will visit an embedded script entity. | |
| Public Member Functions inherited from QgsObjectEntityVisitorInterface | |
| virtual | ~QgsObjectEntityVisitorInterface ()=default |
An object entity visitor to collect embedded scripts wthin a project and its layers.
Definition at line 120 of file qgsobjectvisitor.h.
|
inline |
Returns the collected embedded scripts.
Definition at line 131 of file qgsobjectvisitor.h.
|
inlineoverridevirtual |
Called when the visitor will visit an embedded script entity.
Subclasses should return false to abort further visitations, or true to continue visiting after processing this entity.
Reimplemented from QgsObjectEntityVisitorInterface.
Definition at line 124 of file qgsobjectvisitor.h.