py::gui::models::flat_search Class Reference

Inheritance diagram for py::gui::models::flat_search:

Inheritance graph
[legend]

List of all members.

Public Member Functions

def matches

Private Member Functions

def _queryset


Member Function Documentation

def py::gui::models::flat_search::_queryset (   self  )  [private]

00338                               :
00339                 if self.filter :
00340                         return Album.objects.all()
00341                 return []
00342         
        def matches( self, album ) :

def py::gui::models::flat_search::matches (   self,
  album 
)

00343                                    :
00344                 return False
00345 
00346 
libraries = {


The documentation for this class was generated from the following file:
Generated on Tue Oct 9 20:40:28 2007 for Qomics by  doxygen 1.5.3