#include <mutexwindow.h>
Inheritance diagram for YMutexTimesListView:
Public Slots | |
void | UpdateTaskProperties (YObject *task) |
virtual void | NewChildObject (YObject *object) |
void | ResourceActionRemoved (YObject *) |
A new YTask was created. | |
Public Member Functions | |
YMutexTimesListView (YTaskSet *s, QWidget *parent, YMutex *m) | |
virtual YMutexTimeListViewItem * | CreateNewItem (QListViewItem *parent, YTask *object, QListViewItem *after=0) |
virtual int | CreateSetItems () |
The associated item must be removed from list. | |
virtual int | InitInstance () |
Create listview item again/new. | |
Private Member Functions | |
YMutexTimeListViewItem * | _FindItem (YTask *task) |
Private Attributes | |
Q_OBJECT YMutex * | mutex |
|
|
|
Find listviewitem of given task |
|
|
|
The associated item must be removed from list.
Reimplemented from YListView. |
|
Create listview item again/new.
Reimplemented from YListView. |
|
object is ptr to YTask Reimplemented from YListView. |
|
A new YTask was created. A resource action was removed |
|
This function is used more often than the name explains because we have to object has type: YResourceAction and is new created or should be updated |
|
|