kjsembed
#include "fileio.h"
#include <QtCore/QFile>
#include "kjseglobal.h"
#include <QtCore/QTemporaryFile>
#include <QtCore/QDebug>
Include dependency graph for fileio.cpp:
Go to the source code of this file.
Functions | |
END_OBJECT_METHOD object | close () |
if (file->open((QIODevice::OpenModeFlag) KJSEmbed::extractInt(exec, args, 0))) | |
if (file->open()) | |
file | setAutoRemove (KJSEmbed::extractBool(exec, args, 1)) |
END_STATIC_OBJECT_METHOD | START_STATIC_METHOD_LUT (FileIO) |
Variables | |
END_OBJECT_METHOD QFile * | file = new QFile( KJSEmbed::extractQString( exec, args, 0) ) |
result = KJS::jsBoolean( object->open( (QIODevice::OpenModeFlag) KJSEmbed::extractInt(exec, args, 0))) | |
Function Documentation
END_OBJECT_METHOD object close | ( | ) |
if | ( | file-> | open(QIODevice::OpenModeFlag) KJSEmbed::extractInt(exec, args, 0) | ) |
Definition at line 64 of file fileio.cpp.
if | ( | file-> | open() | ) |
Definition at line 99 of file fileio.cpp.
file setAutoRemove | ( | KJSEmbed:: | extractBoolexec, args, 1 | ) |
END_STATIC_OBJECT_METHOD START_STATIC_METHOD_LUT | ( | FileIO | ) |
Definition at line 107 of file fileio.cpp.
Variable Documentation
delete file = new QFile( KJSEmbed::extractQString( exec, args, 0) ) |
Definition at line 63 of file fileio.cpp.
END_OBJECT_METHOD result = KJS::jsBoolean( object->open( (QIODevice::OpenModeFlag) KJSEmbed::extractInt(exec, args, 0))) |
Definition at line 39 of file fileio.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.