27 #ifndef __TERRALIB_QSCI_CEDITOR_SCRIPTWIDGET_H__    28 #define __TERRALIB_QSCI_CEDITOR_SCRIPTWIDGET_H__    31 #include "../Config.h"    80         QString getScriptType() 
const;
    87         QString getScriptName() 
const;
    94         void open(
const QString& fileName);
   101         void save(
const QString& fileName);
   108         bool hasChanged() 
const;
   141         void setTextChanged();
   154         void saveFile(
const QString& fileName);
   159         void setUnsaved(
bool unsaved);
   172 #endif  // __TERRALIB_QSCI_CEDITOR_SCRIPTWIDGET_H__