casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
casa::QtPanelBase Class Reference

#include <QtPanelBase.qo.h>

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

Public Member Functions

 QtPanelBase (QWidget *parent=0)
 
virtual void closeMainPanel ()
 Used to close this panel (i.e. More...
 
virtual void releaseMainPanel ()
 Used to indicate that "closing" the window should be reinterpreted as "hiding" the window, i.e. More...
 

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 40 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
inlineprotected

Definition at line 53 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

bool casa::QtPanelBase::close_override
private

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

Referenced by isOverridedClose().


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