Home
last modified time | relevance | path

Searched refs:DeleteQueueItem (Results 1 – 6 of 6) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DResearchWnd.h58 void DeleteQueueItem(GG::ListBox::iterator it);
H A DProductionWnd.h122 void DeleteQueueItem(GG::ListBox::iterator it);
H A DResearchWnd.cpp432 boost::bind(&ResearchWnd::DeleteQueueItem, this, _1)); in ResearchWnd()
673 void ResearchWnd::DeleteQueueItem(GG::ListBox::iterator it) { in DeleteQueueItem() function in ResearchWnd
691 DeleteQueueItem(it); in QueueItemClickedSlot()
H A DProductionWnd.cpp888 boost::bind(&ProductionWnd::DeleteQueueItem, this, _1)); in CompleteConstruction()
1258 void ProductionWnd::DeleteQueueItem(GG::ListBox::iterator it) { in DeleteQueueItem() function in ProductionWnd
1282 DeleteQueueItem(it); in QueueItemClickedSlot()
/dports/security/ffuf/ffuf-1.3.1/pkg/interactive/
H A Dtermhandler.go194 i.Job.DeleteQueueItem(index)
/dports/security/ffuf/ffuf-1.3.1/pkg/ffuf/
H A Djob.go94 func (j *Job) DeleteQueueItem(index int) { func