Home
last modified time | relevance | path

Searched refs:fractalAlgorithm (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/fractgen/fractgen-2.1.11/src/
H A Dfractalgeneratordoc.cc91 FractalAlgorithmInterface* fractalAlgorithm; in openDocument() local
92 while( (fractalAlgorithm = FractalAlgorithmInterface::getAlgorithm(algorithmID)) != NULL ) { in openDocument()
93 if(QString::fromLocal8Bit(fractalAlgorithm->getIdentifier()) == algorithmName) { in openDocument()
98 if(fractalAlgorithm == NULL) { in openDocument()
H A Dfractalgenerator.cc93 FractalAlgorithmInterface* fractalAlgorithm; in FractalGeneratorApp() local
96 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()