Home
last modified time | relevance | path

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

/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/ptbatcher/
H A DProjectListBox.h51 void SwapProject(int index);
H A DBatch.h137 void SwapProject(int index);
H A DBatchFrame.cpp590 SwapProject(*selected.begin(), true); in OnButtonMoveDown()
604 SwapProject(*selected.begin() - 1, false); in OnButtonMoveUp()
1176 void BatchFrame::SwapProject(int index, bool down) in SwapProject() function in BatchFrame
1180 projListBox->SwapProject(index); in SwapProject()
1181 m_batch->SwapProject(index); in SwapProject()
H A DBatchFrame.h119 void SwapProject(int index, bool down);
H A DProjectListBox.cpp242 void ProjectListBox::SwapProject(int index) in SwapProject() function in ProjectListBox
H A DBatch.cpp936 void Batch::SwapProject(int index) in SwapProject() function in Batch