Home
last modified time | relevance | path

Searched refs:markerRep (Results 1 – 16 of 16) sorted by relevance

/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Drender.h252 const MarkerRepresentation* markerRep; member
262 void addForegroundAnnotation(const MarkerRepresentation* markerRep,
269 void addBackgroundAnnotation(const MarkerRepresentation* markerRep,
276 void addSortedAnnotation(const MarkerRepresentation* markerRep,
287 …void addObjectAnnotation(const MarkerRepresentation* markerRep, const std::string& labelText, Colo…
H A Drender.cpp1238 a.markerRep = markerRep; in addAnnotation()
1299 if (markerRep == NULL) in addSortedAnnotation()
1305 a.markerRep = markerRep; in addSortedAnnotation()
1403 a.markerRep = markerRep; in addObjectAnnotation()
10491 const MarkerRepresentation& markerRep = *annotations[i].markerRep; in renderAnnotations() local
10507 markerRep.render(size); in renderAnnotations()
10643 if (iter->markerRep != NULL) in renderSortedAnnotations()
10645 const MarkerRepresentation& markerRep = *iter->markerRep; in renderSortedAnnotations() local
10659 markerRep.render(size); in renderSortedAnnotations()
10734 if (iter->markerRep != NULL) in renderAnnotations()
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Drender.h252 const MarkerRepresentation* markerRep; member
262 void addForegroundAnnotation(const MarkerRepresentation* markerRep,
269 void addBackgroundAnnotation(const MarkerRepresentation* markerRep,
276 void addSortedAnnotation(const MarkerRepresentation* markerRep,
287 …void addObjectAnnotation(const MarkerRepresentation* markerRep, const std::string& labelText, Colo…
H A Drender.cpp1238 a.markerRep = markerRep; in addAnnotation()
1299 if (markerRep == NULL) in addSortedAnnotation()
1305 a.markerRep = markerRep; in addSortedAnnotation()
1403 a.markerRep = markerRep; in addObjectAnnotation()
10491 const MarkerRepresentation& markerRep = *annotations[i].markerRep; in renderAnnotations() local
10507 markerRep.render(size); in renderAnnotations()
10643 if (iter->markerRep != NULL) in renderSortedAnnotations()
10645 const MarkerRepresentation& markerRep = *iter->markerRep; in renderSortedAnnotations() local
10659 markerRep.render(size); in renderSortedAnnotations()
10734 if (iter->markerRep != NULL) in renderAnnotations()
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celestia/gtk/
H A Dmenu-context.cpp158 …MarkerRepresentation markerRep(MarkerRepresentation::Diamond, 10.0f, Color(0.0f, 1.0f, 0.0f, 0.9f)… in menuMark() local
159 sim->getUniverse()->markObject(sim->getSelection(), markerRep, 1); in menuMark()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/gtk/
H A Dmenu-context.cpp158 …MarkerRepresentation markerRep(MarkerRepresentation::Diamond, 10.0f, Color(0.0f, 1.0f, 0.0f, 0.9f)… in menuMark() local
159 sim->getUniverse()->markObject(sim->getSelection(), markerRep, 1); in menuMark()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dcelx_object.cpp790 MarkerRepresentation markerRep(markSymbol); in object_mark() local
791 markerRep.setSize(markSize); in object_mark()
792 markerRep.setColor(markColorAlpha); in object_mark()
793 markerRep.setLabel(markLabel); in object_mark()
794 sim->getUniverse()->markObject(*sel, markerRep, 1, occludable); in object_mark()
H A Dcelx.cpp2436 MarkerRepresentation markerRep(MarkerRepresentation::Diamond); in celestia_mark() local
2437 markerRep.setColor(Color(0.0f, 1.0f, 0.0f)); in celestia_mark()
2438 markerRep.setSize(10.0f); in celestia_mark()
2440 sim->getUniverse()->markObject(*sel, markerRep, 1); in celestia_mark()
H A Dcelestiacore.cpp1485 MarkerRepresentation markerRep(MarkerRepresentation::Diamond); in charEntered() local
1486 markerRep.setSize(10.0f); in charEntered()
1487 markerRep.setColor(Color(0.0f, 1.0f, 0.0f, 0.9f)); in charEntered()
1489 sim->getUniverse()->markObject(sel, markerRep, 1); in charEntered()
H A Dwinmain.cpp4311 MarkerRepresentation markerRep(MarkerRepresentation::Diamond, in MainWindowProc() local
4316 markerRep, in MainWindowProc()
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dcelx_object.cpp790 MarkerRepresentation markerRep(markSymbol); in object_mark() local
791 markerRep.setSize(markSize); in object_mark()
792 markerRep.setColor(markColorAlpha); in object_mark()
793 markerRep.setLabel(markLabel); in object_mark()
794 sim->getUniverse()->markObject(*sel, markerRep, 1, occludable); in object_mark()
H A Dcelx.cpp2436 MarkerRepresentation markerRep(MarkerRepresentation::Diamond); in celestia_mark() local
2437 markerRep.setColor(Color(0.0f, 1.0f, 0.0f)); in celestia_mark()
2438 markerRep.setSize(10.0f); in celestia_mark()
2440 sim->getUniverse()->markObject(*sel, markerRep, 1); in celestia_mark()
H A Dcelestiacore.cpp1485 MarkerRepresentation markerRep(MarkerRepresentation::Diamond); in charEntered() local
1486 markerRep.setSize(10.0f); in charEntered()
1487 markerRep.setColor(Color(0.0f, 1.0f, 0.0f, 0.9f)); in charEntered()
1489 sim->getUniverse()->markObject(sel, markerRep, 1); in charEntered()
H A Dwinmain.cpp4311 MarkerRepresentation markerRep(MarkerRepresentation::Diamond, in MainWindowProc() local
4316 markerRep, in MainWindowProc()
/dports/astro/celestia/celestia-1.6.1/src/celestia/kde/
H A Dselectionpopup.cpp222 …MarkerRepresentation markerRep((MarkerRepresentation::Symbol) (actionId - 1), 10.0f, Color(0.0f, 1… in process() local
224 sim->getUniverse()->markObject(sel, markerRep, 1); in process()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/kde/
H A Dselectionpopup.cpp222 …MarkerRepresentation markerRep((MarkerRepresentation::Symbol) (actionId - 1), 10.0f, Color(0.0f, 1… in process() local
224 sim->getUniverse()->markObject(sel, markerRep, 1); in process()