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

virtual void Impala::Application::MediaTable::RandomImageWindow::InitViews (  )  [inline, protected, virtual]

Definition at line 83 of file RandomImageWindow.h.

References Impala::Application::MediaTable::TableDataView::GetFilteredRows(), OglGui::OglWindow::GetOGLWND(), Impala::Application::MediaTable::TableDataViewController::GetTableDataView(), OglGui::OglWindow::H(), mViews, and OglGui::OglWindow::W().

Referenced by Init(), and ShowImages().

00084         {
00085                 mViews.clear();
00086                 for (int i=0; i<GetTableDataView()->GetFilteredRows(); i++)
00087                 {
00088                         int x = ABSRND(W()-64), y = ABSRND(H()-64);
00089                         OGLVIEW* view = viewSys.View2D(GetOGLWND(), 0, x, y, 64, 64);
00090                         viewSys.SetTags(view, FlexViewTags);
00091                         viewSys.ClearTags(view, deletableTag|showBgTag);
00092                         mViews.push_back(view);
00093                 }
00094         }

Here is the call graph for this function:


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