casa
$Rev:20696$
|
#include <QtPanelBase.qo.h>
Public Member Functions | |
QtPanelBase (QWidget *parent=0) | |
virtual void | closeMainPanel () |
Used to close this panel (i.e. | |
virtual void | releaseMainPanel () |
Used to indicate that "closing" the window should be reinterpreted as "hiding" the window, i.e. | |
Protected Member Functions | |
bool | isOverridedClose () const |
Private Attributes | |
bool | close_override |
Definition at line 36 of file QtPanelBase.qo.h.
casa::QtPanelBase::QtPanelBase | ( | QWidget * | parent = 0 | ) | [inline] |
Definition at line 38 of file QtPanelBase.qo.h.
virtual void casa::QtPanelBase::closeMainPanel | ( | ) | [virtual] |
Used to close this panel (i.e.
QMainWindow)... This function should be used instead of close() to programmatically close the window, i.e. cause it to no longer be valid.
bool casa::QtPanelBase::isOverridedClose | ( | ) | const [inline, protected] |
Definition at line 51 of file QtPanelBase.qo.h.
References close_override.
virtual void casa::QtPanelBase::releaseMainPanel | ( | ) | [virtual] |
Used to indicate that "closing" the window should be reinterpreted as "hiding" the window, i.e.
QtDBusViewerAdaptor is done with the window so when the user closes it it should go away.
bool casa::QtPanelBase::close_override [private] |
Definition at line 54 of file QtPanelBase.qo.h.
Referenced by isOverridedClose().