void AiThread::start (  ) 

start thread

Definition at line 68 of file aithread.cpp.

00069 {
00070     this->connect( &m_zone, SIGNAL(progressStatus(int)), this, SIGNAL(progressStatus(int)));
00071 
00072     qRegisterMetaType<AiGenerator::AiZone*>("AiGenerator::AiZone");
00073     this->connect( &m_zone, SIGNAL(snapshot(AiGenerator::AiZone *)), this, SIGNAL(snapshot(AiGenerator::AiZone *)));
00074     QThread::start(QThread::LowPriority);
00075 }

 All Classes Namespaces Files Functions Variables Typedefs

Generated on Sat Feb 27 08:33:26 2010 for AiFractals by  doxygen 1.6.1