This is PosView.h in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import <appkit/View.h> #import <math.h> #import <time.h> #import <dpsclient/dpsclient.h> #import <appkit/Font.h> @interface PosView:View { NXRect meinRechteck; int aktuellerWert, maxWert; int Mins, Seks, PauseMins, PauseSeks; time_t startzeit; time_t pauseStart; BOOL PauseModus; DPSTimedEntry meiner; id Schrift; } - neuePos: (int) neuerWert : (int) neuerMaxWert; - starteZeit; - stoppeZeit; - anfangPause; - endePause; - initFrame: (const NXRect *) frameRect; - drawSelf: (NXRect *) rects : (int) count; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.