ProductWindow Class Reference

A window containing a product view. More...

#include <ProductWindow.h>

Inheritance diagram for ProductWindow:

Inheritance graph

List of all members.

Public Member Functions

virtual ProductViewgetProductView () const =0

Protected Member Functions

virtual ~ProductWindow ()


Detailed Description

A window containing a product view.

The product window is a type of workspace window that contains a product view. The class is provided for convenience when creating and using product views.

This subclass of Subject will notify upon the following conditions:

See also:
WorkspaceWindow, ProductView

Definition at line 30 of file ProductWindow.h.


Constructor & Destructor Documentation

virtual ProductWindow::~ProductWindow (  )  [protected, virtual]

This should be destroyed by calling DesktopServices::deleteWindow.

Definition at line 46 of file ProductWindow.h.


Member Function Documentation

virtual ProductView* ProductWindow::getProductView (  )  const [pure virtual]

Returns the product view contained in the window.

Returns:
A pointer to the product view displayed in the window.
See also:
ProductView


Software Development Kit - Opticks 4.9.0 Build 16218