Home
last modified time | relevance | path

Searched refs:IsActionChecked (Results 1 – 4 of 4) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/tools/View/
H A DView_Window.cxx184 bool toFitAll = theView->ViewWidget()->IsActionChecked (View_ViewActionType_FitAllId); in RestoreState()
222 …myDisplayer->DisplayDefaultTrihedron (myViewToolBar->IsActionChecked (theActionId), Standard_True); in onToolBarActionClicked()
227 myDisplayer->DisplayViewCube (myViewToolBar->IsActionChecked (theActionId), Standard_True); in onToolBarActionClicked()
233 myDisplayer->KeepPresentations (myViewToolBar->IsActionChecked (theActionId)); in onToolBarActionClicked()
238 myDisplayer->KeepPresentations (!myViewToolBar->IsActionChecked (theActionId)); in onToolBarActionClicked()
H A DView_ToolBar.hxx75 Standard_EXPORT bool IsActionChecked (const int theActionId) const;
H A DView_Widget.hxx83 bool IsActionChecked (const View_ViewActionType theActionId) in IsActionChecked() function in View_Widget
H A DView_ToolBar.cxx172 bool View_ToolBar::IsActionChecked (const int theActionId) const in IsActionChecked() function in View_ToolBar