NAME

QMenuData - Interface to the Qt QMenuData class

SYNOPSIS

use QMenuData;

Requires QObject, QPixmap and QPopupMenu.

Member functions

new, accel, changeItem, clear, connectItem, count, disconnectItem, idAt, indexOf, insertItem, insertSeparator, isItemEnabled, pixmap, removeItem, removeItemAt, setAccel, setId, setItemEnabled, text, updateItem

DESCRIPTION

What you see is what you get.

NOTES

findItem() is not, and will not be, interfaced. The 'member' argument of insertItem() should not have a SLOT() or SIGNAL() around it. That's a PerlQt no-no. Be sure to see QObject(3) for info.

AUTHOR

Ashley Winters <jql@accessone.com>