MCPcopy 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
120bool DirectionWidget::isVisible() const
121{
122 if ( !directionObj_ )
123 return false;
124 return directionObj_->isVisible();
125}
126
127void DirectionWidget::clear_()
128{

Callers 15

getCurrentStateMethod · 0.80
isAvailableMethod · 0.80
objectRowFunction · 0.80
saveSettingsMethod · 0.80
drawGeneralOptionsMethod · 0.80
draw_rotation_centerMethod · 0.80
recursiveDrawMethod · 0.80
PlaneFunction · 0.80
setupShortcuts_Method · 0.80
drawEyeButton_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected