Searched refs:opSection (Results 1 – 2 of 2) sorted by relevance
30 OperationSequenceSection * opSection = dynamic_cast<OperationSequenceSection*>(section); in generate() local31 if (opSection) in generate()33 processOperationSection(opSection, image); in generate()
467 OperationSequenceSection * opSection = new OperationSequenceSection(sectionID); in processSections() local468 opSection->setOptions(optionsDict); in processSections()469 opSection->getSequence() += sequence; in processSections()470 outputSection = opSection; in processSections()