Mercurial > hg > aimc
comparison trunk/src/Modules/Output/Graphics/GraphAxisSpec.h @ 399:7bfed53caacf
- A few changes to get graphics working. In progress.
author | tom@acousticscale.org |
---|---|
date | Sat, 16 Oct 2010 22:27:03 +0000 |
parents | 3ee03a6b95a0 |
children |
comparison
equal
deleted
inserted
replaced
398:3ee03a6b95a0 | 399:7bfed53caacf |
---|---|
18 #ifndef __GRAPH_AXIS_SPEC_H__ | 18 #ifndef __GRAPH_AXIS_SPEC_H__ |
19 #define __GRAPH_AXIS_SPEC_H__ | 19 #define __GRAPH_AXIS_SPEC_H__ |
20 | 20 |
21 #include "Support/Parameters.h" | 21 #include "Support/Parameters.h" |
22 #include "Modules/Output/Graphics/Scale/Scale.h" | 22 #include "Modules/Output/Graphics/Scale/Scale.h" |
23 | |
24 namespace aimc { | |
23 | 25 |
24 /*! \class GraphAxisSpec "Output/GraphAxisSpec.h" | 26 /*! \class GraphAxisSpec "Output/GraphAxisSpec.h" |
25 * \brief Axis specification for a GraphicsView | 27 * \brief Axis specification for a GraphicsView |
26 */ | 28 */ |
27 class GraphAxisSpec { | 29 class GraphAxisSpec { |
83 | 85 |
84 friend class GraphicsView; | 86 friend class GraphicsView; |
85 friend class GraphicsViewTime; | 87 friend class GraphicsViewTime; |
86 }; | 88 }; |
87 | 89 |
90 } // namespace aimc | |
91 | |
88 #endif /* __GRAPH_AXIS_SPEC_H__ */ | 92 #endif /* __GRAPH_AXIS_SPEC_H__ */ |