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

#include <actiondnd.h>

Diagrama de herencias de QSeparatorAction
QAction QObject QObject Qt Qt Qt Qt

Lista de todos los miembros.

Métodos públicos

 QSeparatorAction (QObject *parent)
bool addTo (QWidget *w)
bool removeFrom (QWidget *w)
QWidgetwidget () const
int index () const

Documentación del constructor y destructor

QSeparatorAction::QSeparatorAction ( QObject parent)

Documentación de las funciones miembro

bool QSeparatorAction::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 QSeparatorAction::index ( ) const
bool QSeparatorAction::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.

QWidget * QSeparatorAction::widget ( ) const

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'