PythonQt
PythonQtImportFileInterface.h
Go to the documentation of this file.
1#ifndef _PYTHONQTIMPORTFILEINTERFACE_H
2#define _PYTHONQTIMPORTFILEINTERFACE_H
3
4/*
5 *
6 * Copyright (C) 2010 MeVis Medical Solutions AG All Rights Reserved.
7 *
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2.1 of the License, or (at your option) any later version.
12 *
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
17 *
18 * Further, this software is distributed without any warranty that it is
19 * free of the rightful claim of any third person regarding infringement
20 * or the like. Any license provided herein, whether implied or
21 * otherwise, applies only to this software file. Patent licenses, if
22 * any, provided herein do not apply to combinations of this program with
23 * other software, or any other product whatsoever.
24 *
25 * You should have received a copy of the GNU Lesser General Public
26 * License along with this library; if not, write to the Free Software
27 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
28 *
29 * Contact information: MeVis Medical Solutions AG, Universitaetsallee 29,
30 * 28359 Bremen, Germany or:
31 *
32 * http://www.mevis.de
33 *
34 */
35
36//----------------------------------------------------------------------------------
43//----------------------------------------------------------------------------------
44
46#include <QDateTime>
47#include <QString>
48#include <QByteArray>
49
54public:
55 // get rid of warnings
58
61
64 virtual QByteArray readSourceFile(const QString& filename, bool& ok) = 0;
65
67 virtual bool exists(const QString& filename) = 0;
68
71 virtual bool isEggArchive(const QString& filename) = 0;
72
75
78 virtual bool ignoreUpdatedPythonSourceFiles() { return false; }
79
82 virtual void importedModule(const QString& /*module*/) {}
83
84};
85
86#endif
87
PyObject * PythonQtConvertPairToPython(const void *inPair, int metaTypeId)
virtual QByteArray readSourceFile(const QString &filename, bool &ok)=0
virtual QByteArray readFileAsBytes(const QString &filename)=0
read the given file as byte array, without doing any linefeed translations
virtual bool isEggArchive(const QString &filename)=0
virtual QDateTime lastModifiedDate(const QString &filename)=0
get the last modified data of a file
virtual void importedModule(const QString &)
virtual bool exists(const QString &filename)=0
returns if the file exists