casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Member Functions | Private Attributes
casa::QtPanelBase Class Reference

#include <QtPanelBase.qo.h>

Inheritance diagram for casa::QtPanelBase:
casa::QtDisplayPanelGui casa::QtPlotSvrMain casa::QtCleanPanelGui

List of all members.

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

Detailed Description

Definition at line 36 of file QtPanelBase.qo.h.


Constructor & Destructor Documentation

casa::QtPanelBase::QtPanelBase ( QWidget *  parent = 0) [inline]

Definition at line 38 of file QtPanelBase.qo.h.


Member Function Documentation

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.


Member Data Documentation

Definition at line 54 of file QtPanelBase.qo.h.

Referenced by isOverridedClose().


The documentation for this class was generated from the following file: