- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/Ohana/src/kapa2/include/structures.h
r21153 r27840 21 21 Window window; 22 22 Visual *visual; 23 int visualclass; // is visual dynamic? (XXX change name?)23 int dynamicColors; // is visual dynamic? 24 24 int Nbits; // pixel depth in bits (8, 16, 24, 32) 25 25 GC gc; … … 94 94 int DX, DY; // size of displayed picture (must be updated with new images...) 95 95 int expand; // zoomscale 96 double X , Y; // center of image in picture96 double Xc, Yc; // center of image in picture 97 97 char flipx, flipy; // parity (0 = +; 1 = -) 98 98 XImage *pix; … … 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.
