#include <SMeshView.h>
Inherits SView.
Inheritance diagram for SMeshView:

Public Slots | |
| void | load () | 
Public Methods | |
| SMeshView (STaskSystem &ts, QWidget *parent=0, const char *name=0) | |
| ~SMeshView () | |
| void | setPViewEl (SViewEl *pViewEl) | 
| virtual void | repaint (QRect rect) | 
| void | setTaskSystem (STaskSystem *ts) | 
| STaskSystem & | getTaskSystem () | 
Protected Methods | |
| virtual void | paintEvent (QPaintEvent *ev) | 
Protected Attributes | |
| QPixmap * | _pCanvas | 
      
  | 
  ||||||||||||||||
| 
 Constructs a new machine view. 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 Simply calls repaint!.  | 
  
      
  | 
  
| 
 This function is called from paintEvent. Don't call QWidget::repaint() or something like that in this function (endless loop !). Default implementation: paint _pViewEl if it's not NULL 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 Set the tasksystem for this view. 
  | 
  
      
  | 
  
| 
 
  | 
  
1.2.18