Eneboo - Documentación para desarrolladores
Métodos públicos | Métodos protegidos
Referencia de la Clase QDesignerAction

#include <actiondnd.h>

Diagrama de herencias de QDesignerAction
QAction QObject QObject Qt Qt Qt Qt

Lista de todos los miembros.

Métodos públicos

 QDesignerAction (QObject *parent)
 QDesignerAction (QWidget *w, QObject *parent)
void init ()
QWidgetwidget () const
int index () const
bool addTo (QWidget *w)
bool removeFrom (QWidget *w)
void remove ()
bool supportsMenu () const

Métodos protegidos

void addedTo (QWidget *w, QWidget *)
void addedTo (int index, QPopupMenu *)

Documentación del constructor y destructor

QDesignerAction::QDesignerAction ( QObject parent) [inline]
QDesignerAction::QDesignerAction ( QWidget w,
QObject parent 
) [inline]

Documentación de las funciones miembro

void QDesignerAction::addedTo ( QWidget actionWidget,
QWidget container 
) [inline, protected, virtual]

This function is called from the addTo() function when it has created a widget (actionWidget) for the action in the container.

Reimplementado de QAction.

void QDesignerAction::addedTo ( int  index,
QPopupMenu menu 
) [inline, protected, virtual]

Esta es una función miembro sobrecargada que se suministra por conveniencia. Difiere de la anterior función solamente en los argumentos que acepta. This function is called from the addTo() function when it has created a menu item at the index position index in the popup menu menu.

Reimplementado de QAction.

bool QDesignerAction::addTo ( QWidget w) [virtual]

Adds this action to widget w.

Currently actions may be added to QToolBar and QPopupMenu widgets.

An action added to a tool bar is automatically displayed as a tool button; an action added to a pop up menu appears as a menu option.

addTo() returns TRUE if the action was added successfully and FALSE otherwise. (If w is not a QToolBar or QPopupMenu the action will not be added and FALSE will be returned.)

Ver también:
removeFrom()

Reimplementado de QAction.

int QDesignerAction::index ( ) const [inline]
void QDesignerAction::init ( )

Reimplementado de QAction.

void QDesignerAction::remove ( void  )
bool QDesignerAction::removeFrom ( QWidget w) [virtual]

Removes the action from widget w.

Returns TRUE if the action was removed successfully; otherwise returns FALSE.

Ver también:
addTo()

Reimplementado de QAction.

bool QDesignerAction::supportsMenu ( ) const [inline]
QWidget* QDesignerAction::widget ( ) const [inline]

La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'