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
| static const Method* KJSEmbed::FileDialog::methods | ( | ) | [inline, static] |
Definition at line 36 of file filedialog_binding.h.
Member Data Documentation
const Method FileDialog::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 }
}
Definition at line 35 of file filedialog_binding.h.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference