kjsembed
filedialog_binding.cpp File Reference
#include "filedialog_binding.h"
#include <QtCore/QStringList>
#include <QtCore/QProcess>
#include <QtGui/QFileDialog>
#include <QtCore/QDebug>
#include <kjs/object.h>
#include "static_binding.h"
Go to the source code of this file.
Functions | |
KJS::JSValue * | callGetExistingDirectory (KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args) |
KJS::JSValue * | callGetOpenFileName (KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args) |
KJS::JSValue * | callGetOpenFileNames (KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args) |
KJS::JSValue * | callGetSaveFileName (KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args) |
Function Documentation
◆ callGetExistingDirectory()
KJS::JSValue * callGetExistingDirectory | ( | KJS::ExecState * | exec, |
KJS::JSObject * | , | ||
const KJS::List & | args | ||
) |
Definition at line 35 of file filedialog_binding.cpp.
◆ callGetOpenFileName()
KJS::JSValue * callGetOpenFileName | ( | KJS::ExecState * | exec, |
KJS::JSObject * | , | ||
const KJS::List & | args | ||
) |
Definition at line 45 of file filedialog_binding.cpp.
◆ callGetOpenFileNames()
KJS::JSValue * callGetOpenFileNames | ( | KJS::ExecState * | exec, |
KJS::JSObject * | , | ||
const KJS::List & | args | ||
) |
Definition at line 57 of file filedialog_binding.cpp.
◆ callGetSaveFileName()
KJS::JSValue * callGetSaveFileName | ( | KJS::ExecState * | exec, |
KJS::JSObject * | , | ||
const KJS::List & | args | ||
) |
Definition at line 71 of file filedialog_binding.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.