kjsembed
KJSEmbed::FileDialog Class Reference
#include <filedialog_binding.h>
Static Public Member Functions | |
static const Method * | methods () |
Static Public Attributes | |
static const Method | FileDialogMethods [] |
Detailed Description
Definition at line 32 of file filedialog_binding.h.
Member Function Documentation
◆ methods()
|
inlinestatic |
Definition at line 36 of file filedialog_binding.h.
Member Data Documentation
◆ FileDialogMethods
|
static |
Initial value:
=
{
{"getExistingDirectory", 1, KJS::DontDelete|KJS::ReadOnly, &callGetExistingDirectory },
{"getOpenFileName", 1, KJS::DontDelete|KJS::ReadOnly, &callGetOpenFileName },
{"getOpenFileNames", 1, KJS::DontDelete|KJS::ReadOnly, &callGetOpenFileNames },
{"getSaveFileName", 0, KJS::DontDelete|KJS::ReadOnly, &callGetSaveFileName },
{0, 0, 0, 0 }
}
KJS::JSValue * callGetSaveFileName(KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args)
Definition: filedialog_binding.cpp:71
KJS::JSValue * callGetExistingDirectory(KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args)
Definition: filedialog_binding.cpp:35
KJS::JSValue * callGetOpenFileName(KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args)
Definition: filedialog_binding.cpp:45
KJS::JSValue * callGetOpenFileNames(KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args)
Definition: filedialog_binding.cpp:57
Definition at line 35 of file filedialog_binding.h.
The documentation for this class was generated from the following files:
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.