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

Impala::Application::VideoExcel::TableDataSourceImageDir::TableDataSourceImageDir ( CString  directory  )  [inline]

Definition at line 18 of file TableDataSourceImageDir.h.

References Init(), OpenDir(), Impala::Application::VideoExcel::TableDataSource::SetSortColumn(), and Impala::Application::VideoExcel::TableDataSource::TYPE_TEXT.

00018                                               :
00019         TableDataSource()
00020     {
00021         Init();
00022         OpenDir(directory);
00023 
00024         SetSortColumn("filename", TableDataSource::TYPE_TEXT);
00025     }

Here is the call graph for this function:


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