vdk 2.4.0
Public Member Functions
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:
ownerthe form that owns the input channel
fdfile descriptor
conditionthe condition that activates the fd.

destructor


Member Function Documentation

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: