ARLO Nester
Classes | Namespaces | Functions
tag.py File Reference

Classes

class  workspace.tools.views.tag.ViewTagForm
 

Namespaces

 workspace.tools.views.tag
 

Functions

def workspace.tools.views.tag.tagInfo (tag)
 Build a dictionary of Tag data from a Tag object. More...
 
def workspace.tools.views.tag.getTagInfo (request, tagID)
 Web interface wrapper around tagInfo(). More...
 
def workspace.tools.views.tag.viewTag (request, tagID)
 Visualize an individual Tag and its properties. More...
 
def workspace.tools.views.tag.viewParentTag (request, tagID)
 Redirect to a Tag's parent. More...
 
def workspace.tools.views.tag.deleteTag (request, tagID)
 Delete a tag. More...
 
def workspace.tools.views.tag.acceptTag (request, tagID)
 
def workspace.tools.views.tag.getTagsInAudioSegment (request, audioID, startTime, endTime, minFrequency, maxFrequency)
 Get a list of tags from a media file that are within a search window. More...
 
def workspace.tools.views.tag.deleteAllInvalidTagExamples (request, projectId)
 Delete all Invaliduser tags for a Project. More...
 
def workspace.tools.views.tag.createUserTag (request, projectID, audioID)
 Create a user tag. More...
 
def workspace.tools.views.tag.navigateTags (request, projectID, audioID)
 Navigate through an audio file by jumping to the next, previous, first, or last tag. More...
 
def workspace.tools.views.tag.newCreateUserTag (request, projectId)
 
def workspace.tools.views.tag.adjustTag (request, tagId)
 Adjust the data of an existing tag. More...
 
def workspace.tools.views.tag.deleteTags (request, projectId)
 Web interface to delete tags. More...
 
def workspace.tools.views.tag.getDeleteTagList (formData)
 Given data from a DeleteTagsForm, generate the list of Tags that will be deleted. More...
 
def workspace.tools.views.tag.getDeleteTagCount (request, projectId)
 AJAX call used to count the number of tags that a delete operation will remove. More...