| Inherits from | |
|---|---|
| Declared in | NNRelatedTags.h |
Finds related tags for a given query or a given selection of tags. Tags are related if they are on the same NNTaggableObject.
Use this class if you want performance, it uses a query passed from the outside and observes its changes (i.e. from the browser).
For a version with integrated query use NNRelatedTagsStandalone.
posts NNRelatedTagsHaveChanged notification on update
- (id)initWithQuery:(NNQuery *)aQuery the query passed from the outside is observed and related tags adjusted periodically
Initializes related tags with some selected tags and a query.
NNRelatedTags.h- (NSUInteger)countCount of currently found related Tags
NNRelatedTags.h- (BOOL)isUpdatingYES if the related tags are currently updated; NO otherwise
NNRelatedTags.h- (BOOL)containsTag:(NNTag *)aTag YES if aTag is currently part of related tags; NO otherwise
NNRelatedTags.h- (void)setQuery:(NNQuery *)aQuery NNQuery used to search for NNTaggableObjects
Query to use for updating related tags
NNRelatedTags.h- (void)removeAllTagsEmpties related tags
NNRelatedTags.hLast updated: 2010-5-13