X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=emul%2Femul.h;h=f36cf05c607f946fd92b71737506da92f7868a1e;hb=633a26b43c6a9a43ecb1d08425fbb53145e10bc1;hp=05b486cccf08fd60aafb4d4288d85a991071b36f;hpb=a0d923094ba0837350003dffc17d50198fe0e634;p=bertos.git diff --git a/emul/emul.h b/emul/emul.h old mode 100755 new mode 100644 index 05b486cc..f36cf05c --- a/emul/emul.h +++ b/emul/emul.h @@ -1,9 +1,34 @@ /** * \file * * * \version $Id$ @@ -15,6 +40,9 @@ /*#* *#* $Log$ + *#* Revision 1.4 2006/02/15 09:11:17 bernie + *#* Add keyboard emulator. + *#* *#* Revision 1.3 2006/01/23 23:12:08 bernie *#* Let Doxygen see through C++ protected section. *#* @@ -38,7 +66,7 @@ class QApplication; class EmulWin; class EmulPRT; class EmulLCD; -class EmulKBD; +class EmulKbd; class QCheckBox; class QSlider; class QLabel; @@ -47,11 +75,11 @@ class Emulator { // data members public: - QApplication *emulApp; ///< QT Application. - EmulWin *emulWin; ///< Main window. + QApplication *emulApp; ///< QT Application. + EmulWin *emulWin; ///< Main window. - EmulLCD *emulLCD; ///< Display emulator. - EmulKBD *emulKBD; ///< Keyboard emulator. + EmulLCD *emulLCD; ///< Display emulator. + EmulKbd *emulKbd; ///< Keyboard emulator. // construction Emulator(int &argc, char **argv);