Home
last modified time | relevance | path

Searched refs:FGPanelTransformation (Results 1 – 10 of 10) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/utils/fgpanel/
H A DFGPanelTransformation.cxx22 FGPanelTransformation::FGPanelTransformation () : in FGPanelTransformation() function in FGPanelTransformation
26 FGPanelTransformation::~FGPanelTransformation () { in ~FGPanelTransformation()
H A DFGInstrumentLayer.cxx44 FGPanelTransformation *t = *it; in transform()
63 case FGPanelTransformation::XSHIFT: in transform()
66 case FGPanelTransformation::YSHIFT: in transform()
69 case FGPanelTransformation::ROTATION: in transform()
98 FGInstrumentLayer::addTransformation (FGPanelTransformation * const transformation) { in addTransformation()
H A DFGPanelTransformation.hxx30 class FGPanelTransformation : public SGConditional { class
38 FGPanelTransformation ();
39 virtual ~FGPanelTransformation ();
H A DFGInstrumentLayer.hxx52 virtual void addTransformation (FGPanelTransformation * const transformation);
57 typedef vector <FGPanelTransformation *> transformation_list;
H A Dpanel_io.cxx155 static FGPanelTransformation *
157 FGPanelTransformation *t (new FGPanelTransformation); in readTransformation()
209 t->type = FGPanelTransformation::XSHIFT; in readTransformation()
218 t->type = FGPanelTransformation::YSHIFT; in readTransformation()
229 t->type = FGPanelTransformation::ROTATION; in readTransformation()
422 FGPanelTransformation * const t (readTransformation (node, w_scale, h_scale)); in readLayer()
H A DFGLayeredInstrument.hxx47 virtual void addTransformation (FGPanelTransformation * const transformation);
H A DFGLayeredInstrument.cxx67 FGLayeredInstrument::addTransformation (FGPanelTransformation * const transformation) { in addTransformation()
/dports/games/flightgear/flightgear-2020.3.11/src/Cockpit/
H A Dpanel.hxx282 class FGPanelTransformation : public SGConditional class
292 FGPanelTransformation ();
293 virtual ~FGPanelTransformation ();
338 virtual void addTransformation (FGPanelTransformation * transformation);
343 typedef std::vector<FGPanelTransformation *> transformation_list;
415 virtual void addTransformation (FGPanelTransformation * transformation);
H A Dpanel_io.cxx253 static FGPanelTransformation *
256 FGPanelTransformation * t = new FGPanelTransformation; in readTransformation()
295 t->type = FGPanelTransformation::XSHIFT; in readTransformation()
304 t->type = FGPanelTransformation::YSHIFT; in readTransformation()
315 t->type = FGPanelTransformation::ROTATION; in readTransformation()
546 FGPanelTransformation * t = readTransformation(node, w_scale, h_scale); in readLayer()
H A Dpanel.cxx672 FGPanelTransformation::FGPanelTransformation () in FGPanelTransformation() function in FGPanelTransformation
677 FGPanelTransformation::~FGPanelTransformation () in ~FGPanelTransformation()
859 FGLayeredInstrument::addTransformation (FGPanelTransformation * transformation) in addTransformation()
915 FGPanelTransformation *t = *it; in transform()
934 case FGPanelTransformation::XSHIFT: in transform()
937 case FGPanelTransformation::YSHIFT: in transform()
940 case FGPanelTransformation::ROTATION: in transform()
950 FGInstrumentLayer::addTransformation (FGPanelTransformation * transformation) in addTransformation()