#include <SViewWindow.h>
Inherits QMainWindow.
Inherited by SDAGViewWin, SGanttViewWin, SMachineViewWin, and SMeshViewWin.
Inheritance diagram for SViewWindow:

Public Slots | |
| virtual void | load ()=0 | 
Signals | |
| void | closing () | 
Public Methods | |
| SViewWindow (QWidget *parent=0, QString name=0) | |
Protected Methods | |
| virtual void | closeEvent (QCloseEvent *) | 
      
  | 
  ||||||||||||
| 
 Constructs a new SViewWindow.  | 
  
      
  | 
  
| 
 The signal closing is emitted to inform the parent about the closing action.  | 
  
      
  | 
  
| 
 This signal is emitted if the window closes.  | 
  
      
  | 
  
| 
 This public slot should be connected to a load signal ( signal that is emitted if a new tasksystem was loaded/created ). Here the views are or anything about the taskystem is created. Implemented in SDAGViewWin, SGanttViewWin, SMachineViewWin, and SMeshViewWin.  | 
  
1.2.18