Example #1
0
UndoAction::~UndoAction()
{
   // If we are registered to an undo manager, make sure
   // we get off its lists.
   if( mUndoManager )
      mUndoManager->removeAction( this, true );

   clearAllNotifications();
}
Example #2
0
NodeListManager::~NodeListManager()
{
   clearAllNotifications();
   clearNodeLists();
}