Huggle
build:^490^dce1e5c
|
List of processes in a main window. More...
#include <processlist.hpp>
Public Member Functions | |
ProcessList (QWidget *parent=0) | |
void | Clear () |
bool | ContainsQuery (Query *q) |
Return true if there is already this in a list. | |
void | InsertQuery (Query *q) |
Insert a query to process list, the query is automatically removed once it's done. | |
void | RemoveExpired () |
void | RemoveQuery (Query *q) |
Remove a query from list no matter if it finished or not. | |
void | UpdateQuery (Query *q) |
Update information about query in list. | |
Private Member Functions | |
int | GetItem (Query *q) |
int | GetItem (int Id) |
bool | IsExpired (Query *q) |
Private Attributes | |
QList< ProcessListRemovedItem * > * | Removed |
Ui::ProcessList * | ui |
List of processes in a main window.
List of active processes, when some process finish it's collected by garbage collector this is only a dialog that you see in huggle form, it doesn't contain process list
Definition at line 50 of file processlist.hpp.