Home
last modified time | relevance | path

Searched refs:entryEvent (Results 1 – 7 of 7) sorted by relevance

/dports/devel/kf5-knewstuff/knewstuff-5.89.0/src/qtquick/qml/
H A DDialog.qml62 * This forwards the entryEvent from the QtQuick engine
63 * @see Engine::entryEvent
66 signal entryEvent(QtObject entry, int event);
70 entryEvent(entry, event);
79 * @deprecated Since 5.82, use entryEvent of component.engine instead
H A DButton.qml65 * This forwards the entryEvent from the QtQuick engine
66 * @see Engine::entryEvent
69 signal entryEvent(QtObject entry, int event);
73 entryEvent(entry, event);
82 * @deprecated Since 5.82, use entryEvent instead
H A DAction.qml84 * @deprecated Since 5.82, use entryEvent instead
90 * @see Engine::entryEvent
92 signal entryEvent(QtObject entry, int event);
152 component.entryEvent(entry, event);
/dports/devel/kf5-knewstuff/knewstuff-5.89.0/src/qtquick/
H A Dquickengine.cpp135 Q_EMIT entryEvent(wrappedEntry, (EntryEvent)event); in setConfigFile() local
144 Q_EMIT entryEvent(wrappedEntry, (EntryEvent)event); in setConfigFile() local
H A Dquickengine.h166 void entryEvent(KNSCore::EntryWrapper *entry, EntryEvent event);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/
H A DJavaMethodBreakpoint.java436 MethodEntryEvent entryEvent = (MethodEntryEvent) event; in handleBreakpointEvent() local
439 return handleMethodEvent(entryEvent, entryEvent.method(), thread, in handleBreakpointEvent()
/dports/devel/newt/newt-0.52.21/
H A Dentry.c34 static struct eventResult entryEvent(newtComponent co,
41 entryEvent,
279 static struct eventResult entryEvent(newtComponent co, in entryEvent() function