Warning, /education/labplot/src/backend/datasources/filters/AbstractFileFilter.dox is written in an unsupported language. File is not indexed.

0001 /*!
0002   \class AbstractFileFilter
0003   \brief Interface for the input/output file filters.
0004   
0005   \ingroup datasources
0006 */
0007 
0008 /*!
0009   \fn read(const QString& fileName, FileDataSource* dataSource);
0010   \brief Reads the file \c fileName to the data source \c dataSource.
0011 */
0012 
0013 /*!
0014   \fn write(const QString& fileName, FileDataSource* dataSource);
0015   \brief Writes the data source \c dataSource to the file \c fileName.
0016 */
0017 
0018 /*!
0019   \fn loadFilterSettings(const QString& filterName);
0020   \brief Loads the settings \c filterName and makes them current.
0021 */
0022 
0023 /*!
0024   \fn saveFilterSettings(const QString& filterName) const;
0025   \brief Saves the current filter settings under the name \c filterName.
0026 */