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

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

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

__NOTOC__

Image:qt-logo.png

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

Image:trolltech-logo.png

Содержание

[править] QDesignerActionEditorInterface Class Reference
[ QtDesigner module]

The QDesignerActionEditorInterface class allows you to change the focus of Qt Designer's action editor. Далее...

 #include <QDesignerActionEditorInterface>

Наследует QWidget.

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

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

[править] Открытые слоты

  • virtual void setFormWindow ( QDesignerFormWindowInterface * formWindow ) = 0
  • 19 открытых слотов, унаследованных от QWidget
  • 1 открытый слот, унаследованный от QObject

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

  • 56 свойств, унаследованных от QWidget
  • 1 свойство, унаследованное от QObject
  • 1 сигнал, унаследованный от QWidget
  • 1 сигнал, унаследованный от QObject
  • 4 статических открытых члена, унаследованных от QWidget
  • 5 статических открытых членов, унаследованных от QObject
  • 38 защищенных функций, унаследованных от QWidget
  • 7 защищенных функций, унаследованных от QObject
  • 1 защищенная функция, унаследованных от QPaintDevice
  • 1 защищенный слот, унаследованый от QWidget

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

The QDesignerActionEditorInterface class allows you to change the focus of Qt Designer's action editor.

The QDesignerActionEditorInterface class is not intended to be instantiated directly. You can retrieve an interface to Qt Designer's action editor using the QDesignerFormEditorInterface::actionEditor() function.

You can control which actions that are available in the action editor's window using the manageAction() and unmanageAction() functions. An action that is managed by Qt Designer is available in the action editor while an unmanaged action is ignored.

QDesignerActionEditorInterface also provides the core() function that you can use to retrieve a pointer to Qt Designer's current QDesignerFormEditorInterface object, and the setFormWindow() function that enables you to change the currently selected form window.

See also QDesignerFormEditorInterface and QDesignerFormWindowInterface.


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

[править]
QDesignerActionEditorInterface::QDesignerActionEditorInterface ( QWidget * parent, Qt::WindowFlags flags = 0 )

Constructs an action editor interface with the given parent and the specified window flags.

[править]
QDesignerActionEditorInterface::~QDesignerActionEditorInterface () [virtual]

Destroys the action editor interface.

[править]
QDesignerFormEditorInterface * QDesignerActionEditorInterface::core () const [virtual]

Returns a pointer to Qt Designer's current QDesignerFormEditorInterface object.

[править]
void QDesignerActionEditorInterface::manageAction ( QAction * action ) [pure virtual]

Instructs Qt Designer to manage the specified action. An action that is managed by Qt Designer is available in the action editor.

See also unmanageAction().

[править]
void QDesignerActionEditorInterface::setFormWindow ( QDesignerFormWindowInterface * formWindow ) [pure virtual slot]

Sets the currently selected form window to formWindow.

[править]
void QDesignerActionEditorInterface::unmanageAction ( QAction * action ) [pure virtual]

Instructs Qt Designer to ignore the specified action. An unmanaged action is not available in the action editor.

See also manageAction().



Copyright © 2007 Trolltech Trademarks
Qt 4.3.2