NAME
Qt::Core::QTemporaryFile
PUBLIC METHODS
- QTemporaryFile()
- QTemporaryFile(const QString & templateName)
- QTemporaryFile(QObject * parent)
- QTemporaryFile(const QString & templateName, QObject * parent)
- ~QTemporaryFile()
- bool autoRemove()
- static QTemporaryFile * createLocalFile(const QString & fileName)
- static QTemporaryFile * createLocalFile(QFile & file)
- QAbstractFileEngine * fileEngine()
- QString fileName()
- QString fileTemplate()
- bool open()
- void setAutoRemove(bool b)
- void setFileTemplate(const QString & name)
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.