Changeset 27790 for trunk/Ohana/src/kapa2/include/structures.h
- Timestamp:
- Apr 28, 2010, 10:27:33 AM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/kapa2/include/structures.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/Ohana.20100407 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/kapa2/include/structures.h
r25757 r27790 137 137 double min, max; 138 138 char isaxis, areticks, islabel, islog; 139 double pad, labelPad, ticktextPad; 139 140 double fx, dfx, fy, dfy; /* axis location on graphic */ 140 141 double lweight; 141 142 int color; 142 143 } Axis; 144 145 // structure to describe the ticks for an axis 146 typedef struct { 147 double value; 148 int IsMajor; 149 int IsLabel; 150 } TickMarkData; 143 151 144 152 // a single graph in the display window … … 210 218 float x, y; 211 219 float dx, dy; 220 int bg; 212 221 char *name; 213 222 } Section;
Note:
See TracChangeset
for help on using the changeset viewer.
