16 #ifndef _MATRIX_FILE_CACHE_H_ 17 #define _MATRIX_FILE_CACHE_H_ 23 #include <sys/types.h> 62 int width,
int height);
105 bool seekTo(
int col)
const;
void setAutoClose(bool a)
If this is set true on a write-mode MatrixFile, then the file will close() itself when all columns ha...
void setColumnAt(int x, const void *data)
ResizeableBitset * m_setColumns
bool haveSetColumnAt(int x) const
static std::map< QString, int > m_refcount
bool seekTo(int col) const
MatrixFile(QString fileBase, Mode mode, int cellSize, int width, int height)
Construct a MatrixFile object reading from and/or writing to the matrix file with the given base name...
static QMutex m_createMutex
void getColumnAt(int x, void *data)