49 class CnetDisplayProperties :
public QObject {
54 static CnetDisplayProperties *getInstance();
55 virtual ~CnetDisplayProperties();
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();
109 QTimer *m_composeStatusPoller;
111 QAtomicInt *m_composedCount;
112 QAtomicInt *m_interruptFlag;
115 QReadWriteLock *m_readWriteLock;