コード例 #1
0
void GenericProcessor::disableEditor()
{

	GenericEditor* ed = getEditor();

	if (ed != 0)
	 	ed->stopAcquisition();
}