20 #ifndef NETMIDIINPUT_P_H
21 #define NETMIDIINPUT_P_H
25 #include <QNetworkInterface>
26 #include "midiparser.h"
34 class NetMIDIInputPrivate :
public QObject
45 QHostAddress m_groupAddress;
46 QString m_currentInput;
47 QStringList m_inputDevices;
48 QStringList m_excludedNames;
49 QNetworkInterface m_iface;
51 NetMIDIInputPrivate(
QObject *parent = 0);
53 void open(QString portName);
55 void initialize(QSettings* settings);
56 void setMIDIThruDevice(MIDIOutput* device);
59 void processIncomingMessages();
63 #endif // NETMIDIINPUT_P_H
The QObject class is the base class of all Qt objects.