|
FileNodeRef & | operator= (const FileNodeRef &toCopy) |
|
bool | fileNodeExtant () const |
|
NodeState | getNodeState () const |
|
bool | isAncestorOf (const FileNodeRef &child) const |
|
const FileNodeRef | getChildWithName (QString childName) const |
|
bool | fileBufferLoaded () const |
|
const QByteArray | getFileBuffer () const |
|
void | setFileBuffer (const QByteArray *toSet) const |
|
bool | folderContentsLoaded () const |
|
FileNodeRef | getParent () const |
|
QList< FileNodeRef > | getChildList () const |
|
bool | isRootNode () const |
|
QPersistentModelIndex | getFirstModelIndex () const |
|
void | enactFolderRefresh (bool clearData=false) const |
|
FileMetaData & | operator= (const FileMetaData &toCopy) |
|
void | copyDataFrom (const FileMetaData &toCopy) |
|
void | setFullFilePath (QString fullPath) |
|
void | setSize (int newSize) |
|
void | setType (FileType newType) |
|
QString | getFullPath () const |
|
QString | getFileName () const |
|
QString | getContainingPath () const |
|
int | getSize () const |
|
FileType | getFileType () const |
|
QString | getFileTypeString () const |
|
bool | isNil () const |
|