Property | Type | Description | |
---|---|---|---|
cache | IDatabaseTrackModelCache |
Method | Description | |
---|---|---|
AddCondition ( string part ) : void | ||
AddCondition ( string tables, string part ) : void | ||
Clear ( ) : void | ||
Contains ( |
||
DatabaseTrackListModel ( |
||
GetRandom ( System.DateTime notPlayedSince ) : TrackInfo | ||
GetRandom ( System.DateTime notPlayedSince, string shuffle_mode, bool repeat, bool resetSinceTime, Banshee.Collection.Database.Shuffler shuffler ) : TrackInfo | ||
IndexOf ( QueryNode query, long offset ) : int | ||
IndexOf ( TrackInfo track ) : int | ||
IndexOfFirst ( TrackInfo track ) : int | ||
Initialize ( IDatabaseTrackModelCache cache ) : void | ||
InvalidateCache ( bool notify ) : void | ||
Reload ( ) : void | ||
Reload ( IListModel reloadTrigger ) : void | ||
Resort ( ) : void | ||
Sort ( ISortableColumn column ) : bool | ||
UpdateUnfilteredAggregates ( ) : void | ||
this ( int index ) : TrackInfo |
Method | Description | |
---|---|---|
GenerateSortQueryPart ( ) : void |
Method | Description | |
---|---|---|
GenerateUserQueryFragment ( ) : void | ||
HandleCacheAggregatesUpdated ( IDataReader reader ) : void | ||
IExportableModel ( int index ) : object>.IDictionary |
||
IExportableModel ( ) : int | ||
PrefixCondition ( string prefix ) : string | ||
ReloadWithFilters ( bool with_filters ) : void | ||
ReloadWithoutFilters ( ) : void |
public AddCondition ( string tables, string part ) : void | ||
tables | string | |
part | string | |
return | void |
public Contains ( |
||
track | ||
return | bool |
public DatabaseTrackListModel ( |
||
connection | ||
provider | IDatabaseTrackModelProvider | |
source | Banshee | |
return | System |
public GetRandom ( System.DateTime notPlayedSince ) : TrackInfo | ||
notPlayedSince | System.DateTime | |
return | TrackInfo |
public GetRandom ( System.DateTime notPlayedSince, string shuffle_mode, bool repeat, bool resetSinceTime, Banshee.Collection.Database.Shuffler shuffler ) : TrackInfo | ||
notPlayedSince | System.DateTime | |
shuffle_mode | string | |
repeat | bool | |
resetSinceTime | bool | |
shuffler | Banshee.Collection.Database.Shuffler | |
return | TrackInfo |
public IndexOf ( QueryNode query, long offset ) : int | ||
query | QueryNode | |
offset | long | |
return | int |
public IndexOfFirst ( TrackInfo track ) : int | ||
track | TrackInfo | |
return | int |
public Initialize ( IDatabaseTrackModelCache cache ) : void | ||
cache | IDatabaseTrackModelCache | |
return | void |
public InvalidateCache ( bool notify ) : void | ||
notify | bool | |
return | void |
public Reload ( IListModel reloadTrigger ) : void | ||
reloadTrigger | IListModel | |
return | void |
public Sort ( ISortableColumn column ) : bool | ||
column | ISortableColumn | |
return | bool |