Overture  Version 25
MappingInformation.h
Go to the documentation of this file.
1 #ifndef MAPPING_INFORMATION
2 #define MAPPING_INFORMATION
3 
4 #include "Mapping.h"
5 #include "ListOfMappingRC.h"
7 
9 {
10  public:
13 
15  {
16  interactive, // accept commands interactively
17  readOneCommand, // read one command from the aString command
18  readUntilEmpty // read commands until an empty string is encountered
19  };
21  aString *command; // Array of strings with possible commands
22 
23  DialogData *interface; // pointer to a sibling window, where an interface could be built
24  GraphicsParameters *gp_; // pointer to a graphics parameter object
25  SelectionInfo *selectPtr; // pointer to a selection object
26 
29 
30 
31 };
32 
33 
34 #endif