Home
last modified time | relevance | path

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

/dports/graphics/dspdfviewer/dspdfviewer-1.15.1/
H A Druntimeconfiguration.cpp48 m_showPresenterArea(true), in RuntimeConfiguration()
137 value<bool>(&m_showPresenterArea)->default_value(true), in RuntimeConfiguration()
235 m_showPresenterArea = false; in RuntimeConfiguration()
237 if ( ! m_showPresenterArea ) { in RuntimeConfiguration()
272 return m_showPresenterArea; in showPresenterArea()
H A Druntimeconfiguration.h45 bool m_showPresenterArea; variable