#include <SJobPropView.h>
Inherits SView, and SObserver.
Inheritance diagram for SJobPropView:

Public Methods | |
| SJobPropView (STaskSystem &ts, int job, QWidget *parent=NULL, const char *name="") | |
| ~SJobPropView () | |
| virtual QSize | sizeHint () |
| void | setPViewEl (SViewEl *pViewEl) |
| virtual void | repaint (QRect rect) |
| void | setTaskSystem (STaskSystem *ts) |
| STaskSystem & | getTaskSystem () |
Protected Methods | |
| virtual void | update (const class SEvent &) |
| virtual void | paintEvent (QPaintEvent *ev) |
Protected Attributes | |
| QPixmap * | _pCanvas |
|
||||||||||||||||||||
|
Constructs a new job property 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.
|
|
|
This function gives a hint for the ideal size of this widget.
|
|
|
Gets event about the dsiplayed job. |
|
|
|
1.2.18