Changeset 170 in Sophya for trunk/SophyaPI/PI/pibwdggen.h
- Timestamp:
- Dec 21, 1998, 9:47:37 AM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pibwdggen.h
r163 r170 1 // This may look like C code, but it is really -*- C++ -*- 2 // Module PI : Peida Interactive PIBaseWdgGen 3 // Classe de base pour la creation de nouvelles composantes 4 // graphiques interactives 5 // R.Ansari - E.Aubourg 96 6 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 7 1 8 #ifndef PIBWDGGEN_H_SEEN 2 9 #define PIBWDGGEN_H_SEEN … … 8 15 #include PIGRAPHIC_H 9 16 #include "pigraphuc.h" 17 #include "pievthandler.h" 10 18 #include "psfile.h" 11 19 … … 15 23 #include <vector.h> 16 24 #endif 17 18 enum PIKeyModifier { PIKM_Blank = 0, PIKM_Shift = 1, PIKM_Alt = 2, PIKM_Cntl = 4 } ;19 20 enum PIKeyValues { PIK_Return = 0xFF0D, PIK_Enter = 0xFF8D ,21 PIK_BackSpace = 0xFF08, PIK_Delete = 0xFFFF,22 PIK_Tab = 0xFF09, PIK_Escape = 0xFF1B,23 PIK_Up = 0xFF52, PIK_Down = 0xFF54,24 PIK_Right = 0xFF53, PIK_Left = 0xFF51,25 PIK_Previous = 0xFF55, PIK_Next = 0xFF56 } ;26 25 27 26
Note:
See TracChangeset
for help on using the changeset viewer.