[settings] move settings to module files and remove old files

This commit is contained in:
Gautier Hattenberger
2014-09-30 19:19:47 +02:00
parent 170e5b6843
commit 83403a0ba3
55 changed files with 267 additions and 426 deletions
+20 -1
View File
@@ -5,7 +5,26 @@
<description>Photogrammetry navigation functions</description>
</doc>
<settings>
<file name="modules/photogrammetry_calculator.xml"/>
<dl_settings name="control">
<dl_settings name="photocalc">
<dl_setting max="90" min="-90" step="1" module="cartography/photogrammetry_calculator" var="photogrammetry_sweep_angle" shortname="Angle" param="PHOTOGRAMMETRY_SWEEP_ANGLE" unit="rad" alt_unit="deg"/>
<dl_setting max="95" min="0" step="1" VAR="photogrammetry_sidelap" module="cartography/photogrammetry_calculator" shortname="SideLap %" param="PHOTOGRAMMETRY_SIDELAP" handler="UpdateSideLap" />
<dl_setting max="95" min="0" step="1" var="photogrammetry_overlap" module="cartography/photogrammetry_calculator" shortname="OverLap %" param="PHOTOGRAMMETRY_OVERLAP" handler="UpdateOverLap" />
<dl_setting max="200" min="1" step="1" var="photogrammetry_resolution" module="cartography/photogrammetry_calculator" shortname="Pixel mm" param="PHOTOGRAMMETRY_RESOLUTION" handler="UpdateResolution" />
<dl_setting max="500" min="1" step="1" var="photogrammetry_height_min" shortname="h_min" />
<dl_setting max="500" min="1" step="1" var="photogrammetry_height_max" shortname="h_max" />
<dl_setting max="500" min="1" step="1" var="photogrammetry_radius_min" shortname="r_min" />
<dl_setting max="500" min="1" step="1" var="photogrammetry_height" module="cartography/photogrammetry_calculator" shortname="computed height" handler="UpdateHeight" />
<dl_setting max="1000" min="1" step="1" var="photogrammetry_sidestep" module="cartography/photogrammetry_calculator" shortname="computed sidestep" handler="UpdateSideStep" />
<dl_setting max="1000" min="1" step="1" var="photogrammetry_triggerstep" module="cartography/photogrammetry_calculator" shortname="computed trigger" handler="UpdateTriggerStep" />
</dl_settings>
</dl_settings>
</settings>
<header>
<file name="photogrammetry_calculator.h"/>