Main Page | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

SlotManager Struct Reference

An interface for the management of slots. More...

List of all members.

Public Member Functions

void register (GenericSlot)


Detailed Description

An interface for the management of slots.

Provides an interface that must be implemented by classes that own Slots in a managed way.

Definition at line 33 of file slot.d.


Member Function Documentation

void SlotManager::register GenericSlot   ) 
 

Deriving classes must implement this function to keep a list of Slots that it owns, and disconnect() them in the destructor (so that connected Signals remove their reference). Also, deriving classes must provide and use a method (say, .discard()) to disconnect all slots when the object is no longer used, so that it may be garbage collected.


The documentation for this struct was generated from the following file:
Generated on Thu Sep 23 01:43:49 2004 for dcouple by doxygen 1.3.8