Home
last modified time | relevance | path

Searched refs:GetQueueListBox (Results 1 – 2 of 2) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DResearchWnd.cpp429 m_queue_wnd->GetQueueListBox()->MovedRowSignal.connect( in ResearchWnd()
431 m_queue_wnd->GetQueueListBox()->QueueItemDeletedSignal.connect( in ResearchWnd()
433 m_queue_wnd->GetQueueListBox()->LeftClickedRowSignal.connect( in ResearchWnd()
435 m_queue_wnd->GetQueueListBox()->DoubleClickedRowSignal.connect( in ResearchWnd()
437 m_queue_wnd->GetQueueListBox()->ShowPediaSignal.connect( in ResearchWnd()
439 m_queue_wnd->GetQueueListBox()->QueueItemPausedSignal.connect( in ResearchWnd()
508 m_queue_wnd->GetQueueListBox()->BringRowIntoView(m_queue_wnd->GetQueueListBox()->begin()); in Reset()
591 QueueListBox* queue_lb = m_queue_wnd->GetQueueListBox(); in UpdateQueue()
686 …if (m_queue_wnd->GetQueueListBox()->IteraterIndex(it) < 0 || !m_queue_wnd->GetQueueListBox()->Disp… in QueueItemClickedSlot()
699 …if (m_queue_wnd->GetQueueListBox()->IteraterIndex(it) < 0 || !m_queue_wnd->GetQueueListBox()->Disp… in QueueItemDoubleClickedSlot()
[all …]
H A DProductionWnd.cpp885 m_queue_wnd->GetQueueListBox()->MovedRowSignal.connect( in CompleteConstruction()
889 m_queue_wnd->GetQueueListBox()->LeftClickedRowSignal.connect( in CompleteConstruction()
895 m_queue_wnd->GetQueueListBox()->QueueItemDupedSignal.connect( in CompleteConstruction()
897 m_queue_wnd->GetQueueListBox()->QueueItemSplitSignal.connect( in CompleteConstruction()
899 m_queue_wnd->GetQueueListBox()->ShowPediaSignal.connect( in CompleteConstruction()
976 m_queue_wnd->GetQueueListBox()->BringRowIntoView(m_queue_wnd->GetQueueListBox()->begin()); in Reset()
1085 ProdQueueListBox* queue_lb = m_queue_wnd->GetQueueListBox(); in UpdateQueue()
1266 auto idx = m_queue_wnd->GetQueueListBox()->IteraterIndex(it); in DeleteQueueItem()
1309 auto idx = m_queue_wnd->GetQueueListBox()->IteraterIndex(it); in QueueItemRallied()
1329 auto idx = m_queue_wnd->GetQueueListBox()->IteraterIndex(it); in QueueItemPaused()
[all …]