
QMenuData - Interface to the Qt QMenuData class

use QMenuData;
Requires QObject, QPixmap and QPopupMenu.
new, accel, changeItem, clear, connectItem, count, disconnectItem, idAt, indexOf, insertItem, insertSeparator, isItemChecked, isItemEnabled, pixmap, removeItem, removeItemAt, setAccel, setId, setItemChecked, setItemEnabled, text, updateItem

What you see is what you get.

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.

Ashley Winters <jql@accessone.com>