home *** CD-ROM | disk | FTP | other *** search
- HeaderDriver = {
- ACTIONS = {
- "appDidInit:" = "appDidInit:";
- "appWillTerminate:" = "appWillTerminate:";
- "new:" = "new:";
- "open:" = "open:";
- "printTextObject:" = "printTextObject:";
- "showInfo:" = "showInfo:";
- "showPreferences:" = "showPreferences:";
- };
- OUTLETS = {
- BrowseButton = BrowseButton;
- BrowseSelectionButton = BrowseSelectionButton;
- FindButton = FindButton;
- SortOptionsButton = SortOptionsButton;
- editSpeaker = editSpeaker;
- editorList = editorList;
- find = find;
- findOptionsPanel = findOptionsPanel;
- finderLanguageElements = finderLanguageElements;
- iconEnteredEditor = iconEnteredEditor;
- inspect = inspect;
- openPanel = openPanel;
- };
- SUPERCLASS = Object;
- };
- MyMachO = {SUPERCLASS = MachO; };
- MachO = {
- ACTIONS = {"appDidInit:" = "appDidInit:"; "new:" = "new:"; "open:" = "open:"; };
- OUTLETS = {
- editorList = editorList;
- iconEnteredEditor = iconEnteredEditor;
- openPanel = openPanel;
- };
- SUPERCLASS = Object;
- };
- HVPreferences = {
- ACTIONS = {
- "addHeader:" = "addHeader:";
- "removeHeader:" = "removeHeader:";
- "selectFileFromList:" = "selectFileFromList:";
- "setCpp:" = "setCpp:";
- "setHeadersToInstallMatrix:" = "setHeadersToInstallMatrix:";
- "setHeadersToInstallScrollView:" = "setHeadersToInstallScrollView:";
- "showDirectoryPreferences:" = "showDirectoryPreferences:";
- "showHeaderPreferences:" = "showHeaderPreferences:";
- "showOtherPreferences:" = "showOtherPreferences:";
- };
- OUTLETS = {
- cppOptions = cppOptions;
- documentationDirectoriesView = documentationDirectoriesView;
- fullPath = fullPath;
- headerFilesView = headerFilesView;
- headersToInstallMatrix = headersToInstallMatrix;
- headersToInstallScrollView = headersToInstallScrollView;
- otherstuffView = otherstuffView;
- outerbox = outerbox;
- setCppButton = setCppButton;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- "addHeader:" = "addHeader:";
- "browseSelectionFromFinder:" = "browseSelectionFromFinder:";
- "pickBrowser:" = "pickBrowser:";
- "pickFinder:" = "pickFinder:";
- "printTextObject:" = "printTextObject:";
- "showSortOptions:" = "showSortOptions:";
- "updateHeaders:" = "updateHeaders:";
- "viewSourceInEdit:" = "viewSourceInEdit:";
- };
- SUPERCLASS = Object;
- };
- FindPanel = {
- ACTIONS = {
- "enterSelection:" = "enterSelection:";
- "findNext:" = "findNext:";
- "findPanel:" = "findPanel:";
- "findPrevious:" = "findPrevious:";
- };
- OUTLETS = {findPanel = findPanel; };
- SUPERCLASS = Object;
- };
-