Home
last modified time | relevance | path

Searched refs:getParentSet (Results 1 – 19 of 19) sorted by relevance

/dports/x11/antimicro/antimicro-2.23/src/mousedialog/
H A Dmousedpadsettingsdialog.cpp281 if (dpad->getParentSet()->getIndex() != 0) in updateWindowTitleDPadName()
283 unsigned int setIndex = dpad->getParentSet()->getRealIndex(); in updateWindowTitleDPadName()
286 QString setName = dpad->getParentSet()->getName(); in updateWindowTitleDPadName()
320 InputDevice *device = dpad->getParentSet()->getInputDevice(); in updateExtraAccelerationCurve()
H A Dmouseaxissettingsdialog.cpp267 if (axis->getParentSet()->getIndex() != 0) in updateWindowTitleAxisName()
269 unsigned int setIndex = axis->getParentSet()->getRealIndex(); in updateWindowTitleAxisName()
272 QString setName = axis->getParentSet()->getName(); in updateWindowTitleAxisName()
367 InputDevice *device = axis->getParentSet()->getInputDevice(); in updateExtraAccelerationCurve()
H A Dmousebuttonsettingsdialog.cpp238 if (button->getParentSet()->getIndex() != 0) in updateWindowTitleButtonName()
240 unsigned int setIndex = button->getParentSet()->getRealIndex(); in updateWindowTitleButtonName()
243 QString setName = button->getParentSet()->getName(); in updateWindowTitleButtonName()
H A Dmousecontrolsticksettingsdialog.cpp288 if (stick->getParentSet()->getIndex() != 0) in updateWindowTitleStickName()
290 unsigned int setIndex = stick->getParentSet()->getRealIndex(); in updateWindowTitleStickName()
293 QString setName = stick->getParentSet()->getName(); in updateWindowTitleStickName()
/dports/x11/antimicro/antimicro-2.23/src/
H A Djoycontrolstick.cpp181 getParentSet(), this); in populateButtons()
185 getParentSet(), this); in populateButtons()
189 getParentSet(), this); in populateButtons()
193 getParentSet(), this); in populateButtons()
197 getParentSet(), this); in populateButtons()
1965 if (axis->getParentSet() == axisY->getParentSet()) in replaceXAxis()
1975 if (axis->getParentSet() == axisX->getParentSet()) in replaceYAxis()
1985 if (axisX->getParentSet() == axisY->getParentSet()) in replaceAxes()
2358 SetJoystick* JoyControlStick::getParentSet() in getParentSet() function in JoyControlStick
2363 temp = axisX->getParentSet(); in getParentSet()
[all …]
H A Dbuttoneditdialog.cpp436 if (button->getParentSet()->getIndex() != 0) in updateWindowTitleButtonName()
438 unsigned int setIndex = button->getParentSet()->getRealIndex(); in updateWindowTitleButtonName()
440 QString setName = button->getParentSet()->getName(); in updateWindowTitleButtonName()
H A Daxiseditdialog.cpp180 InputDevice *tempDevice = axis->getParentSet()->getInputDevice(); in implementAxisPresets()
583 if (axis->getParentSet()->getIndex() != 0) in updateWindowTitleAxisName()
585 unsigned int setIndex = axis->getParentSet()->getRealIndex(); in updateWindowTitleAxisName()
588 QString setName = axis->getParentSet()->getName(); in updateWindowTitleAxisName()
H A Ddpadeditdialog.cpp385 if (dpad->getParentSet()->getIndex() != 0) in updateWindowTitleDPadName()
387 unsigned int setIndex = dpad->getParentSet()->getRealIndex(); in updateWindowTitleDPadName()
390 QString setName = dpad->getParentSet()->getName(); in updateWindowTitleDPadName()
H A Djoydpad.h93 SetJoystick* getParentSet();
H A Djoyaxis.h124 SetJoystick* getParentSet();
H A Dadvancebuttondialog.cpp1168 if (button->getParentSet()->getIndex() != 0) in updateWindowTitleButtonName()
1170 unsigned int setIndex = button->getParentSet()->getRealIndex(); in updateWindowTitleButtonName()
1173 QString setName = button->getParentSet()->getName(); in updateWindowTitleButtonName()
1294 InputDevice *tempdevice = button->getParentSet()->getInputDevice(); in populateSetSelectionComboBox()
1338 InputDevice *tempdevice = button->getParentSet()->getInputDevice(); in populateSlotSetSelectionComboBox()
1391 AntiMicroSettings *settings = this->button->getParentSet()->getInputDevice()->getSettings(); in showSelectProfileWindow()
H A Djoyaxis.cpp1015 SetJoystick* JoyAxis::getParentSet() in getParentSet() function in JoyAxis
1022 … connect(this, SIGNAL(propertyUpdated()), getParentSet()->getInputDevice(), SLOT(profileEdited())); in establishPropertyUpdatedConnection()
1027 …disconnect(this, SIGNAL(propertyUpdated()), getParentSet()->getInputDevice(), SLOT(profileEdited()… in disconnectPropertyUpdatedConnection()
H A Djoybuttoncontextmenu.cpp118 if (i == button->getParentSet()->getIndex()) in buildMenu()
H A Djoycontrolstickeditdialog.cpp495 if (stick->getParentSet()->getIndex() != 0) in updateWindowTitleStickName()
497 unsigned int setIndex = stick->getParentSet()->getRealIndex(); in updateWindowTitleStickName()
500 QString setName = stick->getParentSet()->getName(); in updateWindowTitleStickName()
H A Djoycontrolstick.h159 SetJoystick* getParentSet();
H A Djoydpad.cpp711 SetJoystick* JoyDPad::getParentSet() in getParentSet() function in JoyDPad
718 … connect(this, SIGNAL(propertyUpdated()), getParentSet()->getInputDevice(), SLOT(profileEdited())); in establishPropertyUpdatedConnection()
723 …disconnect(this, SIGNAL(propertyUpdated()), getParentSet()->getInputDevice(), SLOT(profileEdited()… in disconnectPropertyUpdatedConnection()
H A Djoybutton.h152 SetJoystick* getParentSet();
H A Djoybutton.cpp1022 InputDevice *device = getParentSet()->getInputDevice(); in activateSlots()
4175 InputDevice *device = getParentSet()->getInputDevice(); in releaseActiveSlots()
5050 SetJoystick* JoyButton::getParentSet() in getParentSet() function in JoyButton
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/varianteval/util/
H A DSnpEffUtil.java90 private static Set<EffectType> getParentSet(final Set<EffectType> children){ in getParentSet() method in SnpEffUtil
108 …final Set<EffectType> putativeParents = getParentSet(untraversedNodes); //get immediate parents of… in getAncestorSet()