Home
last modified time | relevance | path

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

/dports/editors/neovim-qt/neovim-qt-0.2.16.1/src/gui/
H A Dmainwindow.cpp58 m_actSelectAll = new QAction(QIcon::fromTheme("edit-select-all"), QString("Select All"), in init()
64 m_contextMenu->addAction(m_actSelectAll); in init()
126 connect(m_actSelectAll, &QAction::triggered, in init()
H A Dmainwindow.h79 QAction *m_actSelectAll; variable
/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/
H A Dbnpview.h279 QAction *m_actSelectAll; variable
H A Dbnpview.cpp602 m_actSelectAll = ac->addAction(KStandardAction::SelectAll, this, in setupActions()
604 m_actSelectAll->setStatusTip(i18n("Selects all notes")); in setupActions()
1814 m_actSelectAll ->setEnabled(!currentBasket()->selectedAllTextInEditor()); in notesStateChanged()
1817 m_actSelectAll ->setEnabled(basket->countSelecteds() < basket->countFounds()); in notesStateChanged()