Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
iAwsSlot Struct Reference
[AWS, AWS]
Interface for signal slots (conduits).
More...
#include <iaws/aws.h>
Inheritance diagram for iAwsSlot:

Public Member Functions | |
virtual void | Connect (iAwsSource *source, unsigned long signal, iAwsSink *sink, unsigned long trigger)=0 |
Connect sets us up to receive signals from some other component. | |
virtual void | Disconnect (iAwsSource *source, unsigned long signal, iAwsSink *sink, unsigned long trigger)=0 |
Disconnects us from the specified source and signal. | |
virtual void | Emit (iAwsSource &source, unsigned long signal)=0 |
Invoked by a source to emit the signal to this slot's sink. |
Detailed Description
Interface for signal slots (conduits).
Definition at line 734 of file aws.h.
Member Function Documentation
|
Connect sets us up to receive signals from some other component. You can connect to as many different sources and signals as you'd like. You may connect to multiple signals from the same source. |
|
Disconnects us from the specified source and signal. This may happen automatically if the signal source goes away. You will receive disconnect notification always (even if you request the disconnection.) |
|
Invoked by a source to emit the signal to this slot's sink.
|
The documentation for this struct was generated from the following file:
- iaws/aws.h
Generated for Crystal Space by doxygen 1.4.4