#include <ProductWindow.h>

Public Member Functions | |
| virtual ProductView * | getProductView () const =0 |
Protected Member Functions | |
| virtual | ~ProductWindow () |
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:
Definition at line 30 of file ProductWindow.h.
| virtual ProductWindow::~ProductWindow | ( | ) | [protected, virtual] |
This should be destroyed by calling DesktopServices::deleteWindow.
Definition at line 46 of file ProductWindow.h.
| virtual ProductView* ProductWindow::getProductView | ( | ) | const [pure virtual] |
Returns the product view contained in the window.