Searched refs:ShowLinkActions (Results 1 – 4 of 4) sorted by relevance
300 setContextMenuOptions(IrcContextMenus::ShowLinkActions, true); in highlightedSlot()311 setContextMenuOptions(IrcContextMenus::ShowLinkActions, false); in resetLinkHighlightState()
48 ShowLinkActions = 0x00000002, enumerator
2104 if (m_contextMenuOptions.testFlag(IrcContextMenus::ShowLinkActions)) in mouseReleaseEvent()2197 if (link.isEmpty() && m_contextMenuOptions.testFlag(IrcContextMenus::ShowLinkActions)) in highlightedSlot()2198 setContextMenuOptions(IrcContextMenus::ShowLinkActions, false); in highlightedSlot()2199 … else if (!link.isEmpty() && !m_contextMenuOptions.testFlag(IrcContextMenus::ShowLinkActions)) in highlightedSlot()2200 setContextMenuOptions(IrcContextMenus::ShowLinkActions, true); in highlightedSlot()
194 bool showLinkActions = options.testFlag(ShowLinkActions); in textMenu()