File:  [NeXTSTEP 3.3 examples] / Examples / AppKit / Draw / Inspector.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:48:37 2018 UTC (8 years, 1 month ago) by root
Branches: NeXT, MAIN
CVS tags: NeXTSTEP33, HEAD
Sample Programs from NeXSTEP 3.3

@interface Inspector : Object
{
    Graphic *selectedGraphic;	/* the currently displayed graphic */
    GraphicView *graphicView;	/* the view selectedGraphic is in */
    NXSize lastSize;		/* the last size displayed */
    Slider *lineWidthSlider;
    id	lineWidthField;
    id	arrows;
    id	width;
    id	lineColor;
    id	fillColor;
    id	filled;
    id	lineCap;
    id	lineJoin;
    id	height;
    id	formEntry;
}

/* Public methods */

- loadGraphic:(Graphic *)graphic;
- load:(GraphicView *)graphicView;
- initializeGraphic:(Graphic *)graphic;
- preset;

/* Panel delegate method */

- windowDidUpdate:(Window *)sender;

/* Target/Action methods */

- changeContinuous:sender;
- changeArrows:sender;
- changeLineJoin:sender;
- changeLineWidth:sender;
- changeLineCap:sender;
- changeDimensions:sender;
- changeLineColor:sender;
- changeFillColor:sender;
- changeFilled:sender;
- changeFormEntry:sender;

@end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.