Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

editscale.h

Go to the documentation of this file.
00001 #ifndef TONLEITER_EDIT_SCALE_DIALOG_H
00002 #define TONLEITER_EDIT_SCALE_DIALOG_H
00003 
00004 #include <qdialog.h>
00005 #include <qcombobox.h>
00006 
00007 #include "tonleiterdata.h"
00008 #include "pianoscale.h"
00009 
00010 using namespace Data;
00011 
00012 namespace Menu
00013 {
00014     class ScaleEditDialog : public QDialog
00015     {
00016         Q_OBJECT
00017     private:
00018         TonleiterData* data;
00019         QComboBox* boxScale;
00020         PianoScale* pianoscale;
00021     public:
00022         ScaleEditDialog(TonleiterData* data,QWidget* parent,const char* name="ScaleEditDialog");
00023         ~ScaleEditDialog();
00024     };
00025 };
00026 
00027 #endif //TONLEITER_EDIT_SCALE_DIALOG_H

Generated on Sat Nov 5 16:17:35 2005 for OPIE by  doxygen 1.4.2