IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 28, 2010, 10:27:33 AM (16 years ago)
Author:
eugene
Message:

updates from dev branch Ohana.20100407: improvements to kapa label and tick control, creation of setphot program

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/libkapa/include/kapa.h

    r27435 r27790  
    7272  float dx;
    7373  float dy;
     74  int bg;
    7475} KapaSection;
    7576
     
    7879  int style, ptype, ltype, etype, ebar, color;
    7980  double lweight, size;
     81  double ticktextPad;
     82  double labelPadXm, labelPadYm, labelPadXp, labelPadYp;
     83  double padXm, padXp, padYm, padYp;
    8084  Coords coords;
    8185  int flipeast, flipnorth;
     
    173177int KapaSelectSection (int fd, char *name);
    174178int KapaGetSection (int fd, char *name);
     179int KapaSectionBG (int fd, char *name, int bg);
    175180int KapaMoveSection (int fd, char *name, char *direction);
    176181int KapaSetGraphData (int fd, Graphdata *graphmode);
    177182int KapaGetGraphData (int fd, Graphdata *graphmode);
     183int KapaScanGraphData (int fd, Graphdata *graphmode);
     184int KapaSendGraphData (int fd, Graphdata *graphmode);
    178185int KapaSetImageData (int fd, KapaImageData *graphmode);
    179186int KapaGetImageData (int fd, KapaImageData *graphmode);
Note: See TracChangeset for help on using the changeset viewer.