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

Function SyncStickyNoteAfterResize

trunk/win/Source/BT_Util.cpp:1583–1593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1581}
1582
1583void *SyncStickyNoteAfterResize(AnimationEntry *animEntry)
1584{
1585 FileSystemActor * fsActor = (FileSystemActor *) animEntry->getObject();
1586 if (fsActor->isFileSystemType(StickyNote))
1587 {
1588 StickyNoteActor * actor = (StickyNoteActor *) fsActor;
1589 actor->syncStickyNoteWithFileContents();
1590 }
1591
1592 return NULL;
1593}
1594
1595void DeletePile( Pile *p, bool deleteActors/*=false*/, bool fade/*=false*/, bool removeAnimation /*= true*/ )
1596{

Callers

nothing calls this directly

Calls 3

isFileSystemTypeMethod · 0.80
getObjectMethod · 0.45

Tested by

no test coverage detected