NAME
Qt::Gui::QMenu
PUBLIC METHODS
- QMenu(QWidget * parent)
- QMenu(QWidget * parent = 0)
- QMenu(const QString & title, QWidget * parent)
- QMenu(const QString & title, QWidget * parent = 0)
- ~QMenu()
- QAction * actionAt(const QPoint & arg0)
- QRect actionGeometry(QAction * arg0)
- QAction * activeAction()
- QAction * addAction(const QString & text)
- QAction * addAction(const QIcon & icon, const QString & text)
- QAction * addAction(const QString & text, const QObject * receiver, const char * member, const QKeySequence & shortcut)
- QAction * addAction(const QString & text, const QObject * receiver, const char * member, const QKeySequence & shortcut = 0)
- QAction * addAction(const QIcon & icon, const QString & text, const QObject * receiver, const char * member, const QKeySequence & shortcut)
- QAction * addAction(const QIcon & icon, const QString & text, const QObject * receiver, const char * member, const QKeySequence & shortcut = 0)
- QMenu * addMenu(const QString & title)
- QMenu * addMenu(const QIcon & icon, const QString & title)
- QAction * addSeparator()
- void clear()
- QAction * defaultAction()
- QAction * exec()
- QAction * exec(const QPoint & pos, QAction * at)
- QAction * exec(const QPoint & pos, QAction * at = 0)
- static QAction * exec(QList<QAction *> actions, const QPoint & pos, QAction * at)
- static QAction * exec(QList<QAction *> actions, const QPoint & pos, QAction * at = 0)
- static QAction * exec(QList<QAction *> actions, const QPoint & pos, QAction * at, QWidget * parent)
- void hideTearOffMenu()
- QIcon icon()
- QAction * insertSeparator(QAction * before)
- bool isEmpty()
- bool isTearOffEnabled()
- bool isTearOffMenuVisible()
- void popup(const QPoint & pos, QAction * at)
- void popup(const QPoint & pos, QAction * at = 0)
- bool separatorsCollapsible()
- void setActiveAction(QAction * act)
- void setDefaultAction(QAction * arg0)
- void setIcon(const QIcon & icon)
- void setNoReplayFor(QWidget * widget)
- void setSeparatorsCollapsible(bool collapse)
- void setTearOffEnabled(bool arg0)
- void setTitle(const QString & title)
- QSize sizeHint()
- QString title()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.