Home
last modified time | relevance | path

Searched refs:appCore (Results 1 – 25 of 118) sorted by relevance

12345

/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/kde/
H A Dkdeapp.cpp134 appCore=new CelestiaCore(); in KdeApp()
135 if (appCore == NULL) in KdeApp()
234 appCore->addToHistory(); in openBookmarkURL()
862 appCore->setFramesVisible(!appCore->getFramesVisible()); in slotToggleFramesVisible()
866 appCore->setActiveFrameVisible(!appCore->getActiveFrameVisible()); in slotToggleActiveFrameVisible()
870 appCore->getSimulation()->setSyncTime(!appCore->getSimulation()->getSyncTime()); in slotToggleSyncTime()
1390 appCore->charEntered('C'); in slotCenterCO()
1433 appCore->getRenderer()->setVideoSync(!appCore->getRenderer()->getVideoSync()); in slotToggleVideoSync()
1486 appCore->back(); in slotBack()
1490 appCore->forward(); in slotForward()
[all …]
H A Dkdeglwidget.cpp61 appCore = core; in KdeGlWidget()
62 appRenderer=appCore->getRenderer(); in KdeGlWidget()
63 appSim = appCore->getSimulation(); in KdeGlWidget()
69 appCore->setCursorHandler(this); in KdeGlWidget()
91 appCore->draw(); in paintGL()
101 if (!appCore->initRenderer()) in initializeGL()
119 appCore->tick(); in initializeGL()
204 appCore->resize(w, h); in resizeGL()
227 appCore->mouseMove(x, y); in mouseMoveEvent()
267 appCore->mouseWheel(1.0f, 0); in wheelEvent()
[all …]
H A Dkdepreferencesdialog.cpp59 appCore=core; in KdePreferencesDialog()
285 savedHudDetail = appCore->getHudDetail(); in KdePreferencesDialog()
483 if (!appCore->getLightDelayActive()) in KdePreferencesDialog()
593 appCore->setLightDelayActive(!appCore->getLightDelayActive()); in ltSubstract()
596 if (appCore->getLightDelayActive()) in ltSubstract()
670 appCore->setHudDetail(savedHudDetail); in slotCancel()
677 appCore->setDateFormat(savedDateFormat); in slotCancel()
686 savedHudDetail = appCore->getHudDetail(); in slotApply()
712 appCore->getSimulation()->update(0.0); in slotApply()
722 appCore->getSimulation()->update(0.0); in slotApply()
[all …]
H A Declipsefinderdlg.cpp20 EclipseFinderDlg::EclipseFinderDlg( QWidget* parent, CelestiaCore *appCore) in EclipseFinderDlg() argument
21 : EclipseFinderDlgBase( parent, i18n("Eclipse Finder") ),appCore(appCore) in EclipseFinderDlg()
23 astro::Date date(appCore->getSimulation()->getTime()); in EclipseFinderDlg()
70 EclipseFinder ef(appCore, in search()
123 …Selection target = appCore->getSimulation()->findObjectFromPath(std::string(item->text(col == 1).u… in gotoEclipse()
125 appCore->getSimulation()->setFrame(ObserverFrame::PhaseLock, target, ref); in gotoEclipse()
134 appCore->getSimulation()->setTime((double)d); in gotoEclipse()
135 appCore->getSimulation()->update(0.0); in gotoEclipse()
138appCore->getSimulation()->gotoLocation(Point3d(distance, 0, 0), Quatd::yrotation(-PI / 2) * Quatd:… in gotoEclipse()
/dports/astro/celestia/celestia-1.6.1/src/celestia/kde/
H A Dkdeapp.cpp134 appCore=new CelestiaCore(); in KdeApp()
135 if (appCore == NULL) in KdeApp()
234 appCore->addToHistory(); in openBookmarkURL()
862 appCore->setFramesVisible(!appCore->getFramesVisible()); in slotToggleFramesVisible()
866 appCore->setActiveFrameVisible(!appCore->getActiveFrameVisible()); in slotToggleActiveFrameVisible()
870 appCore->getSimulation()->setSyncTime(!appCore->getSimulation()->getSyncTime()); in slotToggleSyncTime()
1390 appCore->charEntered('C'); in slotCenterCO()
1433 appCore->getRenderer()->setVideoSync(!appCore->getRenderer()->getVideoSync()); in slotToggleVideoSync()
1486 appCore->back(); in slotBack()
1490 appCore->forward(); in slotForward()
[all …]
H A Dkdeglwidget.cpp61 appCore = core; in KdeGlWidget()
62 appRenderer=appCore->getRenderer(); in KdeGlWidget()
63 appSim = appCore->getSimulation(); in KdeGlWidget()
69 appCore->setCursorHandler(this); in KdeGlWidget()
91 appCore->draw(); in paintGL()
101 if (!appCore->initRenderer()) in initializeGL()
119 appCore->tick(); in initializeGL()
204 appCore->resize(w, h); in resizeGL()
227 appCore->mouseMove(x, y); in mouseMoveEvent()
267 appCore->mouseWheel(1.0f, 0); in wheelEvent()
[all …]
H A Dkdepreferencesdialog.cpp59 appCore=core; in KdePreferencesDialog()
285 savedHudDetail = appCore->getHudDetail(); in KdePreferencesDialog()
483 if (!appCore->getLightDelayActive()) in KdePreferencesDialog()
593 appCore->setLightDelayActive(!appCore->getLightDelayActive()); in ltSubstract()
596 if (appCore->getLightDelayActive()) in ltSubstract()
670 appCore->setHudDetail(savedHudDetail); in slotCancel()
677 appCore->setDateFormat(savedDateFormat); in slotCancel()
686 savedHudDetail = appCore->getHudDetail(); in slotApply()
712 appCore->getSimulation()->update(0.0); in slotApply()
722 appCore->getSimulation()->update(0.0); in slotApply()
[all …]
H A Declipsefinderdlg.cpp20 EclipseFinderDlg::EclipseFinderDlg( QWidget* parent, CelestiaCore *appCore) in EclipseFinderDlg() argument
21 : EclipseFinderDlgBase( parent, i18n("Eclipse Finder") ),appCore(appCore) in EclipseFinderDlg()
23 astro::Date date(appCore->getSimulation()->getTime()); in EclipseFinderDlg()
70 EclipseFinder ef(appCore, in search()
123 …Selection target = appCore->getSimulation()->findObjectFromPath(std::string(item->text(col == 1).u… in gotoEclipse()
125 appCore->getSimulation()->setFrame(ObserverFrame::PhaseLock, target, ref); in gotoEclipse()
134 appCore->getSimulation()->setTime((double)d); in gotoEclipse()
135 appCore->getSimulation()->update(0.0); in gotoEclipse()
138appCore->getSimulation()->gotoLocation(Point3d(distance, 0, 0), Quatd::yrotation(-PI / 2) * Quatd:… in gotoEclipse()
/dports/astro/celestia-gtk/celestia-1.6.1/macosx/
H A DCelestiaOpenGLView.m162 …[appCore mouseButtonDown:location modifiers:[appCore toCelestiaModifiers: 0 buttons:CEL_LEFT_BUTTO…
163 …[appCore mouseButtonUp:location2 modifiers:[appCore toCelestiaModifiers: 0 buttons:CEL_LEFT_BUTTON…
228 …[appCore mouseButtonDown:location modifiers:[appCore toCelestiaModifiers: 0 buttons:CEL_LEFT_BUTTO…
229 …[appCore mouseButtonUp:location2 modifiers:[appCore toCelestiaModifiers: 0 buttons:CEL_LEFT_BUTTON…
244 if ([appCore textEnterMode] & 1)
282 [ appCore charEntered: key
285 [ appCore keyDown: [appCore toCelestiaKey: theEvent]
293 // [ appCore keyUp: [appCore toCelestiaKey: theEvent] ];
294 [ appCore keyUp: [appCore toCelestiaKey: theEvent]
346 [appCore mouseMove: location];
[all …]
H A DCelestiaAppCore.mm29 CelestiaCore *appCore;
34 CelestiaWatcher(*[_appCore appCore]), settings(_settings), appCore([_appCore appCore])
150 CelestiaCore *appCore;
154 -(CelestiaCore*) appCore
155 {return appCore; }; method
294 appCore = NULL;
311 appCore = NULL;
446 appCore->keyUp(c);
501 appCore->draw();
506 appCore->tick();
[all …]
H A DCelestiaSettings.mm46 static CelestiaCore *appCore;
83 appCore = (CelestiaCore*) [[CelestiaAppCore sharedAppCore] appCore];
532 appCore->toggleReferenceMark("body axes");
542 appCore->toggleReferenceMark("frame axes");
552 appCore->toggleReferenceMark("sun direction");
562 appCore->toggleReferenceMark("velocity vector");
582 appCore->toggleReferenceMark("terminator");
616 appCore->setFaintest(value);
621 appCore->setFaintestAutoMag();
635 -(int) hudDetail { return appCore->getHudDetail(); }
[all …]
/dports/astro/celestia/celestia-1.6.1/macosx/
H A DCelestiaOpenGLView.m162 …[appCore mouseButtonDown:location modifiers:[appCore toCelestiaModifiers: 0 buttons:CEL_LEFT_BUTTO…
163 …[appCore mouseButtonUp:location2 modifiers:[appCore toCelestiaModifiers: 0 buttons:CEL_LEFT_BUTTON…
228 …[appCore mouseButtonDown:location modifiers:[appCore toCelestiaModifiers: 0 buttons:CEL_LEFT_BUTTO…
229 …[appCore mouseButtonUp:location2 modifiers:[appCore toCelestiaModifiers: 0 buttons:CEL_LEFT_BUTTON…
244 if ([appCore textEnterMode] & 1)
282 [ appCore charEntered: key
285 [ appCore keyDown: [appCore toCelestiaKey: theEvent]
293 // [ appCore keyUp: [appCore toCelestiaKey: theEvent] ];
294 [ appCore keyUp: [appCore toCelestiaKey: theEvent]
346 [appCore mouseMove: location];
[all …]
H A DCelestiaAppCore.mm29 CelestiaCore *appCore;
34 CelestiaWatcher(*[_appCore appCore]), settings(_settings), appCore([_appCore appCore])
150 CelestiaCore *appCore;
154 -(CelestiaCore*) appCore
155 {return appCore; }; method
294 appCore = NULL;
311 appCore = NULL;
446 appCore->keyUp(c);
501 appCore->draw();
506 appCore->tick();
[all …]
H A DCelestiaSettings.mm46 static CelestiaCore *appCore;
83 appCore = (CelestiaCore*) [[CelestiaAppCore sharedAppCore] appCore];
532 appCore->toggleReferenceMark("body axes");
542 appCore->toggleReferenceMark("frame axes");
552 appCore->toggleReferenceMark("sun direction");
562 appCore->toggleReferenceMark("velocity vector");
582 appCore->toggleReferenceMark("terminator");
616 appCore->setFaintest(value);
621 appCore->setFaintestAutoMag();
635 -(int) hudDetail { return appCore->getHudDetail(); }
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dglutmain.cpp44 static CelestiaCore* appCore = NULL; variable
67 appCore->resize(w, h); in Resize()
79 appCore->draw(); in Display()
89 appCore->tick(); in Idle()
165 appCore->charEntered((char) c); in KeyPress()
172 appCore->keyUp((int) c); in KeyUp()
233 appCore->keyDown(k); in HandleSpecialKey()
235 appCore->keyUp(k); in HandleSpecialKey()
485 appCore = new CelestiaCore(); in main()
486 if (appCore == NULL) in main()
[all …]
H A Dcelx.cpp315 core(appCore), in CelScriptWrapper()
493 return appCore; in getAppCore()
804 if (appCore == NULL) in handleKeyEvent()
853 if (appCore == NULL) in handleMouseButtonEvent()
908 if (appCore == NULL) in handleTickEvent()
1470 *ud = appCore; in celestia_new()
1480 if (appCore == NULL) in to_celestia()
1483 return *appCore; in to_celestia()
1489 if (appCore == NULL) in this_celestia()
1494 return appCore; in this_celestia()
[all …]
H A Dwinmain.cpp329 appCore->goToUrl(s); in Drop()
403 appCore->setTimeZoneBias(0); in ShowUniversalTime()
2667 appCore->draw(); in HandleCaptureImage()
3288 if (appCore == NULL) in WinMain()
3481 appCore->start(timeTDB); in WinMain()
3494 appCore->tick(); in WinMain()
3515 appCore->tick(); in WinMain()
3593 if (appCore != NULL) in WinMain()
3594 delete appCore; in WinMain()
4222 appCore->setFramesVisible(!appCore->getFramesVisible()); in MainWindowProc()
[all …]
H A Dcelx_object.cpp380 CelestiaCore* appCore = celx.appCore(AllErrors); in object_removereferencemark() local
755 CelestiaCore* appCore = celx.appCore(AllErrors); in object_mark() local
788 Simulation* sim = appCore->getSimulation(); in object_mark()
805 CelestiaCore* appCore = celx.appCore(AllErrors); in object_unmark() local
821 CelestiaCore* appCore = celx.appCore(AllErrors); in object_getposition() local
836 CelestiaCore* appCore = celx.appCore(AllErrors); in object_getchildren() local
879 CelestiaCore* appCore = celx.appCore(AllErrors); in object_preloadtexture() local
922 CelestiaCore* appCore = celx.appCore(AllErrors); in object_catalognumber() local
1118 CelestiaCore* appCore = celx.appCore(AllErrors); in object_orbitframe() local
1159 CelestiaCore* appCore = celx.appCore(AllErrors); in object_bodyframe() local
[all …]
H A Dwinviewoptsdlg.cpp44 Dlg->initialHudDetail = Dlg->appCore->getHudDetail(); in ViewOptionsProc()
55 Renderer* renderer = Dlg->appCore->getRenderer(); in ViewOptionsProc()
195 Dlg->appCore->setHudDetail(0); in ViewOptionsProc()
198 Dlg->appCore->setHudDetail(1); in ViewOptionsProc()
201 Dlg->appCore->setHudDetail(2); in ViewOptionsProc()
277 appCore(_appCore), in ViewOptionsDialog()
297 int labelMode = appCore->getRenderer()->getLabelMode(); in SetControls()
298 int hudDetail = appCore->getHudDetail(); in SetControls()
299 int orbitMask = appCore->getRenderer()->getOrbitMask(); in SetControls()
397 appCore->getRenderer()->setLabelMode(initialLabelMode); in RestoreSettings()
[all …]
H A Dwintime.cpp41 CelestiaCore* appCore; member in SetTimeDialog
53 appCore(_appCore), in SetTimeDialog()
90 tdb = appCore->getSimulation()->getTime(); in init()
91 useLocalTime = appCore->getTimeZoneBias() != 0; in init()
92 useUTCOffset = appCore->getDateFormat() == 2; in init()
204 appCore->tick(); in command()
205 appCore->getSimulation()->setTime(tdb); in command()
206 appCore->setTimeZoneBias(useLocalTime ? 1 : 0); in command()
207 appCore->setDateFormat((astro::Date::Format) (useLocalTime && useUTCOffset ? 2 : 1)); in command()
326 CelestiaCore* appCore) in ShowSetTimeDialog() argument
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dglutmain.cpp44 static CelestiaCore* appCore = NULL; variable
67 appCore->resize(w, h); in Resize()
79 appCore->draw(); in Display()
89 appCore->tick(); in Idle()
165 appCore->charEntered((char) c); in KeyPress()
172 appCore->keyUp((int) c); in KeyUp()
233 appCore->keyDown(k); in HandleSpecialKey()
235 appCore->keyUp(k); in HandleSpecialKey()
485 appCore = new CelestiaCore(); in main()
486 if (appCore == NULL) in main()
[all …]
H A Dcelx.cpp315 core(appCore), in CelScriptWrapper()
493 return appCore; in getAppCore()
804 if (appCore == NULL) in handleKeyEvent()
853 if (appCore == NULL) in handleMouseButtonEvent()
908 if (appCore == NULL) in handleTickEvent()
1470 *ud = appCore; in celestia_new()
1480 if (appCore == NULL) in to_celestia()
1483 return *appCore; in to_celestia()
1489 if (appCore == NULL) in this_celestia()
1494 return appCore; in this_celestia()
[all …]
H A Dwinmain.cpp329 appCore->goToUrl(s); in Drop()
403 appCore->setTimeZoneBias(0); in ShowUniversalTime()
2667 appCore->draw(); in HandleCaptureImage()
3288 if (appCore == NULL) in WinMain()
3481 appCore->start(timeTDB); in WinMain()
3494 appCore->tick(); in WinMain()
3515 appCore->tick(); in WinMain()
3593 if (appCore != NULL) in WinMain()
3594 delete appCore; in WinMain()
4222 appCore->setFramesVisible(!appCore->getFramesVisible()); in MainWindowProc()
[all …]
H A Dcelx_object.cpp380 CelestiaCore* appCore = celx.appCore(AllErrors); in object_removereferencemark() local
755 CelestiaCore* appCore = celx.appCore(AllErrors); in object_mark() local
788 Simulation* sim = appCore->getSimulation(); in object_mark()
805 CelestiaCore* appCore = celx.appCore(AllErrors); in object_unmark() local
821 CelestiaCore* appCore = celx.appCore(AllErrors); in object_getposition() local
836 CelestiaCore* appCore = celx.appCore(AllErrors); in object_getchildren() local
879 CelestiaCore* appCore = celx.appCore(AllErrors); in object_preloadtexture() local
922 CelestiaCore* appCore = celx.appCore(AllErrors); in object_catalognumber() local
1118 CelestiaCore* appCore = celx.appCore(AllErrors); in object_orbitframe() local
1159 CelestiaCore* appCore = celx.appCore(AllErrors); in object_bodyframe() local
[all …]
H A Dwinviewoptsdlg.cpp44 Dlg->initialHudDetail = Dlg->appCore->getHudDetail(); in ViewOptionsProc()
55 Renderer* renderer = Dlg->appCore->getRenderer(); in ViewOptionsProc()
195 Dlg->appCore->setHudDetail(0); in ViewOptionsProc()
198 Dlg->appCore->setHudDetail(1); in ViewOptionsProc()
201 Dlg->appCore->setHudDetail(2); in ViewOptionsProc()
277 appCore(_appCore), in ViewOptionsDialog()
297 int labelMode = appCore->getRenderer()->getLabelMode(); in SetControls()
298 int hudDetail = appCore->getHudDetail(); in SetControls()
299 int orbitMask = appCore->getRenderer()->getOrbitMask(); in SetControls()
397 appCore->getRenderer()->setLabelMode(initialLabelMode); in RestoreSettings()
[all …]

12345