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:
|