Home
last modified time | relevance | path

Searched refs:moveDownShortcut (Results 1 – 3 of 3) sorted by relevance

/dports/net/quiterss/quiterss-0.19.4_1/src/
H A Dcustomizetoolbardialog.h37 void moveDownShortcut();
H A Dcustomizetoolbardialog.cpp166 connect(moveDownButton_, SIGNAL(clicked()), this, SLOT(moveDownShortcut())); in CustomizeToolbarDialog()
429 void CustomizeToolbarDialog::moveDownShortcut() in moveDownShortcut() function in CustomizeToolbarDialog
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/world/
H A Dtable.cpp357 CSMPrefs::Shortcut* moveDownShortcut = new CSMPrefs::Shortcut("table-movedown", this); in Table() local
358 moveDownShortcut->associateAction(mMoveDownAction); in Table()