Torque3D/Engine
LuisAntonRebollo 0137c86765 Add SlotSignal for handle automatic disconnect on Signal or SignalSlot destruction.
Example:

```
Win32WindowManager::Win32WindowManager()
{
   // Register in the process list.
   mOnProcessSignalSlot.setDelegate( this, &Win32WindowManager::_process );
   Process::notify( mOnProcessSignalSlot, PROCESS_INPUT_ORDER );

   // When Signal it's destroyed, all slots are disconected.
   // When a SignalSlot it's destroyed, it's disconected from Signal.
}

```
2014-04-23 21:16:00 +02:00
..
bin style.css changes for Project Manager modules 2013-05-01 17:08:43 -04:00
lib Merge pull request #434 from LuisAntonRebollo/Bullet_2_81 2013-07-25 09:02:28 -07:00
source Add SlotSignal for handle automatic disconnect on Signal or SignalSlot destruction. 2014-04-23 21:16:00 +02:00