Home
last modified time | relevance | path

Searched refs:ShowLinkActions (Results 1 – 4 of 4) sorted by relevance

/dports/irc/konversation/konversation-21.12.3/src/viewer/
H A Dtopiclabel.cpp300 setContextMenuOptions(IrcContextMenus::ShowLinkActions, true); in highlightedSlot()
311 setContextMenuOptions(IrcContextMenus::ShowLinkActions, false); in resetLinkHighlightState()
H A Dirccontextmenus.h48 ShowLinkActions = 0x00000002, enumerator
H A Dircview.cpp2104 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()
H A Dirccontextmenus.cpp194 bool showLinkActions = options.testFlag(ShowLinkActions); in textMenu()