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:

VDKObject VDKNotCopyAble

List of all members.

Public Member Functions


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]

destructor


Member Function Documentation

int VDKInputChannel::getfd (  )  [inline]

Returns the file descriptor associated with the object

int VDKInputChannel::getcondition (  )  [inline]

Returns the condition that caused the VDK signal to be fired.


The documentation for this class was generated from the following files:

Generated on Tue May 6 03:40:10 2008 for vdk 2.4.0 by  doxygen 1.5.5