Searched refs:hasSelectedTextInEditor (Results 1 – 3 of 3) sorted by relevance
1815 m_actUnselectAll ->setEnabled(currentBasket()->hasSelectedTextInEditor()); in notesStateChanged()1842 m_actCutNote ->setEnabled(currentBasket()->hasSelectedTextInEditor()); in updateNotesActions()1843 m_actCopyNote ->setEnabled(currentBasket()->hasSelectedTextInEditor()); in updateNotesActions()1845 m_actDelNote ->setEnabled(currentBasket()->hasSelectedTextInEditor()); in updateNotesActions()
538 bool hasSelectedTextInEditor();
3629 bool BasketScene::hasSelectedTextInEditor() in hasSelectedTextInEditor() function in BasketScene