Make Training View Configurable

The training view (aka realtime) is now configurable
allowing users to drag and drop appropriate charts
and dials onto the main view.

The controls for this view are static and comprise the
old controls with start/stop buttons, device selections etc.

I have removed deprecated code too, the following are removed
from the repository;
* ViewSelection
* RealtimeWindow
* TrainWindow
* TrainTabs

Fixes #290.
This commit is contained in:
Mark Liversedge
2011-05-10 18:21:08 +01:00
parent e0c7560c74
commit fc741fb9b4
36 changed files with 907 additions and 1563 deletions

View File

@@ -23,7 +23,7 @@
#include "RaceDispatcher.h"
#include "RealtimeData.h"
NullController::NullController(RealtimeWindow *parent,
NullController::NullController(TrainTool *parent,
DeviceConfiguration *)
: RealtimeController(parent), parent(parent), load(100)
{