Qt:Документация 4.3.2/q3popupmenu

Материал из Wiki.crossplatform.ru

Перейти к: навигация, поиск
40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

Главная · Все классы · Основные классы · Классы по группам · Модули · Функции

Image:trolltech-logo.png

Содержание

[править] Q3PopupMenu Class Reference
[ Qt3Support module]

The Q3PopupMenu class is a thin compatibility wrapper around QMenu. Далее...

 #include <Q3PopupMenu>

This class is part of the Qt 3 support library. It is provided to keep old source code working. Мы настоятельно не рекомендуем использовать этот класс в новом коде. See Porting to Qt 4 for more information.

Inherits QMenu.

[править] Открытые функции

  • 33 public functions inherited from QMenu
  • 201 свойство, унаследованное от QWidget
  • 29 открытых функций, унаследованных от QObject
  • 12 открытых функций, унаследованных от QPaintDevice

[править] Дополнительные унаследованные члены

  • 4 properties inherited from QMenu
  • 56 свойств, унаследованных от QWidget
  • 1 свойство, унаследованное от QObject
  • 19 открытых слотов, унаследованных от QWidget
  • 1 открытый слот, унаследованный от QObject
  • 4 signals inherited from QMenu
  • 1 сигнал, унаследованный от QWidget
  • 1 сигнал, унаследованный от QObject
  • 1 static public member inherited from QMenu
  • 4 статических открытых члена, унаследованных от QWidget
  • 5 статических открытых членов, унаследованных от QObject
  • 2 protected functions inherited from QMenu
  • 38 защищенных функций, унаследованных от QWidget
  • 7 защищенных функций, унаследованных от QObject
  • 1 защищенная функция, унаследованных от QPaintDevice
  • 1 защищенный слот, унаследованый от QWidget

[править] Подробное описание

The Q3PopupMenu class is a thin compatibility wrapper around QMenu.

Use QMenu in new applications. Note that the menu's actions must be Q3Actions.


[править] Описание функций-членов

[править]
Q3PopupMenu::Q3PopupMenu ( QWidget * parent = 0, const char * name = 0 )

Constructs a menu with the given parent and name.

[править]
int Q3PopupMenu::exec ()

Pops up the menu and returns the ID of the action that was selected.

See also QMenu::exec().

[править]
int Q3PopupMenu::exec ( const QPoint & pos, int indexAtPoint = 0 )

Эта перегруженная функция предоставлена для удобства.

Pops up the menu at coordinate pos and returns the ID of the action that was selected.

If indexAtPoint is specified, the menu will pop up with the item at index indexAtPoint under the mouse cursor.

See also QMenu::exec().

[править]
int Q3PopupMenu::margin () const

Returns the with of the the margin around the contents of the widget.

This function uses QWidget::getContentsMargins() to get the margin.

Эта функция была введена в Qt 4.2.

See also setMargin() and QWidget::getContentsMargins().

[править]
void Q3PopupMenu::setMargin ( int margin )

Sets the width of the margin around the contents of the widget to margin.

This function uses QWidget::setContentsMargins() to set the margin.

Эта функция была введена в Qt 4.2.

See also margin() and QWidget::setContentsMargins().



Copyright © 2007 Trolltech Trademarks
Qt 4.3.2