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

virtual void OglGui::Window::ReshapeFunc ( int  width,
int  height 
) [inline, virtual]

Reimplemented from OglGui::OglWindow.

Reimplemented in Impala::Application::IDash::NfiSixView, Impala::Application::MediaTable::GridWindow, Impala::Application::MediaTable::TableOverviewWindow, Impala::Application::MediaTable::TableWindow, Impala::Application::VideoExcel::GridWindow, Impala::Application::VideoExcel::TableOverviewWindow, Impala::Application::VideoExcel::TableWindow, OglGui::IntervalChooser, OglGui::ScrollWnd, OglGui::StringColumns, OglGui::TextEdit, OglGui::TwoPanesWindow, OglGui::ViewerPointCloud, OglGui::ViewStrip, Impala::Visualization::DirImViewer, Impala::Visualization::ImageSet, Impala::Visualization::ImageSetIdxGrid, and Impala::Visualization::ImageStrip.

Definition at line 618 of file Window.h.

References mIs2d, mListenerData, OglGui::OglWindow::mOglWnd, OglGui::OglWindow::mOldUserCFunctions, mWindowListener, OglGui::OglWindow::OnLayoutChange(), RepositionViewers(), RepositionViewports(), OglGui::OglWindow::ReshapeFunc(), and OglGui::WindowListener::WindowReshapeEvent().

Referenced by Impala::Visualization::ImageStrip::ReshapeFunc(), Impala::Visualization::ImageSetIdxGrid::ReshapeFunc(), Impala::Visualization::DirImViewer::ReshapeFunc(), OglGui::ViewStrip::ReshapeFunc(), OglGui::TwoPanesWindow::ReshapeFunc(), OglGui::TextEdit::ReshapeFunc(), OglGui::TextArea::ReshapeFunc(), OglGui::StringSelector::ReshapeFunc(), OglGui::StringColumns::ReshapeFunc(), OglGui::ScrollWnd::ReshapeFunc(), OglGui::IntervalChooser::ReshapeFunc(), Impala::Visualization::ImageSet::ReshapeFunc(), Impala::Application::VideoExcel::TableWindow::ReshapeFunc(), Impala::Application::MediaTable::TableWindow::ReshapeFunc(), Impala::Application::VideoExcel::TableOverviewWindow::ReshapeFunc(), Impala::Application::MediaTable::TableOverviewWindow::ReshapeFunc(), Impala::Application::VideoExcel::GridWindow::ReshapeFunc(), and Impala::Application::MediaTable::GridWindow::ReshapeFunc().

00619     {
00620         if (mOldUserCFunctions.reshapeFunc)
00621             OglWindow::ReshapeFunc(width, height);
00622         else if (mIs2d)
00623             viewSys.Reshape(mOglWnd, width, height);
00624         else
00625             view3DSys.Reshape(mOglWnd, width, height);
00626 
00627         RepositionViewports();
00628         RepositionViewers();
00629         OnLayoutChange();
00630 
00631         if (mWindowListener)
00632             mWindowListener->WindowReshapeEvent(this, width, height,
00633                                                 mListenerData);
00634     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:27:24 2011 for ImpalaSrc by  doxygen 1.5.1