#include <qmenubarproto.h>
◆ QMenuBarProto()
QMenuBarProto::QMenuBarProto |
( |
QObject * |
parent | ) |
|
◆ actionAt()
QAction * QMenuBarProto::actionAt |
( |
const QPoint & |
pt | ) |
const |
◆ actionGeometry()
QRect QMenuBarProto::actionGeometry |
( |
QAction * |
act | ) |
const |
◆ activeAction()
QAction * QMenuBarProto::activeAction |
( |
| ) |
const |
◆ addAction() [1/3]
QAction * QMenuBarProto::addAction |
( |
const QString & |
text | ) |
|
◆ addAction() [2/3]
QAction * QMenuBarProto::addAction |
( |
const QString & |
text, |
|
|
const QObject * |
receiver, |
|
|
const char * |
member |
|
) |
| |
◆ addAction() [3/3]
void QMenuBarProto::addAction |
( |
QAction * |
action | ) |
|
◆ addMenu() [1/3]
QMenu * QMenuBarProto::addMenu |
( |
const QIcon & |
icon, |
|
|
const QString & |
title |
|
) |
| |
◆ addMenu() [2/3]
QMenu * QMenuBarProto::addMenu |
( |
const QString & |
title | ) |
|
◆ addMenu() [3/3]
QAction * QMenuBarProto::addMenu |
( |
QMenu * |
menu | ) |
|
◆ addSeparator()
QAction * QMenuBarProto::addSeparator |
( |
| ) |
|
◆ clear()
void QMenuBarProto::clear |
( |
| ) |
|
◆ cornerWidget()
QWidget * QMenuBarProto::cornerWidget |
( |
Qt::Corner |
corner = Qt::TopRightCorner | ) |
const |
◆ insertMenu()
QAction * QMenuBarProto::insertMenu |
( |
QAction * |
before, |
|
|
QMenu * |
menu |
|
) |
| |
◆ insertSeparator()
◆ isDefaultUp()
bool QMenuBarProto::isDefaultUp |
( |
| ) |
const |
◆ isNativeMenuBar()
bool QMenuBarProto::isNativeMenuBar |
( |
| ) |
const |
◆ setActiveAction()
void QMenuBarProto::setActiveAction |
( |
QAction * |
act | ) |
|
◆ setCornerWidget()
void QMenuBarProto::setCornerWidget |
( |
QWidget * |
widget, |
|
|
Qt::Corner |
corner = Qt::TopRightCorner |
|
) |
| |
◆ setDefaultUp()
void QMenuBarProto::setDefaultUp |
( |
bool |
choice | ) |
|
◆ setNativeMenuBar()
void QMenuBarProto::setNativeMenuBar |
( |
bool |
nativeMenuBar | ) |
|
◆ toString()
QString QMenuBarProto::toString |
( |
| ) |
const |
The documentation for this class was generated from the following files:
- qmenubarproto.h
- qmenubarproto.cpp