Home
last modified time | relevance | path

Searched refs:ptSpecialPreview_L (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/photivo/photivo/Sources/
H A DptConstants.h403 const short ptSpecialPreview_L = 1; variable
H A DptViewWindow.cpp869 } else if (Settings->GetInt("SpecialPreview") == ptSpecialPreview_L) { in contextMenuEvent()
985 Settings->SetValue("SpecialPreview", ptSpecialPreview_L); in Menu_Mode()
H A DptGuiOptions.cpp427 {ptSpecialPreview_L, QObject::tr("L*") },
H A DptMainWindow.cpp1599 if (Settings->GetInt("SpecialPreview")!=ptSpecialPreview_L) in keyPressEvent()
1600 CB_SpecialPreviewChoice(ptSpecialPreview_L); in keyPressEvent()
H A DptImage.cpp5459 if (Mode == ptSpecialPreview_L || in SpecialPreview()
5521 if (Mode == ptSpecialPreview_L) ViewLab(TViewLabChannel::L); in SpecialPreview()