57 bool currentlyComposing()
const;
66 QString getFileName(QString fileName,
bool forceFullPaths =
false)
const;
68 bool forceFullPaths =
false)
const;
69 QString getSerialNumber(QString imageId);
70 bool getShowsFullPaths()
const;
73 void setCubeList(QString fileName);
74 void setFileNameUsage(
bool preferFileNames);
75 void setShowsFullPaths(
bool newState);
89 void composeProgressChanged(
int);
90 void composeProgressRangeChanged(
int,
int);
91 void compositionFinished();
100 void composeStatusUpdated();
101 void serialNumbersComposed();
108 QFutureWatcher< QMap< QString, QString > > * m_composeWatcher;
109 QTimer *m_composeStatusPoller;
111 QAtomicInt *m_composedCount;
112 QAtomicInt *m_interruptFlag;
115 QReadWriteLock *m_readWriteLock;