IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 16, 2007, 3:19:08 PM (19 years ago)
Author:
eugene
Message:

asserting the use of the libkapa APIs to interface with kapa2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/libkapa/doc/api.txt

    r13401 r13402  
    11
    2 COMM | Kapa Function  | libkapa API
    3 -----------------------------------
    4 NCUR | !ACTIVE_CURSOR | KiiCursorOff
    5 QUIT | Quit           | 
    6 CURS
    7 PSIT
    8 PNGF
    9 PPMF
    10 DBOX
    11 PLOT
    12 LABL
    13 PTXT
    14 RSIZ
    15 LIMS
    16 SLIM
    17 SSEC
    18 LSEC
    19 DSEC
    20 FONT
    21 ERSC
    22 ERAS
    23 ERSS
    24 READ
    25 ERAS
    26 LOAD
    27 TICK
    28 SAVE
    29 CSVE
    30 JPEG
    31 CENT
    32 NPIX
     2COMM | Kapa Function    | libkapa file  | libkapa API
     3-----------------------------------------------------
     4DBOX | LoadFrame        | KapaWindow.c  | KapaBox
     5ERSP | ErasePlots       | KapaWindow.c  | KapaClearPlots
     6ERSS | EraseSections    | KapaWindow.c  | KapaClearSections
     7ERSI | EraseImage       | KapaWindow.c  | KapaClearImage
     8ERSC | EraseCurrentPlot | KapaWindow.c  | KapaClearCurrentPlot
     9LSEC | ListSection      | KapaWindow.c  | KapaGetSection
     10PNGF | PNGit            | KiiConvert.c  | KapaPNG
     11PPMF | PPMit            | KiiConvert.c  | KapaPPM
     12PLOT | LoadObject       | KapaWindow.c  | KapaPrepPlot
     13SSEC | SetSection       | KapaWindow.c  | KapaSelectSection
     14LABL | LoadLabels       | KapaWindow.c  | KapaSendLabel
     15PTXT | LoadTextlines    | KapaWindow.c  | KapaSendTextline
     16FONT | SetFont          | KapaWindow.c  | KapaSetFont
     17SLIM | SetLimits        | KapaWindow.c  | KapaSetLimits
     18DSEC | DefineSection    | KapaWindow.c  | KapaSetSection
     19CENT | Center           | KapaWindow.c  | KiiCenter
     20QUIT | Quit             | KiiOpen.c     | KiiClose
     21NCUR | !ACTIVE_CURSOR   | KiiCursor.c   | KiiCursorOff
     22CURS | +ACTIVE_CURSOR   | KiiCursor.c   | KiiCursorOn
     23ERSO | EraseOverlay     | KiiOverlay.c  | KiiEraseOverlay
     24JPEG | JPEGit24         | KiiConvert.c  | KiiJPEG
     25LOAD | LoadOverlay      | KiiOverlay.c  | KiiLoadOverlay
     26READ | LoadPicture      | KiiPicture.c  | KiiNewPicture1D
     27READ | LoadPicture      | KiiPicture.c  | KiiNewPicture2D
     28PSIT | PScommand        | KiiConvert.c  | KiiPS
     29RSIZ | Resize           | KapaWindow.c  | KiiResize
     30SAVE | SaveOverlay      | KiiOverlay.c  | KiiSaveOverlay
     31CSVE | CSaveOverlay     | KiiOverlay.c  | KiiSaveOverlay
     32LIMS | GetLimits        | KapaWindow.c  | KapaGetLimits
     33
     34TICK | LoadTickmarks    | XXX not used
     35NPIX | GetPixelCount    | XXX not used?
Note: See TracChangeset for help on using the changeset viewer.