1 #ifndef CnetDisplayProperties_H     2 #define CnetDisplayProperties_H    10 template< 
typename A, 
typename B > 
class QMap;
    42       bool currentlyComposing() 
const;
    45       QString getFileName(QString fileName, 
bool forceFullPaths = 
false) 
const;
    47           bool forceFullPaths = 
false) 
const;
    48       QString getSerialNumber(QString imageId);
    49       bool getShowsFullPaths() 
const;
    51       void setCubeList(QString fileName);
    52       void setFileNameUsage(
bool preferFileNames);
    53       void setShowsFullPaths(
bool newState);
    66       void composeProgressChanged(
int);
    67       void composeProgressRangeChanged(
int, 
int);
    68       void compositionFinished();
    77       void composeStatusUpdated();
    78       void serialNumbersComposed();
    86       QTimer *m_composeStatusPoller;
    88       QAtomicInt *m_composedCount;
    89       QAtomicInt *m_interruptFlag;
    92       QReadWriteLock *m_readWriteLock;
 
QString getImageName(QString cubeSerialNumber, bool forceFullPaths=false) const
 
QList< QString > getCubeList(ControlNet *cnet) const
TODO comment me. 
 
Namespace for ISIS/Bullet specific routines. 
 
Handles how control networks should be displayed to the user.