comparison src/filestates.h @ 422:2af4b5b0bf83

Merge from branch "ignore"
author Chris Cannam <chris.cannam@eecs.qmul.ac.uk>
date Wed, 22 Jun 2011 13:01:50 +0100
parents 653e9694a694
children 0a16db274f2c
comparison
equal deleted inserted replaced
412:498c2ca0b367 422:2af4b5b0bf83
48 void parseStates(QString text); 48 void parseStates(QString text);
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 54
54 enum Activity { 55 enum Activity {
55 56
56 // These are in the order in which they want to be listed in 57 // These are in the order in which they want to be listed in
57 // the context menu 58 // the context menu