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"
Include dependency graph for filedialog_binding.cpp:
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
KJS::JSValue* callGetExistingDirectory | ( | KJS::ExecState * | exec, |
KJS::JSObject * | , | ||
const KJS::List & | args | ||
) |
Definition at line 35 of file filedialog_binding.cpp.
KJS::JSValue* callGetOpenFileName | ( | KJS::ExecState * | exec, |
KJS::JSObject * | , | ||
const KJS::List & | args | ||
) |
Definition at line 45 of file filedialog_binding.cpp.
KJS::JSValue* callGetOpenFileNames | ( | KJS::ExecState * | exec, |
KJS::JSObject * | , | ||
const KJS::List & | args | ||
) |
Definition at line 57 of file filedialog_binding.cpp.
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.