Home
last modified time | relevance | path

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

/dports/games/dunelegacy/dunelegacy-0.96.4/src/CutScenes/
H A DScene.cpp37 for(TextEvent* pTextEvent : textEvents) { in ~Scene()
40 textEvents.clear(); in ~Scene()
56 textEvents.push_back(newTextEvent); in addTextEvent()
96 for(TextEvent* pTextEvent : textEvents) { in draw()
/dports/games/dunelegacy/dunelegacy-0.96.4/include/CutScenes/
H A DScene.h88 std::list<TextEvent*> textEvents; ///< list of all TextEvents in this scene variable
/dports/net/calendarsupport/calendarsupport-21.12.3/src/printing/
H A Dcalprintpluginbase.cpp1332 QMap<int, QStringList> textEvents; in drawMonth() local
1351 textEvents[d.day()] << e->summary(); in drawMonth()
1409 textEvents[(*mit).start.date().day()] << (*mit).event->summary(); in drawMonth()
1454 QStringList dayEvents(textEvents[d + 1]); in drawMonth()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DCCombo.java224 …int [] textEvents = {SWT.DefaultSelection, SWT.DragDetect, SWT.KeyDown, SWT.KeyUp, SWT.MenuDetect,… in createText() local
227 for (int textEvent : textEvents) in createText()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DCCombo.java224 …int [] textEvents = {SWT.DefaultSelection, SWT.DragDetect, SWT.KeyDown, SWT.KeyUp, SWT.MenuDetect,… in createText() local
227 for (int textEvent : textEvents) in createText()
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_mac.cxx2267 static EventTypeSpec textEvents[] = { in make() local
2269 ret = InstallWindowEventHandler( x->xid, textHandler, 1, textEvents, w, 0L ); in make()
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_mac.cxx2267 static EventTypeSpec textEvents[] = { in make() local
2269 ret = InstallWindowEventHandler( x->xid, textHandler, 1, textEvents, w, 0L ); in make()