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

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

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

Definition at line 68 of file CSVModule.h.

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

00069         {
00070                 TableDataSource* source;
00071                 source = new TableDataSourceCSV(mStringValues["Filename"]);
00072                 TableDataStore* store = TableDataStore::GetInstance();
00073                 store->AddTableDataSource(mStringValues["Name"], source);
00074                 return source;
00075         }

Here is the call graph for this function:


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