StudyLanguageItem.h

Go to the documentation of this file.
00001 #ifndef STUDY_LANGUAGE_ITEM_H
00002 #define STUDY_LANGUAGE_ITEM_H
00003 
00004 #include <qlistview.h>
00005 #include <qpe/resource.h>
00006 #include <qstring.h>
00007 #include <qwidget.h>
00008 #include "LanguageUpdateNotifier.h"
00009 #include "Util.h"
00010 
00011 class StudyLanguageItem : public QCheckListItem {
00012 
00013 public:
00014 
00015     StudyLanguageItem( QListView* parent, LanguageUpdateNotifier* languageUpdateNotifier );
00016     ~StudyLanguageItem();
00017 
00018 protected:
00019 
00020     virtual void stateChange( bool isOn );
00021 
00022 private:
00023 
00024     LanguageUpdateNotifier* languageUpdateNotifier;
00025 
00026 };
00027 
00028 #endif

Generated on Sun Mar 1 17:30:47 2009 for toMOTko by  doxygen 1.5.6