Ashley Winters > Qt > QAccel

Download:
Qt-0.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.03   Source  

NAME ^

QAccel - Interface to the Qt QAccel class

SYNOPSIS ^

use QAccel;

Inherits QObject.

Member functions

new, clear, connectItem, count, disconnectItem, findKey, insertItem, isEnabled, isItemEnabled, key, removeItem, setEnabled, setItemEnabled

DESCRIPTION ^

The complete class is implemented. Do not try to use SIGNAL() or SLOT().

EXPORTED ^

The %Key hash is exported into the caller's namespace, the elements represent the values of the Key_* macros in C++ Qt. For example, the Key_Space value in C++ would be accessible as $Key{Space} in Perl, the Key_Q value would be accessible with $Key{Q}, and so on.

The scalar values $SHIFT, $CTRL, $ALT, and $ASCII_ACCEL are also exported, and have the same value and function as their C++ counterparts.

SEE ALSO ^

QAccel(3qt)

AUTHOR ^

Ashley Winters <jql@accessone.com>