#include <guicomponentwidgets.h>
Inheritance diagram for GuiDbComponentMainWindow:

Public Slots | |
| virtual void | execMessage (const QString &message) |
Signals | |
| void | visibilityToggled () |
| void | request (const QString &message) |
Public Member Functions | |
| GuiDbComponentMainWindow (AbstractController *controller, QWidget *parent=0, Qt::WindowFlags flags=0) | |
Protected Member Functions | |
| virtual DEFINE_CUSTOM_VIEWEVENT_HANDLER void | showEvent (QShowEvent *) |
| virtual void | hideEvent (QHideEvent *) |
The first extension is that it provides a visibilityToggled() signal.
The second is that is extends AbstractDigestDbView.
| GuiDbComponentMainWindow::GuiDbComponentMainWindow | ( | AbstractController * | controller, | |
| QWidget * | parent = 0, |
|||
| Qt::WindowFlags | flags = 0 | |||
| ) |
Constructs a QMainWindow DigestDb component with the given parent and flags and attaches itself to the controller.
| void GuiDbComponentMainWindow::visibilityToggled | ( | ) | [signal] |
| void GuiDbComponentMainWindow::request | ( | const QString & | message | ) | [signal] |
| virtual void GuiDbComponentMainWindow::execMessage | ( | const QString & | message | ) | [inline, virtual, slot] |
Reimplemented in GestureBrowser.
| void GuiDbComponentMainWindow::showEvent | ( | QShowEvent * | event | ) | [protected, virtual] |
Passes event onto QMainWindow and then emits visibilityToggled().
Reimplemented in GestureBrowser.
| void GuiDbComponentMainWindow::hideEvent | ( | QHideEvent * | event | ) | [protected, virtual] |
Passes event onto QMainWindow and then emits visibilityToggled().
Reimplemented in GestureBrowser.
1.5.2