8 #ifndef __FeatInfoDlg_H__
9 #define __FeatInfoDlg_H__
11 #include "vtui/FeatureTableDlg.h"
20 FeatInfoDlg( wxWindow *parent, wxWindowID
id,
const wxString &title,
21 const wxPoint& pos = wxDefaultPosition,
22 const wxSize& size = wxDefaultSize,
23 long style = wxDEFAULT_DIALOG_STYLE );
25 void SetLayer(
vtLayer *pLayer) { m_pLayer = pLayer; }
26 void SetView(
BuilderView *pView) { m_pView = pView; }
27 vtLayer *GetLayer() {
return m_pLayer; }
29 virtual void OnModified();
30 virtual void RefreshViz();
37 #endif // __FeatInfoDlg_H__