Searched refs:fractalAlgorithm (Results 1 – 2 of 2) sorted by relevance
91 FractalAlgorithmInterface* fractalAlgorithm; in openDocument() local92 while( (fractalAlgorithm = FractalAlgorithmInterface::getAlgorithm(algorithmID)) != NULL ) { in openDocument()93 if(QString::fromLocal8Bit(fractalAlgorithm->getIdentifier()) == algorithmName) { in openDocument()98 if(fractalAlgorithm == NULL) { in openDocument()
93 FractalAlgorithmInterface* fractalAlgorithm; in FractalGeneratorApp() local96 while((fractalAlgorithm = FractalAlgorithmInterface::getAlgorithm(fractalAlgorithmID))) { in FractalGeneratorApp()97 …QAction* item = fractalAlgorithmMenu->addAction(QString::fromLocal8Bit(fractalAlgorithm->getName()… in FractalGeneratorApp()102 item->setChecked((fractalAlgorithm == View->getAlgorithm())); in FractalGeneratorApp()