GormHeadersPref class documentation

Authors

Generated by buildd

Software documentation for the GormHeadersPref class

GormHeadersPref : NSObject

Declared in:
GormPrefs/GormHeadersPref.h
Description forthcoming.

Instance Variables

Method summary

addAction: 

- (void) addAction: (id)sender;
Add a header.

preloadAction: 

- (void) preloadAction: (id)sender;
Called when the "preload" switch is set.

removeAction: 

- (void) removeAction: (id)sender;
Remove a header.

view 

- (NSView*) view;
View to show in prefs panel.



Instance Variables for GormHeadersPref Class

_view

@protected id _view;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

addButton

@protected id addButton;
Description forthcoming.

headers

@protected NSMutableArray* headers;
Description forthcoming.

preloadButton

@protected id preloadButton;
Description forthcoming.

removeButton

@protected id removeButton;
Description forthcoming.

table

@protected id table;
Description forthcoming.

window

@protected id window;
Description forthcoming.