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

Function FinishEditStickyNoteAfterAnim

trunk/win/Source/BT_StickyNoteActor.cpp:58–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void FinishEditStickyNoteAfterAnim(AnimationEntry& entry)
59{
60 assert(entry.getObject());
61
62 Actor * tempActor = (Actor *) entry.getObject();
63 StickyNoteActor * stickyNote = (StickyNoteActor *) tempActor->getActorToMimic();
64 stickyNote->syncStickyNoteWithFileContents();
65
66 // delete the temporary actor
67 SAFE_DELETE(tempActor);
68}
69
70void StickyNoteTextEdit::focusOutEvent(QFocusEvent * event)
71{

Callers

nothing calls this directly

Calls 4

assertClass · 0.85
getActorToMimicMethod · 0.80
getObjectMethod · 0.45

Tested by

no test coverage detected