CFugue
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
E:
WinApp
CarMusTy
src
References
CFugue
src
QtVuMeter
midioutcombobox.h
1
#ifndef MIDIOUTCOMBOBOX_H
2
#define MIDIOUTCOMBOBOX_H
3
4
#include <QComboBox>
5
6
class
MidiOutComboBox
:
public
QComboBox
7
{
8
Q_OBJECT
9
public
:
10
explicit
MidiOutComboBox
(QWidget *parent = 0);
11
12
void
PopulateDevices();
13
14
signals:
15
16
public
slots:
17
18
};
19
20
#endif // MIDIOUTCOMBOBOX_H
MidiOutComboBox
Definition:
midioutcombobox.h:6
CFugue, the C++ Music Programming Library
© Copyright 2009
Cenacle Research India Private Limited
Gopalakrishna Palem