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

GraphicsView Class Reference

#include <GraphicsView.h>

List of all members.

Public Types

typedef enum GraphicsView::EGraphicsView GraphicsView_t
enum  EGraphicsView {
  kUZ = 0, kVZ = 1, kXZ = 2, kYZ = 3,
  kXY = 4, kUV = 5, kUnknown = 7
}


Member Typedef Documentation

typedef enum GraphicsView::EGraphicsView GraphicsView::GraphicsView_t
 


Member Enumeration Documentation

enum GraphicsView::EGraphicsView
 

Enumeration values:
kUZ 
kVZ 
kXZ 
kYZ 
kXY 
kUV 
kUnknown 

Definition at line 6 of file GraphicsView.h.

00006                             {
00007     
00008     kUZ =0,
00009     kVZ =1,
00010     kXZ =2,
00011     kYZ =3,
00012     kXY =4,
00013     kUV =5,
00014     kUnknown =7
00015   }GraphicsView_t;


The documentation for this class was generated from the following file:
Generated on Mon Feb 15 11:09:16 2010 for loon by  doxygen 1.3.9.1