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
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.