Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
VDKInputChannel Class Reference
This class allows you to monitor inputs from one or more file descriptors and define member function(s) to be called whenever some activity is detected on that file descriptor.
More...
#include <vdkinchannel.h>
Inheritance diagram for VDKInputChannel:
List of all members.Public Methods
Detailed Description
This class allows you to monitor inputs from one or more file descriptors and define member function(s) to be called whenever some activity is detected on that file descriptor.
More informations can be found into an appendix of VDK/VDKBuilder tutorial Signals: INPUT_SIGNAL "input_signal"
Constructor & Destructor Documentation
VDKInputChannel::VDKInputChannel |
( |
VDKForm * |
owner, |
|
|
int |
fd, |
|
|
GdkInputCondition |
condition = GDK_INPUT_READ |
|
) |
|
|
|
Constructor -
Parameters:
-
owner |
the form that owns the input channel |
fd |
file descriptor |
condition |
the condition that activates the fd. |
|
VDKInputChannel::~VDKInputChannel |
( |
|
) |
[virtual] |
|
Member Function Documentation
int VDKInputChannel::getcondition |
( |
|
) |
[inline] |
|
|
Returns the condition that caused the VDK signal to be fired. |
int VDKInputChannel::getfd |
( |
|
) |
[inline] |
|
|
Returns the file descriptor associated with the object |
The documentation for this class was generated from the following files:
Generated on Sat May 4 23:45:50 2002 for vdk 2.0.1 by
1.2.14 written by Dimitri van Heesch,
© 1997-2002