#include "ParaWidgetInterfaceOperator.h" namespace EventOper { ParaWidgetInterfaceOperator::ParaWidgetInterfaceOperator() { } ParaWidgetInterfaceOperator::~ParaWidgetInterfaceOperator() { } void ParaWidgetInterfaceOperator::eventProcess(int index, QHash value) { Q_UNUSED(index); Q_UNUSED(value); } void ParaWidgetInterfaceOperator::CurrentObjectChange(int objID) { Q_UNUSED(objID); } void ParaWidgetInterfaceOperator::updateTree() { } }