functions to open streams with user input via vgui_dialogs More...
#include <vcl_vector.h>
#include <vidl/vidl_iidc1394_params.h>
#include <vidl/vidl_istream.h>
#include <vidl/vidl_ostream.h>
Go to the source code of this file.
Classes | |
struct | vidl_gui_param_dialog |
struct with static members used as a namespace replacement. More... | |
Functions | |
vidl_istream * | vidl_gui_open_istream_dialog () |
Use vgui dialogs to prompt the user for parameters and open an istream. | |
vidl_ostream * | vidl_gui_open_ostream_dialog () |
Use vgui dialogs to prompt the user for parameters and open an ostream. |
functions to open streams with user input via vgui_dialogs
Definition in file vidl_gui_param_dialog.h.
vidl_istream* vidl_gui_open_istream_dialog | ( | ) |
Use vgui dialogs to prompt the user for parameters and open an istream.
Allows the user to select any of the supported istreams
Definition at line 34 of file vidl_gui_param_dialog.cxx.
vidl_ostream* vidl_gui_open_ostream_dialog | ( | ) |
Use vgui dialogs to prompt the user for parameters and open an ostream.
Allows the user to select any of the supported ostreams
Definition at line 83 of file vidl_gui_param_dialog.cxx.