Huggle  build:^490^dce1e5c
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Huggle::ProcessList Class Reference

List of processes in a main window. More...

#include <processlist.hpp>

+ Inheritance diagram for Huggle::ProcessList:

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
 

Detailed Description

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.


The documentation for this class was generated from the following files: