Definition at line 163 of file CheckBox.h. References mBoxFrameType, mCheckBoxListener, mCheckBoxListenerData, OglGui::Window::mDoStateFeedback, mRoundedCheck, mSelected, OglGui::OglWindow::SetBorderFillOpacity(), OglGui::OglWindow::SetBorderFillShaded(), OglGui::OglWindow::SetBorderType(), OglGui::Window::SetDisableOGLViewKeys(), and OglGui::Window::SetDisableOGLViewMouse(). 00164 { 00165 SetBorderType(borderType); 00166 SetBorderFillShaded(2); 00167 SetBorderFillOpacity(0.5f); 00168 mDoStateFeedback = true; 00169 mBoxFrameType = 0; 00170 mRoundedCheck = true; 00171 mSelected = selected; 00172 mCheckBoxListener = 0; 00173 mCheckBoxListenerData = 0; 00174 00175 SetDisableOGLViewKeys(true); 00176 SetDisableOGLViewMouse(true); 00177 }
Here is the call graph for this function:
|