MCPcopy Create free account
hub / github.com/bumptop/BumpTop / Key_RefreshFileActors

Function Key_RefreshFileActors

trunk/win/Source/BT_Util.cpp:3415–3426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3413}
3414
3415void Key_RefreshFileActors()
3416{
3417 vector<BumpObject *> actors = sel->getBumpObjects();
3418 for (int i = 0; i < actors.size(); ++i)
3419 {
3420 if (actors[i]->getObjectType() == ObjectType(BumpActor, FileSystem))
3421 ((FileSystemActor *)actors[i])->refreshThumbnail();
3422 }
3423
3424 if (!actors.empty())
3425 printUnique("Key_RefreshFileActors", BtUtilStr->getString("RefreshDesktop"));
3426}
3427
3428void Key_StartAutomatedDemo()
3429{

Callers

nothing calls this directly

Calls 6

ObjectTypeClass · 0.85
refreshThumbnailMethod · 0.80
getBumpObjectsMethod · 0.45
sizeMethod · 0.45
emptyMethod · 0.45
getStringMethod · 0.45

Tested by

no test coverage detected