8 #ifndef __DistanceDlg2d_H__
9 #define __DistanceDlg2d_H__
11 #include "vtui/DistanceDlg.h"
25 DistanceDlg2d( wxWindow *parent, wxWindowID
id,
const wxString &title,
26 const wxPoint& pos = wxDefaultPosition,
27 const wxSize& size = wxDefaultSize,
28 long style = wxDEFAULT_DIALOG_STYLE );
30 void SetFrame(
MainFrame *frame) { m_pFrame = frame; }
32 virtual void OnMode(
bool bPath);
33 virtual void SetPathToBase(
const DLine2 &path);
39 #endif // __DistanceDlg_H__