void ForceControlViewerPlugIn::stopPlugin() { ContainerObserver *co = getContainerObserver(); if (co != NULL) { co->removeContainerListener(m_fcViewerWidget); } }
void SpyPlugIn::stopPlugin() { ContainerObserver *co = getContainerObserver(); if (co != NULL) { co->removeContainerListener(m_viewerWidget); } }
void IrUsChartsPlugIn::stopPlugin() { ContainerObserver *co = getContainerObserver(); if (co != NULL) { co->removeContainerListener(m_irusChartsWidget); } }