17#ifndef FL_KDIALOG_NATIVE_FILE_CHOOSER_H
18#define FL_KDIALOG_NATIVE_FILE_CHOOSER_H 1
29class Fl_Kdialog_Native_File_Chooser_Driver :
public Fl_Native_File_Chooser_FLTK_Driver {
31 friend class Fl_Zenity_Native_File_Chooser_Driver;
32 struct fnfc_pipe_struct {
36 static void fnfc_fd_cb(
int fd, fnfc_pipe_struct *data);
42 static bool did_find_kdialog;
43 static bool have_looked_for_kdialog;
44 Fl_Kdialog_Native_File_Chooser_Driver(
int val);
45 ~Fl_Kdialog_Native_File_Chooser_Driver();
49 virtual
void build_command(Fl_String& command);
51 char *parse_filter(const
char *f);
61 void shell_quote(Fl_String& s);
Fl_Native_File_Chooser widget.
This class lets an FLTK application easily and consistently access the operating system's native file...
Definition Fl_Native_File_Chooser.H:130
#define FL_OVERRIDE
This macro makes it safe to use the C++11 keyword override with older compilers.
Definition fl_attr.h:46