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

TableDataSource* Impala::Application::MediaTable::FlickrModule::NewTableDataSource (  )  [inline, virtual]

Reimplemented from Impala::Application::MediaTable::TableDataSourceModule.

Definition at line 53 of file FlickrModule.h.

References Impala::Application::MediaTable::TableDataStore::AddTableDataSource(), Impala::Application::MediaTable::TableDataStore::GetInstance(), and Impala::Application::MediaTable::ConfigWindowModule::mStringValues.

00054         {
00055                 TableDataSource* source;
00056                 source = new TableDataSourceFlickrPhotoList(mStringValues["Flickr API URL"]);
00057                 TableDataStore* store = TableDataStore::GetInstance();
00058                 store->AddTableDataSource(mStringValues["Name"], source);
00059                 return source;
00060         }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:19 2011 for ImpalaSrc by  doxygen 1.5.1