Lines Matching refs:bShow

98     void  showControls( bool bShow );
120 void AxisTypeResourceGroup::showControls( bool bShow ) in showControls() argument
122 m_aCB_XAxis_Categories.Show(bShow); in showControls()
161 void showControls( bool bShow );
194 void Dim3DLookResourceGroup::showControls( bool bShow ) in showControls() argument
196 m_aCB_3DLook.Show(bShow); in showControls()
197 m_aLB_Scheme.Show(bShow); in showControls()
258 void showControls( bool bShow );
280 void SortByXValuesResourceGroup::showControls( bool bShow ) in showControls() argument
282 m_aCB_XValueSorting.Show(bShow); in showControls()
313 void showControls( bool bShow, bool bShowDeepStacking );
352 void StackingResourceGroup::showControls( bool bShow, bool bShowDeepStacking ) in showControls() argument
355 m_aCB_Stacked.Show(bShow); in showControls()
356 m_aRB_Stack_Y.Show(bShow); in showControls()
357 m_aRB_Stack_Y_Percent.Show(bShow); in showControls()
358 m_aRB_Stack_Z.Show(bShow&&bShowDeepStacking); in showControls()
610 void showControls( bool bShow );
658 void SplineResourceGroup::showControls( bool bShow ) in showControls() argument
660 m_aCB_Splines.Show(bShow); in showControls()
661 m_aPB_DetailsDialog.Show(bShow); in showControls()
735 void showControls( bool bShow );
757 void GeometryResourceGroup::showControls( bool bShow ) in showControls() argument
759 m_aGeometryResources.Show(bShow); in showControls()
1029 bool bShow = rTypeController.shouldShow_XAxisTypeControl(); in showAllControls() local
1031 m_pAxisTypeResourceGroup->showControls( bShow ); in showAllControls()
1032 if(bShow) in showAllControls()
1038 bShow = rTypeController.shouldShow_3DLookControl(); in showAllControls()
1039 m_pDim3DLookResourceGroup->showControls( bShow ); in showAllControls()
1040 if(bShow) in showAllControls()
1046 bShow = rTypeController.shouldShow_StackingControl(); in showAllControls()
1047 … m_pStackingResourceGroup->showControls( bShow, rTypeController.shouldShow_DeepStackingControl() ); in showAllControls()
1048 if(bShow) in showAllControls()
1057 bShow = rTypeController.shouldShow_SplineControl(); in showAllControls()
1058 m_pSplineResourceGroup->showControls( bShow ); in showAllControls()
1059 if(bShow) in showAllControls()
1065 bShow = rTypeController.shouldShow_GeometryControl(); in showAllControls()
1066 m_pGeometryResourceGroup->showControls( bShow ); in showAllControls()
1067 if(bShow) in showAllControls()
1073 bShow = rTypeController.shouldShow_SortByXValuesResourceGroup(); in showAllControls()
1074 m_pSortByXValuesResourceGroup->showControls( bShow ); in showAllControls()
1075 if(bShow) in showAllControls()