Home
last modified time | relevance | path

Searched refs:isThreeColumn (Results 1 – 8 of 8) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/window/
H A Dwindow_adaptive.h37 [[nodiscard]] bool isThreeColumn() const;
H A Dwindow_adaptive.cpp61 bool Adaptive::isThreeColumn() const { in isThreeColumn() function in Window::Adaptive
H A Dwindow_peer_menu.cpp279 } else if (!_controller->adaptive().isThreeColumn()) { in showInfo()
H A Dwindow_session_controller.cpp1002 if (adaptive().isThreeColumn()) { in resizeForThirdSection()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/
H A Dmainwidget.cpp413 if (isThreeColumn()) { in floatPlayerGetSection()
445 if (isThreeColumn()) { in floatPlayerEnumerateSections()
1596 auto newThirdSection = (isThreeColumn() && params.thirdColumn) in showNewSection()
2071 if (isThreeColumn()) { in updateControlsGeometry()
2191 if (isThreeColumn() && _thirdSection) { in refreshResizeAreas()
2253 if (!isThreeColumn() || !_thirdSection) { in ensureThirdColumnResizeAreaCreated()
2328 if (isThreeColumn() in updateThirdColumnToCurrentChat()
2344 if (isThreeColumn() in updateThirdColumnToCurrentChat()
2364 } else if (isThreeColumn() in updateThirdColumnToCurrentChat()
2588 bool MainWidget::isThreeColumn() const { in isThreeColumn() function in MainWidget
[all …]
H A Dmainwidget.h335 bool isThreeColumn() const;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/
H A Dhistory_view_top_bar_widget.cpp319 const auto isThreeColumn = _controller->adaptive().isThreeColumn(); in toggleInfoSection() local
320 if (isThreeColumn in toggleInfoSection()
328 if (isThreeColumn) { in toggleInfoSection()
1064 auto infoThirdActive = _controller->adaptive().isThreeColumn() in updateInfoToggleActive()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/
H A Dhistory_widget.cpp4870 const auto isThreeColumn = controller()->adaptive().isThreeColumn(); in updateControlsGeometry() local
4874 const auto topShadowRight = (isThreeColumn && !_inGrab && _peer) in updateControlsGeometry()