Home
last modified time | relevance | path

Searched refs:charEntered (Results 1 – 25 of 38) sorted by relevance

12

/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/gtk/
H A Dglwidget.cpp186 app->core->charEntered('\033'); in glarea_key_press()
189 app->core->charEntered('\b'); in glarea_key_press()
194 app->core->charEntered(event->keyval); in glarea_key_press()
198 app->core->charEntered(CelestiaCore::Key_BackTab); in glarea_key_press()
202 app->core->charEntered('('); in glarea_key_press()
205 app->core->charEntered(')'); in glarea_key_press()
221 app->core->charEntered(c); in glarea_key_press()
H A Dactions.cpp299 app->core->charEntered('H'); in actionSelectSol()
354 app->core->charEntered('c'); in actionCenterSelection()
360 app->core->charEntered('G'); in actionGotoSelection()
366 app->core->charEntered('F'); in actionFollowSelection()
372 app->core->charEntered('Y'); in actionSyncSelection()
378 app->core->charEntered('T'); in actionTrackSelection()
402 app->core->charEntered('L'); in actionTimeFaster()
408 app->core->charEntered('K'); in actionTimeSlower()
414 app->core->charEntered(' '); in actionTimeFreeze()
426 app->core->charEntered('J'); in actionTimeReverse()
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celestia/gtk/
H A Dglwidget.cpp186 app->core->charEntered('\033'); in glarea_key_press()
189 app->core->charEntered('\b'); in glarea_key_press()
194 app->core->charEntered(event->keyval); in glarea_key_press()
198 app->core->charEntered(CelestiaCore::Key_BackTab); in glarea_key_press()
202 app->core->charEntered('('); in glarea_key_press()
205 app->core->charEntered(')'); in glarea_key_press()
221 app->core->charEntered(c); in glarea_key_press()
H A Dactions.cpp299 app->core->charEntered('H'); in actionSelectSol()
354 app->core->charEntered('c'); in actionCenterSelection()
360 app->core->charEntered('G'); in actionGotoSelection()
366 app->core->charEntered('F'); in actionFollowSelection()
372 app->core->charEntered('Y'); in actionSyncSelection()
378 app->core->charEntered('T'); in actionTrackSelection()
402 app->core->charEntered('L'); in actionTimeFaster()
408 app->core->charEntered('K'); in actionTimeSlower()
414 app->core->charEntered(' '); in actionTimeFreeze()
426 app->core->charEntered('J'); in actionTimeReverse()
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/kde/
H A Dkdeapp.cpp835 appCore->charEntered('h'); in slotHome()
836 appCore->charEntered('g'); in slotHome()
844 appCore->charEntered(','); in slotZoomIn()
848 appCore->charEntered('.'); in slotZoomOut()
1036 appCore->charEntered('j'); in slotReverseTime()
1040 appCore->charEntered('l'); in slotAccelerateTime()
1044 appCore->charEntered('L'); in slotAccelerateTimeFine()
1048 appCore->charEntered(' '); in slotPauseTime()
1052 appCore->charEntered('k'); in slotSlowDownTime()
1056 appCore->charEntered('K'); in slotSlowDownTimeFine()
[all …]
H A Dselectionpopup.cpp160 appCore->charEntered('c'); in process()
165 appCore->charEntered('g'); in process()
170 appCore->charEntered('f'); in process()
175 appCore->charEntered('y'); in process()
H A Dkdeglwidget.cpp404 appCore->charEntered('\033'); in keyPressEvent()
407 appCore->charEntered(CelestiaCore::Key_BackTab); in keyPressEvent()
414 appCore->charEntered(e->text().utf8().data()); in keyPressEvent()
/dports/astro/celestia/celestia-1.6.1/src/celestia/kde/
H A Dkdeapp.cpp835 appCore->charEntered('h'); in slotHome()
836 appCore->charEntered('g'); in slotHome()
844 appCore->charEntered(','); in slotZoomIn()
848 appCore->charEntered('.'); in slotZoomOut()
1036 appCore->charEntered('j'); in slotReverseTime()
1040 appCore->charEntered('l'); in slotAccelerateTime()
1044 appCore->charEntered('L'); in slotAccelerateTimeFine()
1048 appCore->charEntered(' '); in slotPauseTime()
1052 appCore->charEntered('k'); in slotSlowDownTime()
1056 appCore->charEntered('K'); in slotSlowDownTimeFine()
[all …]
H A Dselectionpopup.cpp160 appCore->charEntered('c'); in process()
165 appCore->charEntered('g'); in process()
170 appCore->charEntered('f'); in process()
175 appCore->charEntered('y'); in process()
H A Dkdeglwidget.cpp404 appCore->charEntered('\033'); in keyPressEvent()
407 appCore->charEntered(CelestiaCore::Key_BackTab); in keyPressEvent()
414 appCore->charEntered(e->text().utf8().data()); in keyPressEvent()
/dports/astro/celestia-gtk/celestia-1.6.1/macosx/
H A DCelestiaAppCore.h33 -(void)charEntered:(char)c withModifiers:(int)modifiers;
34 -(void)charEntered:(NSString *)string;
H A DMacInputWatcher.mm97 [[CelestiaAppCore sharedAppCore] charEntered: aString];
182 [appCore charEntered: key withModifiers: modifiers];
H A DCelestiaAppCore.mm428 -(void)charEntered:(char)c withModifiers:(int)modifiers
431 appCore->charEntered(c, modifiers);
434 -(void)charEntered:(NSString *)string
436 appCore->charEntered([string UTF8String]);
/dports/astro/celestia/celestia-1.6.1/macosx/
H A DCelestiaAppCore.h33 -(void)charEntered:(char)c withModifiers:(int)modifiers;
34 -(void)charEntered:(NSString *)string;
H A DMacInputWatcher.mm97 [[CelestiaAppCore sharedAppCore] charEntered: aString];
182 [appCore charEntered: key withModifiers: modifiers];
H A DCelestiaAppCore.mm428 -(void)charEntered:(char)c withModifiers:(int)modifiers
431 appCore->charEntered(c, modifiers);
434 -(void)charEntered:(NSString *)string
436 appCore->charEntered([string UTF8String]);
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dwinssbrowser.cpp148 browser->appCore->charEntered('c'); in SolarSystemBrowserProc()
152 browser->appCore->charEntered('G'); in SolarSystemBrowserProc()
H A Dwinmain.cpp3968 appCore->charEntered('c'); in MainWindowProc()
3971 appCore->charEntered('G'); in MainWindowProc()
3974 appCore->charEntered('F'); in MainWindowProc()
3977 appCore->charEntered('Y'); in MainWindowProc()
3980 appCore->charEntered('T'); in MainWindowProc()
3983 appCore->charEntered('H'); in MainWindowProc()
4084 appCore->charEntered(']'); in MainWindowProc()
4088 appCore->charEntered('['); in MainWindowProc()
4173 appCore->charEntered('l'); in MainWindowProc()
4176 appCore->charEntered('k'); in MainWindowProc()
[all …]
H A Dcelx.h59 bool charEntered(const char*);
H A Dcelestiacore.h226 void charEntered(const char*, int modifiers = 0);
227 void charEntered(char, int modifiers = 0);
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dwinssbrowser.cpp148 browser->appCore->charEntered('c'); in SolarSystemBrowserProc()
152 browser->appCore->charEntered('G'); in SolarSystemBrowserProc()
H A Dwinmain.cpp3968 appCore->charEntered('c'); in MainWindowProc()
3971 appCore->charEntered('G'); in MainWindowProc()
3974 appCore->charEntered('F'); in MainWindowProc()
3977 appCore->charEntered('Y'); in MainWindowProc()
3980 appCore->charEntered('T'); in MainWindowProc()
3983 appCore->charEntered('H'); in MainWindowProc()
4084 appCore->charEntered(']'); in MainWindowProc()
4088 appCore->charEntered('['); in MainWindowProc()
4173 appCore->charEntered('l'); in MainWindowProc()
4176 appCore->charEntered('k'); in MainWindowProc()
[all …]
H A Dcelx.h59 bool charEntered(const char*);
H A Dcelestiacore.h226 void charEntered(const char*, int modifiers = 0);
227 void charEntered(char, int modifiers = 0);
H A Dglutmain.cpp165 appCore->charEntered((char) c); in KeyPress()
343 appCore->charEntered((char)(WHICH)); \

12