Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

Impala::Application::TagsLife::TableDataSourceWeekMap::TableDataSourceWeekMap ( Tag::weekStatsType weekstats,
int  nrOfRows 
) [inline]

Definition at line 18 of file TableDataSourceWeekMap.h.

References Impala::Application::MediaTable::RemoteRetriever::GetInstance(), Init(), mRemoteRetriever, mTotalRows, and mWeekStats.

00018                                                                      :
00019         TableDataSource()
00020     {
00021         Init();
00022         mWeekStats = weekstats;
00023         mTotalRows = nrOfRows;
00024         mRemoteRetriever = RemoteRetriever::GetInstance();
00025 
00026         // TODO: Maybe something like SetDefaultSortColumn would be useful?
00027         //SetSortColumn("flickrWeek", false);
00028     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:16:22 2011 for ImpalaSrc by  doxygen 1.5.1