Searched refs:ShowChannelActions (Results 1 – 5 of 5) sorted by relevance
51 ShowChannelActions = 0x00000010, enumerator
237 if (options.testFlag(ShowChannelActions)) in textMenu()469 self()->m_modesMenu->menuAction()->setVisible(options.testFlag(ShowChannelActions)); in nickMenu()470 self()->m_kickBanMenu->menuAction()->setVisible(options.testFlag(ShowChannelActions)); in nickMenu()
2285 …m_contextMenuOptions.testFlag(IrcContextMenus::ShowChannelActions) ? m_chatWin->getName() : QStrin… in contextMenuEvent()
258 IrcContextMenus::nickMenu(ev->globalPos(), IrcContextMenus::ShowChannelActions, in contextMenuEvent()
125 …topicLine->setContextMenuOptions(IrcContextMenus::ShowChannelActions | IrcContextMenus::ShowLogAct… in Channel()202 ircViewBox->ircView()->setContextMenuOptions(IrcContextMenus::ShowChannelActions, true); in Channel()