home *** CD-ROM | disk | FTP | other *** search
- SlaveTool = {
- SUPERCLASS = Tool;
- };
- Tool = {
- ACTIONS = {
- paste:;
- alignSelRight:;
- windowDidResignKey:;
- windowWillClose:;
- alignSelLeftAndRight:;
- selectAll:;
- copyFont:;
- alignSelCenter:;
- connectTo:;
- alignSelLeft:;
- linkTo:;
- subscript:;
- copyRuler:;
- windowDidBecomeKey:;
- pasteRuler:;
- superscript:;
- changeFont:;
- toggleRuler:;
- copy:;
- underline:;
- windowDidMove:;
- pasteFont:;
- cut:;
- unscript:;
- };
- OUTLETS = {
- sList;
- myElement;
- defaultElement;
- myPanel;
- fixElement;
- infoPanel;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- TMSScanView = {
- ACTIONS = {
- };
- OUTLETS = {
- theTiffPic;
- theScanPanel;
- };
- SUPERCLASS = View;
- };
- TMSImportTool = {
- SUPERCLASS = SlaveTool;
- };
- TMSScanner = {
- ACTIONS = {
- takePicturePressed:;
- showSpecialPanel:;
- frameColorChanged:;
- cancelPressed:;
- okPressed:;
- rectEntered:;
- };
- OUTLETS = {
- theLoadedView;
- area_y;
- frameColorWell;
- theScanner;
- area_h;
- modalPanel;
- theView;
- actElement;
- takePicture;
- area_w;
- area_x;
- prescanView;
- scannerStrings;
- };
- SUPERCLASS = TMSImportTool;
- };
- WinControl = {
- OUTLETS = {
- theView;
- };
- SUPERCLASS = Object;
- };
-