#include <vdkinchannel.h>
Inheritance diagram for VDKInputChannel:
More informations can be found into an appendix of VDK/VDKBuilder tutorial Signals: INPUT_SIGNAL "input_signal"
VDKInputChannel::VDKInputChannel | ( | VDKForm * | owner, | |
int | fd, | |||
GdkInputCondition | condition = GDK_INPUT_READ | |||
) |
Constructor
owner | the form that owns the input channel | |
fd | file descriptor | |
condition | the condition that activates the fd. |
VDKInputChannel::~VDKInputChannel | ( | ) | [virtual] |
destructor
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.