MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / updateSelection

Method updateSelection

source/MRViewer/MRSceneSelectionChange.cpp:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5{
6
7void SceneSelectionChangeClose::updateSelection( const std::vector<std::shared_ptr<const Object>>& )
8{
9 auto thisPlugin = dynamic_cast< StateBasePlugin* >( this );
10 thisPlugin->enable( false );
11}
12
13void SceneSelectionChangeRestart::updateSelection( const std::vector<std::shared_ptr<const Object>>& objects )
14{

Callers 1

drawItemDialog_Method · 0.45

Calls 3

enableMethod · 0.45
emptyMethod · 0.45
isAvailableMethod · 0.45

Tested by

no test coverage detected