to avoid using this view frame once more, it is using after add any
node into first new dataflow in study.
QMap<QString, QString> getInterfaceNameMap() const;
+ /*!
+ * \brief The method nullify myInitalViewFrame variable
+ * to avoid using this view frame once more, it is using
+ * after add any node into first new dataflow in study.
+ */
+ void nullifyInitialVF() { if ( myInitialViewFrame ) myInitialViewFrame = 0; }
+
signals:
void KillMainThread(bool theValue);
aMain->addControlNode( theNode, SUPERV::CNode::_narrow( theEndNode ), true );
else
aMain->addComputeNode( theNode );
+ aSupMod->nullifyInitialVF();
}
}