#include <SMachineViewWin.h>
Inherits SViewWindow.
Inheritance diagram for SMachineViewWin:

Public Slots | |
| void | load () | 
Signals | |
| void | closing () | 
Public Methods | |
| SMachineViewWin (STaskSystem &ts, QWidget *parent=0, QString name=0) | |
| ~SMachineViewWin () | |
Protected Methods | |
| virtual void | closeEvent (QCloseEvent *) | 
1. It contains the machine views (one view for each machine in the tasksystem.
2. Here you can add and delete machine.
      
  | 
  ||||||||||||||||
| 
 Constructs a new machineview window.  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 The signal closing is emitted to inform the parent about the closing action.  | 
  
      
  | 
  
| 
 This signal is emitted if the window closes.  | 
  
      
  | 
  
| 
 Here the load signal from the parent is captured. This is starting point for creating the machine views. Implements SViewWindow.  | 
  
1.2.18