Home
last modified time | relevance | path

Searched defs:guiLevel (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A DPanoOperation.cpp57 …l PanoOperation::IsEnabled(HuginBase::Panorama& pano, HuginBase::UIntSet images, GuiLevel guiLevel) in IsEnabled()
76 …eImageOperation::IsEnabled(HuginBase::Panorama& pano, HuginBase::UIntSet images, GuiLevel guiLevel) in IsEnabled()
81 …iImageOperation::IsEnabled(HuginBase::Panorama& pano, HuginBase::UIntSet images, GuiLevel guiLevel) in IsEnabled()
543 …ewLensOperation::IsEnabled(HuginBase::Panorama& pano, HuginBase::UIntSet images, GuiLevel guiLevel) in IsEnabled()
566 …geLensOperation::IsEnabled(HuginBase::Panorama& pano, HuginBase::UIntSet images, GuiLevel guiLevel) in IsEnabled()
722 …PointsOperation::IsEnabled(HuginBase::Panorama& pano, HuginBase::UIntSet images, GuiLevel guiLevel) in IsEnabled()
777 …PointsOperation::IsEnabled(HuginBase::Panorama& pano, HuginBase::UIntSet images, GuiLevel guiLevel) in IsEnabled()
978 … ResetOperation::IsEnabled(HuginBase::Panorama& pano, HuginBase::UIntSet images, GuiLevel guiLevel) in IsEnabled()
1217 …wStackOperation::IsEnabled(HuginBase::Panorama& pano, HuginBase::UIntSet images, GuiLevel guiLevel) in IsEnabled()
1240 …eStackOperation::IsEnabled(HuginBase::Panorama& pano, HuginBase::UIntSet images, GuiLevel guiLevel) in IsEnabled()
[all …]
H A DMainFrame.cpp731 long guiLevel=config->Read(wxT("/GuiLevel"),(long)0); in MainFrame() local
/dports/audio/kmix/kmix-21.12.3/gui/
H A Dviewbase.h114 GuiVisibility guiLevel; variable
H A Dviewbase.cpp444 void ViewBase::setGuiLevel(GuiVisibility guiLevel) in setGuiLevel()