Updraft  1.0
Open source glider flight visualisation tool.
Updraft::IgcViewer Namespace Reference

Classes

class  Coloring
 Coloring is a class that gives colors to points in igc track recordings. More...
class  DefaultColoring
 Default coloring just adds together gradient and scaled info. More...
class  SymmetricColoring
 Same as default coloring, but uses the scale symmetrically. More...
class  LocalColoring
 Same as default coloring, but doesn't use global scale. More...
class  ConstantColoring
 Coloring that returns a constant color. More...
class  Label
 Abstract label in the plot. More...
class  AxisLabel
 Label marking Y axes in the plot. More...
class  TextLabel
 Textual label in plot. More...
class  TimeLabel
 Label marking the X (time) axis in the plot. More...
struct  TrackFix
 Structure representing a single point of the igc recording, already projected and prepared for displaying. More...
class  FixInfo
 Base for track computing values and scales from igc recording. More...
class  AltitudeFixInfo
 Returns altitude. More...
class  SpeedFixInfo
 Abstract helper for simplifying info classes with speeds. More...
class  GroundSpeedFixInfo
 Calculates GPS speed. More...
class  VerticalSpeedFixInfo
 Calculates the vertical speed. More...
class  TrackIdFixInfo
 Serves for track coloring according to the track id. More...
class  TimeFixInfo
 Return time in the flight. More...
class  SegmentInfo
 Class calculating information about a segment of flight between two time points. More...
class  IGCMapObject
 Clickable igc geometry. More...
class  IgcViewer
 Top leve object of IGC viewer plugin. More...
class  PickedLabel
 Label for the vertical picked line. More...
class  IgcTextWidget
 Text window displaying details of the igc file. More...
class  OpenedFile
 Helper class representing a single opened IGC file. More...
class  PlotAxes
 X and Y axis for graph plotting. More...
struct  Data
 Value of a pixel in plot. More...
class  PlotPainter
 Abstract class that plots FixInfo to PlotAxes. More...
class  AltitudePlotPainter
 Painter for plotting altitude. More...
class  VerticalSpeedPlotPainter
 Painter for plotting vertical speed. More...
class  GroundSpeedPlotPainter
 Painter for plotting ground speed. More...
struct  PickData
 One picked point in igc recording. More...
class  PlotWidget
 Widget that shows the plot with flight data. More...

Variables

qreal OUTLIERS_SKIP_RANGE = 0.03
 How large part of the range shold be skiped as outliers.
static const qreal LN10 = qLn(10)

Variable Documentation

const qreal Updraft::IgcViewer::LN10 = qLn(10) [static]

How large part of the range shold be skiped as outliers.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines