#include "PerspectiveView.h"#include "ConfigurationSettings.h"#include "DataVariantValidator.h"#include "EnumWrapper.h"#include "TypesFile.h"#include <vector>Go to the source code of this file.
Classes | |
| class | SpatialDataView |
| A view to display layers. More... | |
Typedefs | |
| typedef EnumWrapper < PanLimitTypeEnum > | PanLimitType |
Enumerations | |
| enum | PanLimitTypeEnum { NO_LIMIT = 0, CUBE_EXTENTS, MAX_EXTENTS } |
| typedef EnumWrapper<PanLimitTypeEnum> PanLimitType |
The EnumWrapper contains a given enum value and provides a isValid() method which returns true if the contained enum value is valid.
Please see How To Use EnumWrapper for more information. The wrapped enum values are PanLimitTypeEnum.
Definition at line 41 of file SpatialDataView.h.
| enum PanLimitTypeEnum |
Specifies the panning range limit for the spatial data view.
Definition at line 31 of file SpatialDataView.h.