X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/6a0ffdb10d7344d99e04c5518fca2b8295df94be..bc5d59217a24b25c1b913bec4a41dd026d02720c:/AbstractBoxItem.cpp diff --git a/AbstractBoxItem.cpp b/AbstractBoxItem.cpp index 911a790..0a82055 100644 --- a/AbstractBoxItem.cpp +++ b/AbstractBoxItem.cpp @@ -41,6 +41,7 @@ AbstractBoxItem::AbstractBoxItem(AbstractBlock *_refBlock, Dispatcher *_dispatch selected = false; currentInterface = NULL; + visible = true; rstClkVisible = false; wishboneVisible = false; @@ -71,6 +72,7 @@ AbstractBoxItem::AbstractBoxItem(Dispatcher *_dispatcher, Parameters *_params, i selected = false; currentInterface = NULL; + visible = true; rstClkVisible = false; wishboneVisible = false; @@ -94,7 +96,7 @@ bool AbstractBoxItem::isGroupItem() { return false; } -bool AbstractBoxItem::isSourceItem() { +bool AbstractBoxItem::isStimuliItem() { return false; }