Home
last modified time | relevance | path

Searched refs:SpellAction (Results 1 – 4 of 4) sorted by path

/dports/devel/git-cola/git-cola-3.10.1/cola/widgets/
H A Dspellcheck.py62 action = SpellAction(word, spell_menu)
115 class SpellAction(QAction): class
/dports/editors/featherpad/FeatherPad-1.0.1/featherpad/
H A DspellDialog.cpp62 …connect (ui->correctOnce, &QAbstractButton::clicked, [this] {emit spellChecked (SpellAction::Corre… in SpellDialog()
63 …connect (ui->ignoreOnce, &QAbstractButton::clicked, [this] {emit spellChecked (SpellAction::Ignore… in SpellDialog()
64 …connect (ui->correctAll, &QAbstractButton::clicked, [this] {emit spellChecked (SpellAction::Correc… in SpellDialog()
65 …connect (ui->ignoreAll, &QAbstractButton::clicked, [this] {emit spellChecked (SpellAction::IgnoreA… in SpellDialog()
67 …connect (ui->addToDict, &QAbstractButton::clicked, [this] {emit spellChecked (SpellAction::AddToDi… in SpellDialog()
H A DspellDialog.h38 enum SpellAction {CorrectOnce, IgnoreOnce, CorrectAll, IgnoreAll, AddToDict}; enum
/dports/games/hs-scroll/scroll-1.20180421/
H A DSpell.hs28 type SpellAction = M NextStep -> M NextStep type
71 vomit :: SpellAction
90 new :: SpellAction
143 whiteOut :: SpellAction
190 genocide :: SpellAction
243 dream :: SpellAction
279 berzerk :: SpellAction
297 reversePlayer :: SpellAction
319 wish :: SpellAction