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

OGLVIEW3D* OglGui::Carousel3D::AddView ( strconst  str  )  [inline]

Definition at line 62 of file Carousel3D.h.

References mOglViews, OglGui::OglWindow::mOglWnd, and mTitles.

Referenced by AddCaptureView().

00063     {
00064         OGLVIEW3D* v = view3DSys.View3D(mOglWnd, 0, 0, 0, 0, 1, 1, 1);
00065         if (v)
00066         {
00067             //view3DSys.SetTags(v, FlexViewTags);
00068             mOglViews.push_back(v);
00069             mTitles.push_back(str);
00070         }
00071         return v;
00072     }


Generated on Thu Jan 13 09:26:12 2011 for ImpalaSrc by  doxygen 1.5.1