comparison src/filestates.h @ 541:0a16db274f2c fswatcher

Update the filesystem watcher with work directory / file state. Still doesn't track "clean" files properly unless "show all files" is enabled
author Chris Cannam
date Tue, 14 Feb 2012 16:17:23 +0000
parents 653e9694a694
children 533519ebc0cb
comparison
equal deleted inserted replaced
540:fc2df97920e8 541:0a16db274f2c
49 49
50 bool isInState(QString file, State s) const; 50 bool isInState(QString file, State s) const;
51 QStringList filesInState(State s) const; 51 QStringList filesInState(State s) const;
52 State stateOf(QString file) const; 52 State stateOf(QString file) const;
53 bool isKnown(QString file) const; 53 bool isKnown(QString file) const;
54
55 QStringList trackedFiles() const;
54 56
55 enum Activity { 57 enum Activity {
56 58
57 // These are in the order in which they want to be listed in 59 // These are in the order in which they want to be listed in
58 // the context menu 60 // the context menu