summaryrefslogtreecommitdiffstats
path: root/src/datavis3d/global/qdatavis3namespace.h
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-05-29 12:40:25 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-05-29 13:17:38 +0300
commit8a76867344d2a67270197132dfbb0eb4be4febd1 (patch)
tree0e607ea1d7204387e20f0ab5c80dcfac649ea7f9 /src/datavis3d/global/qdatavis3namespace.h
parent4095631d3dd80de13aab4567d1691aaa8165d900 (diff)
Camera presets added for viewing the graph below
These only work for sets including negative values. They act as "Low" -presets otherwise. Change-Id: I12d1090a70a9dd508beddf5bf7883f70be361ef4 Change-Id: I12d1090a70a9dd508beddf5bf7883f70be361ef4 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
Diffstat (limited to 'src/datavis3d/global/qdatavis3namespace.h')
-rw-r--r--src/datavis3d/global/qdatavis3namespace.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/datavis3d/global/qdatavis3namespace.h b/src/datavis3d/global/qdatavis3namespace.h
index ffe166c3..c73d494b 100644
--- a/src/datavis3d/global/qdatavis3namespace.h
+++ b/src/datavis3d/global/qdatavis3namespace.h
@@ -86,7 +86,12 @@ enum CameraPreset {
PresetIsometricRightHigh,
PresetDirectlyAbove,
PresetDirectlyAboveCW45,
- PresetDirectlyAboveCCW45
+ PresetDirectlyAboveCCW45,
+ PresetFrontBelow, // These work only for graphs including negative values.
+ PresetLeftBelow, // They act as Preset...Low for positive-only values.
+ PresetRightBelow,
+ PresetBehindBelow,
+ PresetDirectlyBelow
};
enum ColorTheme {