Home
last modified time | relevance | path

Searched refs:changedCards (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/cartotheque/Cartotheque-0.1/
H A DCartotheque.m90 [changedCards removeObject:card];
141 NSLog(@" Commiting changes to %i cards", [changedCards count]);
142 enumerator = [changedCards objectEnumerator];
151 [changedCards removeAllObjects];
158 if(!changedCards)
160 changedCards = [[NSMutableSet alloc] init];
162 [changedCards addObject:card];
181 RELEASE(changedCards);
192 [coder encodeObject:changedCards forKey:@"changedCards"];
206 changedCards = [decoder decodeObjectForKey:@"changedCards"];
[all …]
H A DCartotheque.h27 NSMutableSet *changedCards; /** | hidden */ variable