X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/d43174d0eb3d293b3bb5fbe76662241134e74d0d..0d3590739ff5a4ca9e87c052ac142f5d1d3a68ab:/AbstractBlock.h diff --git a/AbstractBlock.h b/AbstractBlock.h index acdc1c8..28e8b7a 100644 --- a/AbstractBlock.h +++ b/AbstractBlock.h @@ -54,7 +54,8 @@ public: void removeAllInterfaces(); void defineBlockParam(BlockParameter *param); - QList getInterfaces(); + QList getInterfaces(); //! return all interfaces + QList getDataInputs(); //! return all inputs of type data AbstractInterface* getIfaceFromName(QString name); BlockParameter* getParameterFromName(QString name);