GFC Logo GFC Title Logo
Reference Manual
Main Page  |  Namespace List  |  Alphabetical List  |  Class List  |  File List

GFC::G::IOSignal Class Reference

IO signal class. More...

#include <gfc/main.hh>

List of all members.

Public Types

Public Member Functions


Detailed Description

IO signal class.

IOSource is a convenience class that adds a callback slot to the default main context, to be called when a given condition is met. If the slot returns false it is automatically removed from the list of event sources and will not be called again.


Member Function Documentation

sigc::connection GFC::G::IOSignal::connect G::IOChannel channel,
G::IOConditionField  condition,
const SlotType slot,
int  priority = PRIORITY_DEFAULT
 

Connect a slot to be called when the event loop is idle.

Parameters:
channel A G::IOChannel.
condition The condition to watch for.
slot The callback slot to call when the condition is satisfied.
priority The priority of the io source.
Returns:
A connection object that can be used to break or alter the connection.


The documentation for this class was generated from the following file:
Generated on Tue Aug 24 00:04:57 2004 for GFC-Core by doxygen 1.3.8