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

void OglGui::TwoPanesWindow::SetMovable ( bool  isMovable  )  [inline]

Definition at line 133 of file TwoPanesWindow.h.

References OglGui::SizableWindow::AllDir, OglGui::SizableWindow::EastWest, mIsHor, mSizeBar, OglGui::SizableWindow::NorthSouth, OglGui::SizableWindow::SetAllowMoveDirections(), and OglGui::SizableWindow::SetMoveCursor().

00133                                         {
00134                 if (isMovable) {
00135                         mSizeBar->SetAllowMoveDirections(SizableWindow::AllDir, true);
00136                         mSizeBar->
00137                 SetAllowMoveDirections(mIsHor ? SizableWindow::EastWest :
00138                                        SizableWindow::NorthSouth, false);
00139                         mSizeBar->SetMoveCursor(mIsHor ? oglCursorN : oglCursorE);
00140                 } else {
00141                         mSizeBar->SetAllowMoveDirections(SizableWindow::AllDir, false);
00142                         mSizeBar->SetMoveCursor(0);
00143                 }
00144         }

Here is the call graph for this function:


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