Home
last modified time | relevance | path

Searched refs:decodes_from_top (Results 1 – 3 of 3) sorted by relevance

/dports/comms/wsjtz/wsjtx/widgets/
H A Ddisplaytext.cpp75 if (!high_volume_ || !m_config || !m_config->decodes_from_top ()) in setContentFont()
217 if (!high_volume_ || !m_config || !m_config->decodes_from_top ()) in appendText()
228 && m_config && m_config->decodes_from_top ()) in extend_vertical_scrollbar()
245 if (high_volume_ && m_config && m_config->decodes_from_top () && !vertical_scroll_connection_) in new_period()
/dports/comms/wsjtz/wsjtx/
H A DConfiguration.hpp122 bool decodes_from_top () const;
H A DConfiguration.cpp766 bool Configuration::decodes_from_top () const {return m_->decodes_from_top_;} in decodes_from_top() function in Configuration