1 #ifndef CnetDisplayProperties_H
2 #define CnetDisplayProperties_H
17 template<
typename A,
typename B >
class QMap;
49 bool currentlyComposing()
const;
52 QString getFileName(QString fileName,
bool forceFullPaths =
false)
const;
54 bool forceFullPaths =
false)
const;
55 QString getSerialNumber(QString imageId);
56 bool getShowsFullPaths()
const;
58 void setCubeList(QString fileName);
59 void setFileNameUsage(
bool preferFileNames);
60 void setShowsFullPaths(
bool newState);
73 void composeProgressChanged(
int);
74 void composeProgressRangeChanged(
int,
int);
75 void compositionFinished();
84 void composeStatusUpdated();
85 void serialNumbersComposed();
93 QTimer *m_composeStatusPoller;
95 QAtomicInt *m_composedCount;
96 QAtomicInt *m_interruptFlag;
99 QReadWriteLock *m_readWriteLock;