25 #include <QSocketNotifier> 26 #include <QStringList> 28 #include "midiparser.h" 36 class OSSInputPrivate :
public QObject 43 QSocketNotifier *m_notifier;
48 QString m_currentInput;
49 QStringList m_inputDevices;
50 QStringList m_excludedNames;
53 OSSInputPrivate(
QObject *parent = 0);
54 void reloadDeviceList(
bool advanced =
false);
55 void open(QString portName);
58 void setMIDIThruDevice(MIDIOutput* device);
61 void processIncomingMessages(
int);
65 #endif // OSSINPUT_P_H The QObject class is the base class of all Qt objects.