Reference Manual
Inti Logo
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

Inti::Main::KeySnooperSignal Class Reference

KeySnooper signal class. More...

#include <inti/main.h>

List of all members.

Public Types

Public Member Functions


Detailed Description

KeySnooper signal class.


Member Function Documentation

Connection Inti::Main::KeySnooperSignal::connect const SlotType slot  ) 
 

Connect a slot to be called on all key events before delivering them normally.

Parameters:
slot The slot to call.
Returns:
A connection object that can be used to break or alter the connection.

Connect a user function that will receive keypress events. It is the snooper's responsiblity to pass the keypress on to the widget, but care must taken that its not passed twice. The user function should return false to prevent further snooping.


The documentation for this class was generated from the following file: Main Page - Footer


Generated on Sun Sep 14 20:08:23 2003 for Inti by doxygen 1.3.2 written by Dimitri van Heesch, © 1997-2002