1 #ifndef QnetNewPointDialog_h 
    2 #define QnetNewPointDialog_h 
   34       QString pointId() 
const;
 
   43       QPushButton *m_okButton;
 
   44       QLineEdit *m_ptIdEdit;
 
   45       QListWidget *m_fileList;
 
void enableOkButton(const QString &text)
 
void setFiles(QStringList pointFiles)
 
QnetNewPointDialog(QnetTool *qnetTool, QString defaultPointId, QWidget *parent=0)
QnetNewPointDialog constructor.