Updraft  1.0
Open source glider flight visualisation tool.
openedfile.cpp File Reference
#include "openedfile.h"
#include <QComboBox>
#include <QHBoxLayout>
#include <QSplitter>
#include <QVBoxLayout>
#include <QDebug>
#include <osg/Depth>
#include <osg/Geode>
#include <osg/LineWidth>
#include <osg/ShapeDrawable>
#include <osg/Vec3>
#include <osg/Texture2D>
#include <osgDB/ReadFile>
#include <osg/BlendFunc>
#include "pluginbase.h"
#include "igc/igc.h"
#include "plotwidget.h"
Include dependency graph for openedfile.cpp:

Namespaces

namespace  Updraft
namespace  Updraft::IgcViewer

Defines

#define ADD_IGCINFO(variable, pointer)
#define ADD_COLORING(name, pointer)

Define Documentation

#define ADD_COLORING (   name,
  pointer 
)
Value:
do { \
      colorings.append(pointer); \
      colorsCombo->addItem(name); \
    } while (0)
#define ADD_IGCINFO (   variable,
  pointer 
)
Value:
do { \
      fixInfo.append(pointer); \
      fixInfo[fixInfo.count() - 1]->init(&fixList); \
      variable = fixInfo[fixInfo.count() - 1]; \
    } while (0)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines