X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/6a0ffdb10d7344d99e04c5518fca2b8295df94be..8fb3c55ee009a11db5e1c08a4cfb286979412745:/AbstractInterface.h?ds=sidebyside diff --git a/AbstractInterface.h b/AbstractInterface.h index 0e167db..95ad4bb 100644 --- a/AbstractInterface.h +++ b/AbstractInterface.h @@ -54,8 +54,9 @@ public : QString getDirectionString(); inline AbstractBlock *getOwner() { return owner;} inline AbstractInterface* getAssociatedIface() { return associatedIface; } - inline QString getClockIface() { return clkIface; } + inline QString getClockIfaceString() { return clkIface; } inline int getClockIfaceType() { return clkIfaceType; } + AbstractInterface* getClockIface(); double getDoubleWidth() throw(QException);