\( \def\bold#1{\bf #1} \newcommand{\d}{\mathrm{d}} \)
BTP: Manual and Source Code Documentation
Home
Information
PNG climbmaps
BTP 4
Manual
Downloads
Tutorials
Features & Technical
Documentation
Bug & Contribution
Physik
Leistung bei Wind
Leistung im Gebirge
Träge Masse
Radsport
Trainingstipps
Sinnfrage
STRONG
Salesman
Schwierigkeit der Berge
Bergliste
About
Author
World summits
Bike parts to avoid
Skike
Power Uphill
bike mass [kg]
body mass [kg]
altitude gain [m]
climb length [km]
gradient [%]
time [s]
speed [km/h]
power [W]
power/mass [W/kg]
climbrate [m/min]
average power on climb stage
Climb Index Europe
"But you don't fly up a hill. You struggle slowly and painfully up a hill..."
BTP
3.0
Routing/ClimbAnalysis/PowerCalculation
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Pages
C:
Users
User
c++
BTP3
UndoRedo.h
1
#pragma once
2
#include "Track.h"
4
typedef
struct
undoredolist
{
5
undoredolist
*prev, *next;
6
Track
* element;
7
}
undoredolist
;
8
10
13
class
UndoRedo
{
14
public
:
15
UndoRedo
();
16
~
UndoRedo
();
17
void
add(
Track
* element);
18
Track
* undo(
Track
* element);
19
Track
* redo();
20
private
:
21
short
keepbeforeundo;
22
undoredolist
* l, *c;
23
void
del_list(
undoredolist
* t);
24
};
undoredolist
UndoRedo container list element, stores Track.
Definition:
UndoRedo.h:4
UndoRedo
undo and redo container class for BTP to save no longer needed tracks
Definition:
UndoRedo.h:13
Track
official representation of Track in BTP3
Definition:
track.h:14
Generated on Sun Mar 2 2014 12:09:53 for BTP by
1.8.5