Overture
Version 25
Main Page
Namespaces
Classes
Files
File List
File Members
Overture.v25.d
include
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
"
6
#include "
GenericGraphicsInterface.h
"
7
8
class
MappingInformation
9
{
10
public
:
11
ListOfMappingRC
mappingList
;
12
GenericGraphicsInterface
*
graphXInterface
;
13
14
enum
commandOptions
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
};
20
commandOptions
commandOption
;
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
27
MappingInformation
(){
commandOption
=
interactive
;
command
=
NULL
;
interface
=
NULL
;
gp_
=
NULL
;
selectPtr
=
NULL
;};
28
~MappingInformation
(){};
29
30
31
};
32
33
34
#endif
Generated on Fri Jan 4 2013 10:17:55 for Overture by
1.8.3