Overview   Project   Class   Tree   Deprecated   Index 
CarnegieMellonGraphics
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

CarnegieMellonGraphics2
Class NamedKey

   in CarnegieMellonGraphics.h

class NamedKey

The NamedKey class acts as a namespace for constants that correspond to keys that do not have a simple ASCII representation.

So for example, if you wanted the value that corresponds to the letter A you would use 'A', since it can be represented using a displable ASCII character. If you wanted the value that corresponds to the left arrow key, you would use NamedKey::LEFTARROW.


Field Summary
 static const int BACKSPACE
          
 static const int DELETE_KEY
          
 static const int DOWN_ARROW
          
 static const int END
          
 static const int ENTER
          
 static const int ESCAPE
          
 static const int FUNCTION_1
          
 static const int FUNCTION_10
          
 static const int FUNCTION_11
          
 static const int FUNCTION_12
          
 static const int FUNCTION_2
          
 static const int FUNCTION_3
          
 static const int FUNCTION_4
          
 static const int FUNCTION_5
          
 static const int FUNCTION_6
          
 static const int FUNCTION_7
          
 static const int FUNCTION_8
          
 static const int FUNCTION_9
          
 static const int HOME
          
 static const int INSERT
          
 static const int LEFT_ARROW
          
 static const int PAGE_DOWN
          
 static const int PAGE_UP
          
 static const int RIGHT_ARROW
          
 static const int UP_ARROW
          
 
Constructor Summary
private  NamedKey()
          
 

Field Detail

BACKSPACE

public static const int BACKSPACE;

DELETE_KEY

public static const int DELETE_KEY;

DOWN_ARROW

public static const int DOWN_ARROW;

END

public static const int END;

ENTER

public static const int ENTER;

ESCAPE

public static const int ESCAPE;

FUNCTION_1

public static const int FUNCTION_1;

FUNCTION_10

public static const int FUNCTION_10;

FUNCTION_11

public static const int FUNCTION_11;

FUNCTION_12

public static const int FUNCTION_12;

FUNCTION_2

public static const int FUNCTION_2;

FUNCTION_3

public static const int FUNCTION_3;

FUNCTION_4

public static const int FUNCTION_4;

FUNCTION_5

public static const int FUNCTION_5;

FUNCTION_6

public static const int FUNCTION_6;

FUNCTION_7

public static const int FUNCTION_7;

FUNCTION_8

public static const int FUNCTION_8;

FUNCTION_9

public static const int FUNCTION_9;

HOME

public static const int HOME;

INSERT

public static const int INSERT;

LEFT_ARROW

public static const int LEFT_ARROW;

PAGE_DOWN

public static const int PAGE_DOWN;

PAGE_UP

public static const int PAGE_UP;

RIGHT_ARROW

public static const int RIGHT_ARROW;

UP_ARROW

public static const int UP_ARROW;


Constructor Detail

NamedKey

private NamedKey();

 Overview   Project   Class   Tree   Deprecated   Index 
CarnegieMellonGraphics
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD