_ZNK8QMenuBar8actionAtERK6QPoint

Name

QMenuBar::actionAt -- get the item at the given point

Synopsis


#include <QtGui/qmenubar.h>

QAction * QMenuBar::actionAt(const QPoint & pt);

Description

The QMenuBar::actionAt() function shall return the item at the given point pt

If there is no item there or if it is a separator item then the function shall return 0.

This function is not intended to be used by applications directly, but may appear among appliction dependencies as a result of usage of other functions and macros.