#include <stdguidbcomponent.h>
Inheritance diagram for StdGuiDbComponent:

Public Slots | |
| virtual void | setRootWidgetVisible (bool visible) |
| virtual void | showRootWidget (Qt::WindowStates windowState=Qt::WindowNoState) |
| virtual void | hideRootWidget () |
| virtual void | execMessage (const QString &message) |
Public Member Functions | |
| virtual | ~StdGuiDbComponent () |
| virtual bool | isRootWidgetVisible () const |
| virtual bool | deleteOnCloseEnabled () const |
| virtual void | setDeleteOnClose (bool enable) |
Protected Member Functions | |
| StdGuiDbComponent (QWidget *widget, AbstractController *controller, JavaVM *jvm, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| QWidget * | widget () const |
| StdGuiDbComponent::~StdGuiDbComponent | ( | ) | [virtual] |
| StdGuiDbComponent::StdGuiDbComponent | ( | QWidget * | widget, | |
| AbstractController * | controller, | |||
| JavaVM * | jvm, | |||
| QWidget * | parent = 0, |
|||
| Qt::WindowFlags | flags = 0 | |||
| ) | [protected] |
| bool StdGuiDbComponent::isRootWidgetVisible | ( | ) | const [virtual] |
Implements AbstractGuiComponent.
| bool StdGuiDbComponent::deleteOnCloseEnabled | ( | ) | const [virtual] |
Implements AbstractGuiComponent.
| void StdGuiDbComponent::setDeleteOnClose | ( | bool | enable | ) | [virtual] |
Implements AbstractGuiComponent.
| void StdGuiDbComponent::setRootWidgetVisible | ( | bool | visible | ) | [virtual, slot] |
Implements AbstractGuiComponent.
| void StdGuiDbComponent::showRootWidget | ( | Qt::WindowStates | windowState = Qt::WindowNoState |
) | [virtual, slot] |
Note: windowState is only used of the widget is no already visible.
Implements AbstractGuiComponent.
| void StdGuiDbComponent::hideRootWidget | ( | ) | [virtual, slot] |
Implements AbstractGuiComponent.
| void StdGuiDbComponent::execMessage | ( | const QString & | message | ) | [virtual, slot] |
Implements AbstractGuiComponent.
| QWidget* StdGuiDbComponent::widget | ( | ) | const [inline, protected] |
1.5.2