#include <mgui/formcoord.h>
Inheritance diagram for MGUI::FORM_EDIT_COORD:

Public Member Functions | |
| void | Clear (bool notify=true) |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_FixedSize) |
| FORM_EDIT_COORD () | |
| const SPATREF::COORDREFSYS & | GetCoordRefSys () const |
| const DPOINT3D & | GetValue () const |
| bool | HasValues () |
| void | SetCoordRefSys (const SPATREF::COORDREFSYS &CoordRefSys, bool notify=true) |
| void | SetValue (const DPOINT3D &Point, bool notify=true) |
| void | SetValue (const DPOINT2D &Point, bool notify=true) |
| virtual | ~FORM_EDIT_COORD () |
Definition at line 42 of file formcoord.h.
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Clear range edit controls.
|
|
||||||||||||
|
Create form with label from resource lookup.
|
|
|
Get the projection to use for extents selection.
Definition at line 69 of file formcoord.h. |
|
|
Get the extents of the form.
Definition at line 65 of file formcoord.h. |
|
|
Determine if user has entered values for both x and y (and z if enabled).
|
|
||||||||||||
|
Set the projection to use for coordinate selection. If a projection and value coordinates exists, the coordinate will be converted to the new projection |
|
||||||||||||
|
Set the coordinate of the form Do this after the call to SetProjection() or the call to the method will alter the point.
|
|
||||||||||||
|
Set the coordinate of the form Do this after the call to SetProjection() or the call to the method will alter the point.
|
1.3.8-20040913