Input device selection dialog. Mehr ...
#include "Defs.h"
#include "wx/xrc/xmlres.h"
#include "wx/html/htmlwin.h"
#include "wx/statline.h"
#include "wx/filepicker.h"
#include "resourceload.h"
#include "Device.h"
#include "wx/valgen.h"
#include "wx/valtext.h"
gehe zum Quellcode dieser Datei
Klassen | |
class | InputDevDlg |
struct | InputDevDlg::TypeData |
Input device selection dialog.
: GPL Copyright: (c) R. Krauße, TU Dresden
Revision 1.3 2011-02-20 22:35:58 keinstein updated license information; some file headers have to be revised, though
Revision 1.2 2010-11-21 13:15:48 keinstein merged experimental_tobias
Revision 1.1.2.4 2010-06-15 14:30:14 keinstein allow deleting of input devices in route window several bug fixes rudimentary box deletion support
Revision 1.1.2.3 2010/03/30 08:38:27 keinstein added rudimentary command line support changed debug system to allow selection of messages via command line further enhancements to the route dialogs
Revision 1.1.2.2 2010/02/15 12:08:21 keinstein intermediate update for backup progress
Revision 1.1.2.1 2009/11/30 15:46:46 keinstein moved InputDevDlg.h InputDevDlg.cpp OutputDevDlg.h OutputDevDlg.cpp into subdirectory Routing.
Revision 1.6.2.2 2009/11/03 15:07:07 keinstein Compile on Ubuntu 9.10 remove several interface and implementation pragmas fixed some file names for case insensitive filesystems
Revision 1.6.2.1 2009/08/10 11:23:12 keinstein merged from wrong tree
Revision 1.7 2009/08/10 11:15:46 keinstein some steps towards new route window
Revision 1.6 2008/08/18 15:06:35 keinstein Changed Input dev dialog to wxResources
Revision 1.5 2008/01/25 09:08:58 keinstein charset conversion
Revision 1.4 2006/01/18 15:34:57 keinstein Doxygen header
ID definition conflict solved
Definiert in Datei InputDevDlg.h.