#include <uappli.hpp>
Inheritance diagram for UInput:
Public Member Functions | |
UInput (UAppli &, int source) | |
constructor (use UAppli::openInput() instead). | |
void | onAction (UCall &) |
add a callback function that is called when data is received. | |
void | onInput (UCall &c) |
obsolete synonym | |
virtual void | close () |
int | getSource () const |
Protected Member Functions | |
virtual bool | verifies (const UContext *, const UCtrl *) const |
Usage: see UAppli::openInput() and UAppli::closeInput()