Umasoft
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
DistanceDlg3d.h
1 //
2 // Name: DistanceDlg3d.h
3 //
4 // Copyright (c) 2006-2009 Virtual Terrain Project
5 // Free for all uses, see license.txt for details.
6 //
7 
8 #ifndef __DistanceDlg3d_H__
9 #define __DistanceDlg3d_H__
10 
11 #include "vtui/DistanceDlg.h"
12 
13 //----------------------------------------------------------------------------
14 // DistanceDlg3d
15 //----------------------------------------------------------------------------
16 
18 {
19 public:
20  // constructors and destructors
21  DistanceDlg3d( wxWindow *parent, wxWindowID id, const wxString &title,
22  const wxPoint& pos = wxDefaultPosition,
23  const wxSize& size = wxDefaultSize,
24  long style = wxDEFAULT_DIALOG_STYLE );
25 
26  virtual void OnMode(bool bPath);
27  virtual void SetPathToBase(const DLine2 &path);
28  virtual void Reset();
29 };
30 
31 #endif