Home
last modified time | relevance | path

Searched refs:getSimulation (Results 1 – 25 of 80) sorted by relevance

1234

/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dcommand.cpp53 env.getSimulation()->setSelection(sel); in process()
173 env.getSimulation()->follow(); in process()
200 env.getSimulation()->chase(); in process()
213 env.getSimulation()->setTrackedObject(env.getSimulation()->getSelection()); in process()
226 env.getSimulation()->phaseLock(); in process()
275 env.getSimulation()->cancelMotion(); in process()
333 env.getSimulation()->setTime(jd); in process()
347 env.getSimulation()->setTimeScale(rate); in process()
382 env.getSimulation()->orbit(q); in process()
400 env.getSimulation()->rotate(q); in process()
[all …]
H A Dexecenv.h28 virtual Simulation* getSimulation() const = 0;
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dcommand.cpp53 env.getSimulation()->setSelection(sel); in process()
173 env.getSimulation()->follow(); in process()
200 env.getSimulation()->chase(); in process()
213 env.getSimulation()->setTrackedObject(env.getSimulation()->getSelection()); in process()
226 env.getSimulation()->phaseLock(); in process()
275 env.getSimulation()->cancelMotion(); in process()
333 env.getSimulation()->setTime(jd); in process()
347 env.getSimulation()->setTimeScale(rate); in process()
382 env.getSimulation()->orbit(q); in process()
400 env.getSimulation()->rotate(q); in process()
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/kde/
H A Declipsefinderdlg.cpp23 astro::Date date(appCore->getSimulation()->getTime()); in EclipseFinderDlg()
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()
138 …appCore->getSimulation()->gotoLocation(Point3d(distance, 0, 0), Quatd::yrotation(-PI / 2) * Quatd:… in gotoEclipse()
H A Dkdepreferencesdialog.cpp309 Observer* obs = appCore->getSimulation()->getActiveObserver(); in KdePreferencesDialog()
447 setTime(astro::TDBtoUTC(appCore->getSimulation()->getTime())); in KdePreferencesDialog()
461 Selection selection = appCore->getSimulation()->getSelection(); in KdePreferencesDialog()
468 appCore->getSimulation()->getObserver().getPosition(); in KdePreferencesDialog()
582 Selection selection = appCore->getSimulation()->getSelection(); in ltSubstract()
588 (appCore->getSimulation()->getTargetSpeed() < 0.99 * in ltSubstract()
592 appCore->getSimulation()->getObserver().getPosition(); in ltSubstract()
669 appCore->getSimulation()->setFaintestVisible(savedFaintestVisible/100.); in slotCancel()
711 appCore->getSimulation()->setTime(astro::UTCtoTDB((double) date)); in slotApply()
712 appCore->getSimulation()->update(0.0); in slotApply()
[all …]
H A Dkdeapp.cpp144 sim = appCore->getSimulation(); in KdeApp()
495 appCore->getSimulation()->setSyncTime(sync); in initActions()
870 appCore->getSimulation()->setSyncTime(!appCore->getSimulation()->getSyncTime()); in slotToggleSyncTime()
1062 appCore->getSimulation()->update(0.0); in slotSetTimeNow()
1268 Observer* obs = appCore->getSimulation()->getActiveObserver(); in slotShowCityLocations()
1274 Observer* obs = appCore->getSimulation()->getActiveObserver(); in slotShowObservatoryLocations()
1280 Observer* obs = appCore->getSimulation()->getActiveObserver(); in slotShowLandingSiteLocations()
1286 Observer* obs = appCore->getSimulation()->getActiveObserver(); in slotShowCraterLocations()
1292 Observer* obs = appCore->getSimulation()->getActiveObserver(); in slotShowMonsLocations()
1358 appCore->getSimulation()->setFaintestVisible(m); in slotFaintestVisible()
[all …]
H A Dselectionpopup.cpp60 Simulation *sim = appCore->getSimulation(); in init()
149 Simulation *sim = appCore->getSimulation(); in process()
272 …return ReplaceGreekLetterAbbr(appCore->getSimulation()->getUniverse()->getStarCatalog()->getStarNa… in getSelectionName()
274 …return appCore->getSimulation()->getUniverse()->getDSOCatalog()->getDSOName(sel.deepsky()).c_str(); in getSelectionName()
308 if (appCore->getSimulation()->getUniverse()->isMarked(sel, 1)) in insert()
379 Simulation *sim = appCore->getSimulation(); in insert()
/dports/astro/celestia/celestia-1.6.1/src/celestia/kde/
H A Declipsefinderdlg.cpp23 astro::Date date(appCore->getSimulation()->getTime()); in EclipseFinderDlg()
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()
138 …appCore->getSimulation()->gotoLocation(Point3d(distance, 0, 0), Quatd::yrotation(-PI / 2) * Quatd:… in gotoEclipse()
H A Dkdepreferencesdialog.cpp309 Observer* obs = appCore->getSimulation()->getActiveObserver(); in KdePreferencesDialog()
447 setTime(astro::TDBtoUTC(appCore->getSimulation()->getTime())); in KdePreferencesDialog()
461 Selection selection = appCore->getSimulation()->getSelection(); in KdePreferencesDialog()
468 appCore->getSimulation()->getObserver().getPosition(); in KdePreferencesDialog()
582 Selection selection = appCore->getSimulation()->getSelection(); in ltSubstract()
588 (appCore->getSimulation()->getTargetSpeed() < 0.99 * in ltSubstract()
592 appCore->getSimulation()->getObserver().getPosition(); in ltSubstract()
669 appCore->getSimulation()->setFaintestVisible(savedFaintestVisible/100.); in slotCancel()
711 appCore->getSimulation()->setTime(astro::UTCtoTDB((double) date)); in slotApply()
712 appCore->getSimulation()->update(0.0); in slotApply()
[all …]
H A Dkdeapp.cpp144 sim = appCore->getSimulation(); in KdeApp()
495 appCore->getSimulation()->setSyncTime(sync); in initActions()
870 appCore->getSimulation()->setSyncTime(!appCore->getSimulation()->getSyncTime()); in slotToggleSyncTime()
1062 appCore->getSimulation()->update(0.0); in slotSetTimeNow()
1268 Observer* obs = appCore->getSimulation()->getActiveObserver(); in slotShowCityLocations()
1274 Observer* obs = appCore->getSimulation()->getActiveObserver(); in slotShowObservatoryLocations()
1280 Observer* obs = appCore->getSimulation()->getActiveObserver(); in slotShowLandingSiteLocations()
1286 Observer* obs = appCore->getSimulation()->getActiveObserver(); in slotShowCraterLocations()
1292 Observer* obs = appCore->getSimulation()->getActiveObserver(); in slotShowMonsLocations()
1358 appCore->getSimulation()->setFaintestVisible(m); in slotFaintestVisible()
[all …]
H A Dselectionpopup.cpp60 Simulation *sim = appCore->getSimulation(); in init()
149 Simulation *sim = appCore->getSimulation(); in process()
272 …return ReplaceGreekLetterAbbr(appCore->getSimulation()->getUniverse()->getStarCatalog()->getStarNa… in getSelectionName()
274 …return appCore->getSimulation()->getUniverse()->getDSOCatalog()->getDSOName(sel.deepsky()).c_str(); in getSelectionName()
308 if (appCore->getSimulation()->getUniverse()->isMarked(sel, 1)) in insert()
379 Simulation *sim = appCore->getSimulation(); in insert()
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dwinssbrowser.cpp111 … const SolarSystem* solarSys = browser->appCore->getSimulation()->getNearestSolarSystem(); in SolarSystemBrowserProc()
114 Universe* u = browser->appCore->getSimulation()->getUniverse(); in SolarSystemBrowserProc()
166 browser->appCore->getSimulation()->setSelection(Selection(body)); in SolarSystemBrowserProc()
172 … const SolarSystem* solarSys = browser->appCore->getSimulation()->getNearestSolarSystem(); in SolarSystemBrowserProc()
174 …browser->appCore->getSimulation()->setSelection(Selection(const_cast<Star*>(solarSys->getStar()))); in SolarSystemBrowserProc()
H A Dcelx_object.cpp503 lua_pushstring(l, celx.appCore(AllErrors)->getSimulation()->getUniverse() in object_name()
507 lua_pushstring(l, celx.appCore(AllErrors)->getSimulation()->getUniverse() in object_name()
533 lua_pushstring(l, celx.appCore(AllErrors)->getSimulation()->getUniverse() in object_localname()
537 lua_pushstring(l, celx.appCore(AllErrors)->getSimulation()->getUniverse() in object_localname()
788 Simulation* sim = appCore->getSimulation(); in object_mark()
807 Simulation* sim = appCore->getSimulation(); in object_unmark()
824 appCore->getSimulation()->getTime()); in object_getposition()
838 Simulation* sim = appCore->getSimulation(); in object_getchildren()
1121 appCore->getSimulation()->getTime()); in object_orbitframe()
1162 appCore->getSimulation()->getTime()); in object_bodyframe()
[all …]
H A Dwinstarbrowser.cpp228 Universe* univ = browser->appCore->getSimulation()->getUniverse(); in InitStarBrowserItems()
331 double tdb = browser->appCore->getSimulation()->getTime(); in StarBrowserDisplayItem()
344 Universe* u = browser->appCore->getSimulation()->getUniverse(); in StarBrowserDisplayItem()
386 Simulation* sim = browser->appCore->getSimulation(); in RefreshItems()
546 Simulation* sim = browser->appCore->getSimulation(); in StarBrowserProc()
607 ucPos = appCore->getSimulation()->getObserver().getPosition(); in StarBrowser()
H A Dcelx.cpp363 Simulation* getSimulation() const in getSimulation() function in CelScriptWrapper
365 return core.getSimulation(); in getSimulation()
2400 Simulation* sim = appCore->getSimulation(); in celestia_find()
2413 Simulation* sim = appCore->getSimulation(); in celestia_select()
2431 Simulation* sim = appCore->getSimulation(); in celestia_mark()
2455 Simulation* sim = appCore->getSimulation(); in celestia_unmark()
2475 Simulation* sim = appCore->getSimulation(); in celestia_gettime()
2497 appCore->getSimulation()->setTime(t); in celestia_settime()
2518 appCore->getSimulation()->setSyncTime(sync); in celestia_synchronizetime()
2540 appCore->getSimulation()->setTimeScale(t); in celestia_settimescale()
[all …]
H A Dwingotodlg.cpp62 Simulation* sim = gotoDlg->appCore->getSimulation(); in GotoObjectProc()
93 Simulation* sim = gotoDlg->appCore->getSimulation(); in GotoObjectProc()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dwinssbrowser.cpp111 … const SolarSystem* solarSys = browser->appCore->getSimulation()->getNearestSolarSystem(); in SolarSystemBrowserProc()
114 Universe* u = browser->appCore->getSimulation()->getUniverse(); in SolarSystemBrowserProc()
166 browser->appCore->getSimulation()->setSelection(Selection(body)); in SolarSystemBrowserProc()
172 … const SolarSystem* solarSys = browser->appCore->getSimulation()->getNearestSolarSystem(); in SolarSystemBrowserProc()
174 …browser->appCore->getSimulation()->setSelection(Selection(const_cast<Star*>(solarSys->getStar()))); in SolarSystemBrowserProc()
H A Dcelx_object.cpp503 lua_pushstring(l, celx.appCore(AllErrors)->getSimulation()->getUniverse() in object_name()
507 lua_pushstring(l, celx.appCore(AllErrors)->getSimulation()->getUniverse() in object_name()
533 lua_pushstring(l, celx.appCore(AllErrors)->getSimulation()->getUniverse() in object_localname()
537 lua_pushstring(l, celx.appCore(AllErrors)->getSimulation()->getUniverse() in object_localname()
788 Simulation* sim = appCore->getSimulation(); in object_mark()
807 Simulation* sim = appCore->getSimulation(); in object_unmark()
824 appCore->getSimulation()->getTime()); in object_getposition()
838 Simulation* sim = appCore->getSimulation(); in object_getchildren()
1121 appCore->getSimulation()->getTime()); in object_orbitframe()
1162 appCore->getSimulation()->getTime()); in object_bodyframe()
[all …]
H A Dwinstarbrowser.cpp228 Universe* univ = browser->appCore->getSimulation()->getUniverse(); in InitStarBrowserItems()
331 double tdb = browser->appCore->getSimulation()->getTime(); in StarBrowserDisplayItem()
344 Universe* u = browser->appCore->getSimulation()->getUniverse(); in StarBrowserDisplayItem()
386 Simulation* sim = browser->appCore->getSimulation(); in RefreshItems()
546 Simulation* sim = browser->appCore->getSimulation(); in StarBrowserProc()
607 ucPos = appCore->getSimulation()->getObserver().getPosition(); in StarBrowser()
H A Dcelx.cpp363 Simulation* getSimulation() const in getSimulation() function in CelScriptWrapper
365 return core.getSimulation(); in getSimulation()
2400 Simulation* sim = appCore->getSimulation(); in celestia_find()
2413 Simulation* sim = appCore->getSimulation(); in celestia_select()
2431 Simulation* sim = appCore->getSimulation(); in celestia_mark()
2455 Simulation* sim = appCore->getSimulation(); in celestia_unmark()
2475 Simulation* sim = appCore->getSimulation(); in celestia_gettime()
2497 appCore->getSimulation()->setTime(t); in celestia_settime()
2518 appCore->getSimulation()->setSyncTime(sync); in celestia_synchronizetime()
2540 appCore->getSimulation()->setTimeScale(t); in celestia_settimescale()
[all …]
H A Dwingotodlg.cpp62 Simulation* sim = gotoDlg->appCore->getSimulation(); in GotoObjectProc()
93 Simulation* sim = gotoDlg->appCore->getSimulation(); in GotoObjectProc()
/dports/astro/celestia-gtk/celestia-1.6.1/macosx/
H A DCelestiaSettings.mm382 -(double) time { return appCore->getSimulation()->getTime(); }
383 -(void) setTime: (double) value { appCore->getSimulation()->setTime(value); }
385 -(double) timeScale { return appCore->getSimulation()->getTimeScale(); }
386 -(void) setTimeScale: (double) value { appCore->getSimulation()->setTimeScale(value); }
388 -(BOOL) synchTime { return appCore->getSimulation()->getSyncTime(); }
389 -(void) setSynchTime: (BOOL) value { appCore->getSimulation()->setSyncTime(value); }
393 -(float) fieldOfView { return appCore->getSimulation()->getObserver().getFOV(); }
601 // return appCore->getSimulation()->getFaintestVisible();
604 return appCore->getSimulation()->getFaintestVisible();
694 appCore->getSimulation()->getActiveObserver()->setDisplayedSurface(string(""));
[all …]
H A DBrowserWindowController.mm66 DSODatabase* catalog = appCore->getSimulation()->getUniverse()->getDSOCatalog();
149 Selection sol = appCore->getSimulation()->getUniverse()->find("Sol");
157 Simulation *sim = appCore->getSimulation();
288 … if (appCore->getSimulation()->getUniverse()->getSolarSystem([(CelestiaStar *)body star]))
355 appCore->getSimulation()->setSelection(*sel);
368 appCore->getSimulation()->setSelection(*sel);
/dports/astro/celestia/celestia-1.6.1/macosx/
H A DCelestiaSettings.mm382 -(double) time { return appCore->getSimulation()->getTime(); }
383 -(void) setTime: (double) value { appCore->getSimulation()->setTime(value); }
385 -(double) timeScale { return appCore->getSimulation()->getTimeScale(); }
386 -(void) setTimeScale: (double) value { appCore->getSimulation()->setTimeScale(value); }
388 -(BOOL) synchTime { return appCore->getSimulation()->getSyncTime(); }
389 -(void) setSynchTime: (BOOL) value { appCore->getSimulation()->setSyncTime(value); }
393 -(float) fieldOfView { return appCore->getSimulation()->getObserver().getFOV(); }
601 // return appCore->getSimulation()->getFaintestVisible();
604 return appCore->getSimulation()->getFaintestVisible();
694 appCore->getSimulation()->getActiveObserver()->setDisplayedSurface(string(""));
[all …]
H A DBrowserWindowController.mm66 DSODatabase* catalog = appCore->getSimulation()->getUniverse()->getDSOCatalog();
149 Selection sol = appCore->getSimulation()->getUniverse()->find("Sol");
157 Simulation *sim = appCore->getSimulation();
288 … if (appCore->getSimulation()->getUniverse()->getSolarSystem([(CelestiaStar *)body star]))
355 appCore->getSimulation()->setSelection(*sel);
368 appCore->getSimulation()->setSelection(*sel);

1234