#include <browser.h>
Lista de todos los miembros.
Documentación del constructor y destructor
EditorBrowser::EditorBrowser |
( |
Editor * |
e | ) |
|
EditorBrowser::~EditorBrowser |
( |
| ) |
|
EditorBrowser::EditorBrowser |
( |
Editor * |
e | ) |
|
EditorBrowser::~EditorBrowser |
( |
| ) |
|
Documentación de las funciones miembro
void EditorBrowser::addEditor |
( |
Editor * |
e | ) |
[virtual] |
virtual void EditorBrowser::addEditor |
( |
Editor * |
e | ) |
[virtual] |
Filters events if this object has been installed as an event filter for the watched object.
In your reimplementation of this function, if you want to filter the event e, out, i.e. stop it being handled further, return TRUE; otherwise return FALSE.
Example:
Notice in the example above that unhandled events are passed to the base class's eventFilter() function, since the base class might have reimplemented eventFilter() for its own internal purposes.
- Atención:
- If you delete the receiver object in this function, be sure to return TRUE. Otherwise, Qt will forward the event to the deleted object and the program might crash.
- Ver también:
- installEventFilter()
Reimplementado de QObject.
Reimplementado en QSAEditorBrowser.
Filters events if this object has been installed as an event filter for the watched object.
In your reimplementation of this function, if you want to filter the event e, out, i.e. stop it being handled further, return TRUE; otherwise return FALSE.
Example:
Notice in the example above that unhandled events are passed to the base class's eventFilter() function, since the base class might have reimplemented eventFilter() for its own internal purposes.
- Atención:
- If you delete the receiver object in this function, be sure to return TRUE. Otherwise, Qt will forward the event to the deleted object and the program might crash.
- Ver también:
- installEventFilter()
Reimplementado de QObject.
Reimplementado en QSAEditorBrowser.
virtual void EditorBrowser::setCurrentEdior |
( |
Editor * |
e | ) |
[virtual] |
void EditorBrowser::setCurrentEdior |
( |
Editor * |
e | ) |
[virtual] |
virtual void EditorBrowser::showHelp |
( |
const QString & |
| ) |
[inline, virtual] |
virtual void EditorBrowser::showHelp |
( |
const QString & |
| ) |
[inline, virtual] |
Documentación de los datos miembro
La documentación para esta clase fue generada a partir de los siguientes ficheros: