|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
Public Member Functions | |
| Fl_Process () | |
| ~Fl_Process () | |
| FILE * | popen (const char *cmd, const char *mode="r") |
| int | close () |
| FILE * | desc () const |
| char * | get_line (char *line, size_t s) const |
Protected Attributes | |
| FILE * | _fpt |
| Fl_Process::Fl_Process | ( | ) | [inline] |
| Fl_Process::~Fl_Process | ( | ) | [inline] |
| int Fl_Process::close | ( | ) |
Definition at line 1965 of file fluid.cxx.
Referenced by popen(), shell_pipe_cb(), and ~Fl_Process().
| FILE* Fl_Process::desc | ( | ) | const [inline] |
Definition at line 1888 of file fluid.cxx.
References _fpt.
Referenced by do_shell_command(), and shell_pipe_cb().
| char* Fl_Process::get_line | ( | char * | line, |
| size_t | s | ||
| ) | const [inline] |
Definition at line 1889 of file fluid.cxx.
Referenced by shell_pipe_cb().
| FILE * Fl_Process::popen | ( | const char * | cmd, |
| const char * | mode = "r" |
||
| ) |
FILE* Fl_Process::_fpt [protected] |
Definition at line 1911 of file fluid.cxx.
Referenced by close(), desc(), Fl_Process(), get_line(), popen(), and ~Fl_Process().