Searched refs:m_actSelectAll (Results 1 – 4 of 4) sorted by relevance
58 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()
79 QAction *m_actSelectAll; variable
279 QAction *m_actSelectAll; variable
602 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()