<!-- 

     This document is part of the Geodetic Data Manipulation System
     distribution, and is covered by the GNU GPL, a copy of which is in the
     file named COPYING inside the distribution.

     This program and it's documentation are distributed in the hope that 
     they will be useful,but WITHOUT ANY WARRANTY; without even the implied 
     warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.
-->

<!DOCTYPE refentry PUBLIC "-//Davenport//DTD DocBook V3.0//EN">

<refentry id="cepLsWeight">
<refmeta>
<refentrytitle>cepLsWeight</refentrytitle>
<manvolnum>3</manvolnum>
</refmeta>

<refnamediv>
<refname>cepLsWeight</refname>
<refpurpose>Displays the "Weight Data" dialog box for the user interface</refpurpose>
</refnamediv>

<refsynopsisdiv>
<synopsis>
 The follwing is an example of how to create this object.
 
 cepLsWeight dr(fromDay, fromMonth, fromYear,
 toDay, toMonth, toYear,
 val);
 
 &lt;para&gt;&lt;itemizedlist&gt;
 &lt;listitem&gt;&lt;para&gt;fromDay:- is a wxString that contains the start day&lt;/para&gt;&lt;/listitem&gt;
 &lt;listitem&gt;&lt;para&gt;fromMonth:- is a wxString that contains the start month&lt;/para&gt;&lt;/listitem&gt;
 &lt;listitem&gt;&lt;para&gt;fromYear:- is a wxString that contains the start year&lt;/para&gt;&lt;/listitem&gt;
 &lt;listitem&gt;&lt;para&gt;toDay:- is a wxString that contains the finish day&lt;/para&gt;&lt;/listitem&gt;
 &lt;listitem&gt;&lt;para&gt;toMonth:- is a wxString that contains the finish month&lt;/para&gt;&lt;/listitem&gt;
 &lt;listitem&gt;&lt;para&gt;toYear:- is a wxString that contains the finish year&lt;/para&gt;&lt;/listitem&gt;
 &lt;listitem&gt;&lt;para&gt;val:- is a wxString that contains the default weighting value&lt;/para&gt;&lt;/listitem&gt;
 &lt;/itemizedlist&gt;&lt;/para&gt;
 

</synopsis>
</refsynopsisdiv>

<refsect1>
<title>DESCRIPTION</title>
<para> 
 An implementation of the &lt;command&gt;cepLsWeight&lt;/command&gt; class
 which displays a custom wxWindows dialog box.
 &lt;/para&gt;
 
 &lt;para&gt;
 &lt;command&gt;const wxString &amp; getFromDay()&lt;/command&gt;
 Returns the start day selected. If -1 is returned this action was canceled.
 &lt;/para&gt;
 
 &lt;para&gt;
 &lt;command&gt;const wxString &amp; getFromMonth()&lt;/command&gt;
 Returns the start month selected. If -1 is returned this action was canceled.
 &lt;/para&gt;
 
 &lt;para&gt;
 &lt;command&gt;const wxString &amp; getFromYear()&lt;/command&gt;
 Returns the start year selected. If -1 is returned this action was canceled.
 &lt;/para&gt;
 
 &lt;para&gt;
 &lt;command&gt;const wxString &amp; getToDay()&lt;/command&gt;
 Returns the finish day selected. If -1 is returned this action was canceled.
 &lt;/para&gt;
 
 &lt;para&gt;
 &lt;command&gt;const wxString &amp; getToMonth()&lt;/command&gt;
 Returns the finish month selected. If -1 is returned this action was canceled.
 &lt;/para&gt;
 
 &lt;para&gt;
 &lt;command&gt;const wxString &amp; getToYear()&lt;/command&gt;
 Returns the weight selected. If -1 is returned this action was canceled.
 &lt;/para&gt;
 
 &lt;para&gt;
 &lt;command&gt;const wxString &amp; getWeight()&lt;/command&gt;
 Returns the start day is selected. If -1 is returned this action was canceled.
 &lt;/para&gt;
 
 &lt;para&gt;
 &lt;command&gt;const bool &amp; getDoVCV()&lt;/command&gt;
 Returns true if the VCV least squares transformation is to be prefomed now.
 
</para>
</refsect1>


<refsect1>
    <title>VERSION</title>
    <para>
This documentation was generated for the <command>Geodetic Data Manipulation System</command> 0.1 by <command>autodocbook</command> (http://www.stillhq.com).
    </para>
</refsect1>

<refsect1>
    <title>AUTHOR</title>
    <para>
The <command>Geodetic Data Manipulation System</command> is under development by Michael Still (mikal@stillhq.com), Daniel Fernandez, Kristy Van Der Vlist, Blake Swadling, and Nick Wheatstone. All code is Copyright 2002 Michael Still, Daniel Fernandez, Kristy Van Der Vlist, Blake Swadling and Nick Wheatstone,  and is released under the GNU GPL. Code submissions are welcomed. Contact Michael at the address above if you have something you would like to contribute.
</para>
</refsect1>

<refsect1>
    <title>BUGS</title>
    <para>
There  are no known bugs in the <command>Geodetic Data Manipulation System</command>. If you find one, please contact mikal@stillhq.com and let me know.
</para>
</refsect1>
</refentry>
