py::gui::models::flat_nextout Class Reference

Inheritance diagram for py::gui::models::flat_nextout:

Inheritance graph
[legend]

List of all members.

Public Member Functions

def matches
def get_row_colors

Private Member Functions

def _queryset


Member Function Documentation

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

00317                               :
00318                 return Album.objects.filter(published_date__gt=datetime.date.today())
00319 
        def matches( self, album ) :

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

00320                                    :
00321                 return album.is_nextout()
00322 
        def get_row_colors( self, row ) :

def py::gui::models::flat_nextout::get_row_colors (   self,
  row 
)

00323                                         :
00324                 return flat_catalog.get_row_colors(self, row, ['nextout'])
00325         
00326 
class flat_latestout( flat_catalog ) :


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