\( \def\bold#1{\bf #1} \newcommand{\d}{\mathrm{d}} \)
provide all user settings More...
#include <btp3setups.h>
Public Slots | |
void | OK () |
void | init_buffer () |
void | init_dest () |
void | cancel () |
Public Member Functions | |
BTP3setups (STRONGsetting *ss, STRONGsetting *ms, STRONGsetting *cs) | |
BTP3setups (ClimbAnalyseSettings *CA) | |
BTP3setups (ExtMapSettings *ems) | |
BTP3setups (ProfilSettings *PS) | |
BTP3setups (MapSettings *MS) | |
void | init () |
Private Member Functions | |
void | set_NULL () |
Private Attributes | |
STRONGsetting * | ss |
buffer struct to store user edits | |
STRONGsetting * | ms |
STRONGsetting * | cs |
STRONGsetting | ss0 |
STRONGsetting | ms0 |
STRONGsetting | cs0 |
ClimbAnalyseSettings * | CA |
buffer struct to store user edits | |
ClimbAnalyseSettings | CA0 |
ExtMapSettings * | ems |
buffer struct to store user edits | |
ExtMapSettings | ems0 |
ProfilSettings * | PS |
buffer struct to store user edits | |
ProfilSettings | PS0 |
MapSettings * | MS |
buffer struct to store user edits | |
MapSettings | MS0 |
QPushButton | buttons [4] |
buffer struct to store user edits | |
EditInputs * | edit [50] |
QGridLayout | L |
provide all user settings
all user setting is stored in a config struct, consisting of MapSettings STRONGsetting ClimbAnalyseSettings ProfilSettings PowerAnalysisSetting to edit these structs they are opened with the suitable constructor, an can be initialized with init() command
Definition at line 70 of file btp3setups.h.
|
slot |
close without changes
Definition at line 283 of file btp3setups.cpp.
|
slot |
sets buffer default
Definition at line 314 of file btp3setups.cpp.
|
slot |
sets real struct default
Definition at line 373 of file btp3setups.cpp.
|
slot |
copies buffer to real struct
Definition at line 290 of file btp3setups.cpp.