Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ isVisible
Method
isVisible
source/MRViewer/MRDirectionWidget.cpp:120–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
bool DirectionWidget::isVisible() const
121
{
122
if ( !directionObj_ )
123
return false;
124
return directionObj_->isVisible();
125
}
126
127
void DirectionWidget::clear_()
128
{
Callers
15
getCurrentState
Method · 0.80
isAvailable
Method · 0.80
objectRow
Function · 0.80
drawObjectVisibilityCheckbox_
Method · 0.80
saveSettings
Method · 0.80
drawGeneralOptions
Method · 0.80
preciseFitToScreenBorder_
Method · 0.80
draw_rotation_center
Method · 0.80
recursiveDraw
Method · 0.80
Plane
Function · 0.80
setupShortcuts_
Method · 0.80
drawEyeButton_
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected