|
setEnabled:(BOOL)flag |
Sets whether the ActionCell reacts to mouse events |
|
|
setBezeled:(BOOL)flag |
Adds or removes the ActionCell's bezel |
|
|
setBordered:(BOOL)flag |
Adds or removes the ActionCell's border |
|
|
setAlignment:(int)mode |
Sets the ActionCell's text alignment to mode |
|
|
setFloatingPointFormat:(BOOL)autoRange |
Sets the ActionCell's floating point format |
|
left:(unsigned int)leftDigits |
|
|
right:(unsigned int)rightDigits |
|
|
|
setFont:fontObject |
Sets the ActionCell's Font to fontObject |
|
|
setIcon:(const char *)iconName |
Sets the ActionCell's icon to the NXImage named iconName |
|
(double)doubleValue |
Returns the ActionCell's contents as a double |
|
|
(float)floatValue |
Returns the ActionCell's contents as a float |
|
|
(int)intValue |
Returns the ActionCell's contents as an int |
|
|
setStringValue:(const char *)aString |
Sets the ActionCell's contents to a copy of aString |
|
|
setStringValueNoCopy:(char *)aString |
Sets the ActionCell's contents to a aString; will free the |
|
shouldFree:(BOOL)flag |
string when freed if flag is YES |
|
|
(const char *)stringValue |
Returns the ActionCell's contents as a string |
|
+ workspace |
Returns the id of WorkspaceManager |
|
|
loadNibFile:(const char *)filename |
Loads objects built using Interface Builder |
|
owner:anObject |
|
|
|
loadNibFile:(const char *)filename |
Loads objects built using Interface Builder |
|
owner:anObject |
|
|
withNames:(BOOL)flag |
|
|
|
loadNibFile:(const char *)filename |
Loads objects built using Interface Builder |
|
owner:anObject |
|
|
withNames:(BOOL)flag |
|
|
fromZone:(NXZone *)zone |
|
|
|
loadNibSection:(const char *)name |
Loads objects built using Interface Builder |
|
owner:anObject |
|
|
|
loadNibSection:(const char *)name |
Loads objects built using Interface Builder |
|
owner:anObject |
|
|
withNames:(BOOL)flag |
|
|
|
loadNibSection:(const char *)name |
Loads objects built using Interface Builder |
|
owner:anObject |
|
|
withNames:(BOOL)flag |
|
|
(int)activate:(int)contextNumber |
Makes contextNumber the active application |
|
|
(int)activateSelf:(BOOL)flag |
Makes this the active application |
|
|
(int)activeApp |
Returns context number of the active application |
|
|
becomeActiveApp |
Responds to activating the application |
|
|
deactivateSelf |
Deactivates the application |
|
|
(BOOL)isActive |
Returns whether this is the active application |
|
|
resignActiveApp |
Responds to deactivating the application |
|
(NXEvent *)currentEvent |
Returns pointer to the current event |
|
|
(NXEvent *)getNextEvent:(int)mask |
Returns pointer to the next event matching mask |
|
|
(NXEvent *)getNextEvent:(int)mask |
Returns pointer to the next event matching mask |
|
waitFor:(double)timeout |
|
|
threshold:(int)level |
|
|
|
(NXEvent *)peekAndGetNextEvent:(int)mask |
Returns pointer to the next event matching mask |
|
|
(NXEvent *)peekNextEvent:(int)mask |
Returns pointer to the next event matching mask |
|
into:(NXEvent *)eventPtr |
|
|
|
(NXEvent *)peekNextEvent:(int)mask |
Returns pointer to the next event matching mask |
|
into:(NXEvent *)eventPtr |
|
|
waitFor:(float)timeout |
|
|
threshold:(int)level |
|
|
applicationDefined:(NXEvent *)theEvent |
Responds to an application-defined event |
|
|
hide:sender |
Hides all the application's windows |
|
|
(BOOL)isHidden |
YES if windows are hidden |
|
|
(int)unhide |
Responds to message to unhide windows |
|
|
unhide:sender |
Restores hidden windows to the screen |
|
|
unhideWithoutActivation:sender |
Restores hidden windows without activating their owner |
|
|
powerOff:(NXEvent *)theEvent |
Responds to a power-off subevent |
|
|
(int)powerOffIn:(int)ms andSave:(int)aFlag |
Responds to message from Workspace Manager |
|
|
rightMouseDown:(NXEvent *)theEvent |
Causes main menu to pop up under the mouse |
|
|
(int)unmounting:(const char *)fullPath |
Responds to message from Workspace Manager |
|
ok:(int *)flag |
|
|
appIcon |
Returns the Window with the application's icon |
|
|
findWindow:(int)windowNum |
Returns Window object corresponding to windowNum |
|
|
getWindowNumbers:(int **)list |
Gets window numbers for the application's windows |
|
count:(int *)winCount |
|
|
|
keyWindow |
Returns the the key window |
|
|
mainWindow |
Returns the main window |
|
|
makeWindowsPerform:(SEL)aSelector |
Sends aSelector message to the Windows |
|
inOrder:(BOOL)flag |
|
|
|
setAutoupdate:(BOOL)flag |
Sets whether to send Windows update messages |
|
|
updateWindows |
Sends update message to all on-screen Windows |
|
|
windowList |
Returns a List of the application's Windows |
|
|
miniaturizeAll: |
Miniaturizes all the receiver's application windows |
|
|
preventWindowOrdering |
Suppresses usual window ordering entirely |
|
setWindowsMenu:aMenu |
Sets the Windows menu |
|
|
windowsMenu |
Returns the Windows menu |
|
|
arrangeInFront: |
Orders all registered Windows to the front |
|
|
addWindowsItem:aWindow |
Adds a menu item for aWindow |
|
title:(const char *)aString |
|
|
filename:(BOOL)isFilename |
|
|
|
removeWindowsItem:aWindow |
Removes the Window's menu item |
|
|
changeWindowsItem:aWindow |
Changes the Window's menu item |
|
title:(const char *)aString |
|
|
filename:(BOOL)isFilename |
|
|
|
updateWindowsItem:aWindow |
Updates the Window's menu item |
|
appWillInit:sender |
Notifies delegate before initializing¦ |
|
|
appDidInit:sender |
Notifies delegate before getting first event¦ |
|
|
appDidBecomeActive:sender |
Notifies delegate on activating the application |
|
|
appDidResignActive:sender |
Notifies delegate on deactivating the application |
|
|
appDidHide:sender |
Notifies delegate application has been hidden |
|
|
appDidUnhide:sender |
Notifies delegate application has been unhidden |
|
|
appWillUpdate:sender |
Notifies delegate application's windows will be updated |
|
|
appDidUpdate:sender |
Notifies delegate on updating the application's windows |
|
|
(BOOL)appAcceptsAnotherFile:sender |
YES if it's okay to open another file¦ |
|
|
(int)app:sender |
Opens filename¦ |
|
openFile:(const char *)filename |
|
|
type:(const char *)aType |
|
|
|
(int)app:sender |
Opens temporary file filename¦ |
|
openTempFile:(const char *)filename |
|
|
type:(const char *)aType |
|
|
|
(NXDataLinkManager *)app:sender |
Open application to run without user interface¦ |
|
openFileWithoutUI:(const char *)filename |
|
|
type:(const char *)aType |
|
|
|
app:sender |
Notice that operation completed; your arbitrary return¦ |
|
fileOperationCompleted:(int)operation |
|
|
|
app:sender mounted:(const char *)fullPath |
Notification that device at fullPath was mounted¦ |
|
|
(int)app:sender |
Facilitates unmounting a device¦ |
|
unmounting:(const char *)fullPath |
|
|
|
app:sender |
Notification that device at fullPath was unmounted¦ |
|
unmounted:(const char *)fullPath |
|
|
|
appWillTerminate:sender |
Notification that application will terminate¦ |
|
|
app:sender |
Notification that sender will show panel |
|
willShowHelpPanel:panel |
|
|
|
app:sender |
Responds to message from Workspace Manager¦ |
|
powerOffIn:(int)ms |
|
|
andSave:(int)aFlag |
|
|
|
powerOff:(NXEvent *)theEvent |
Responds to a power off subevent |
|
|
app:sender |
Notification that application terminated¦ |
|
setBorderType:(int)aType |
Sets the Box's border to aType |
|
|
(int)borderType |
Returns the Box's border type |
|
|
setTitlePosition:(int)aPosition |
Sets the position of the title to aPosition |
|
|
(int)titlePosition |
Returns the position of the title |
|
|
setTitle:(const char *)aString |
Sets the Box's title to aString |
|
|
(const char *)title |
Returns the title of the Box |
|
|
cell |
Returns the Cell used to draw the title |
|
|
setFont:fontObj |
Sets the Font of the title to fontObj |
|
|
font |
Returns the Font used to draw the title |
|
init |
Initializes a new Button with title "Button" |
|
|
initFrame:(const NXRect *)frameRect |
Initializes a new Button within frameRect |
|
|
initFrame:(const NXRect *)frameRect |
Initializes a new Button within frameRect, |
|
icon:(const char *)iconName |
with the NXImage named iconName as its icon, |
|
tag:(int)anInt |
anInt as its tag, |
|
target:anObject |
anObject as its target object, |
|
action:(SEL)aSelector |
aSelector as its action message, |
|
key:(unsigned short)charCode |
a key equivalent of charCode, |
|
enabled:(BOOL)flag |
and enabled according to flag |
|
|
initFrame:(const NXRect *)frameRect |
Initializes a new Button within frameRect, |
|
title:(const char *)aString |
with aString as its title, |
|
tag:(int)anInt |
anInt as its tag, |
|
target:anObject |
anObject as its target object, |
|
action:(SEL)aSelector |
aSelector as its action message, |
|
key:(unsigned short)charCode |
a key equivalent of charCode, |
|
enabled:(BOOL)flag |
and enabled according to flag |
|
setIcon:(const char *)iconName |
Makes the NXImage named iconName the Button's icon |
|
|
setIcon:(const char *)iconName |
Sets the icon by name, and its position |
|
position:(int)aPosition |
|
|
|
(const char *)icon |
Returns the name of the Button's icon |
|
|
setAltIcon:(const char *)iconName |
Makes the NXImage named iconName the alternate icon |
|
|
(const char *)altIcon |
Returns the name of the Button's alternate icon |
|
|
setImage:image |
Makes the NXImage image the Button's icon |
|
|
image |
Returns the Button's image |
|
|
setAltImage:altImage |
Makes the NXImage image the alternate icon |
|
|
altImage |
Returns the Button's alternate image |
|
|
setIconPosition:(int)aPosition |
Sets the position of the Button's icon |
|
|
(int)iconPosition |
Returns the position of the Button's icon |
|
calcCellSize:(NXSize *)theSize |
Calculates and returns the size of the ButtonCell |
|
inRect:(const NXRect *)aRect |
|
|
|
getDrawRect:(NXRect *)theRect |
Returns the rectangle the ButtonCell draws in |
|
|
getTitleRect:(NXRect *)theRect |
Returns the rectangle the title is drawn in |
|
|
getIconRect:(NXRect *)theRect |
Returns the rectangle the icon is drawn in |
|
setTitle:(const char *)aString |
Makes a copy of aString the ButtonCell's title |
|
|
setTitleNoCopy:(const char *)aString |
Makes aString the ButtonCell's title without copying it |
|
|
(const char *)title |
Returns the ButtonCell's title |
|
|
setAltTitle:(const char *)aString |
Makes a copy of aString the ButtonCell's alternate title |
|
|
(const char *)altTitle |
Returns the ButtonCell's alternate title |
|
|
setFont:fontObject |
Sets the Font used to draw the title |
|
setIcon:(const char *)iconName |
Makes the NXImage named iconName the ButtonCell's icon |
|
|
(const char *)icon |
Returns the name of the ButtonCell's icon |
|
|
setAltIcon:(const char *)iconName |
Makes the NXImage named iconName the ButtonCell's alternate icon |
|
|
(const char *)altIcon |
Returns the name of the ButtonCell's alternate icon |
|
|
setImage:image |
Makes the NXImage object image the ButtonCell's icon |
|
|
image |
Returns the ButtonCell's icon |
|
|
setAltImage:altImage |
Makes the NXImage object image the alternate icon |
|
|
altImage |
Returns the ButtonCell's alternate icon |
|
|
setIconPosition:(int)aPosition |
Sets the position of the ButtonCell's icon to aPosition |
|
|
(int)iconPosition |
Returns the position of the ButtonCell's icon |
|
setDoubleValue:(double)aDouble |
Sets the ButtonCell's state (value) to aDouble |
|
|
(double)doubleValue |
Returns the ButtonCell's state as a double |
|
|
setFloatValue:(float)aFloat |
Sets the ButtonCell's state (value) to aFloat |
|
|
(float)floatValue |
Returns the ButtonCell's state as a float |
|
|
setIntValue:(int)anInt |
Sets the ButtonCell's state (value) to anInt |
|
|
(int)intValue |
Returns the ButtonCell's state as an int |
|
|
setStringValue:(const char *)aString |
Sets the ButtonCell's state (value) to a copy of aString |
|
|
setStringValueNoCopy:(const char *)aString |
Sets the ButtonCell's state (value) to aString |
|
|
(const char *)stringValue |
Returns the ButtonCell's state as a string |
|
calcCellSize:(NXSize *)theSize |
Returns the minimum size needed to display the Cell |
|
|
calcCellSize:(NXSize *)theSize |
Returns the minimum size needed to display the Cell |
|
inRect:(const NXRect *)aRect |
|
|
|
calcDrawInfo:(const NXRect *)aRect |
Implemented by subclasses to recalculate drawing sizes |
|
|
getDrawRect:(NXRect *)theRect |
Returns the rectangle the Cell draws in |
|
|
getIconRect:(NXRect *)theRect |
Returns the rectangle that an icon is drawn in |
|
|
getTitleRect:(NXRect *)theRect |
Returns the rectangle that a title is drawn in |
|
setDoubleValue:(double)aDouble |
Sets the Cell's value to aDouble |
|
|
(double)doubleValue |
Returns the Cell's value as a double |
|
|
setFloatValue:(float)aFloat |
Sets the Cell's value to aFloat |
|
|
(float)floatValue |
Returns the Cell's value as a float |
|
|
setIntValue:(int)anInt |
Sets the Cell's value to anInt |
|
|
(int)intValue |
Returns the Cell's value as an int |
|
|
setStringValue:(const char *)aString |
Sets the Cell's value to a copy of aString |
|
|
setStringValueNoCopy:(const char *)aString |
Sets the Cell's value to aString |
|
|
setStringValueNoCopy:(char *)aString |
Sets the Cell's value to aString; will free the string when |
|
shouldFree:(BOOL)flag |
freed if flag is YES |
|
|
(const char *)stringValue |
Returns the Cell's value as a string |
|
setAlignment:(int)mode |
Sets the alignment of text in the Cell to mode |
|
|
(int)alignment |
Returns the alignment of text in the Cell |
|
|
setFont:fontObject |
Sets the Font used to display text in the Cell to fontObject |
|
|
font |
Returns the Font used to display text in the Cell |
|
|
setEditable:(BOOL)flag |
Sets whether the Cell's text is editable |
|
|
(BOOL)isEditable |
Returns whether the Cell's text is editable |
|
|
setSelectable:(BOOL)flag |
Sets whether the Cell's text is selectable |
|
|
(BOOL)isSelectable |
Returns whether the Cell's text is selectable |
|
|
setScrollable:(BOOL)flag |
Sets whether the Cell scrolls to follow typing |
|
|
(BOOL)isScrollable |
Returns whether the Cell scrolls to follow typing |
|
|
setTextAttributes:textObject |
Sets Text parameters for drawing or editing |
|
|
setWrap:(BOOL)flag |
Sets whether the Cell's text is word-wrapped |
|
+ (BOOL)prefersTrackingUntilMouseUp |
Returns NO, so tracking stops when the mouse leaves the Cell; subclasses may override |
|
|
(int)mouseDownFlags |
Returns the event flags set at the start of mouse tracking |
|
|
getPeriodicDelay:(float*)delay |
Returns repeat values for continuous sending of the action |
|
andInterval:(float*)interval |
|
|
|
(BOOL)trackMouse:(NXEvent *)theEvent |
Controls tracking behavior of the Cell |
|
inRect:(const NXRect *)cellFrame |
|
|
ofView:aView |
|
|
rotate:(NXCoord)angle |
Overriden to disable rotation |
|
|
scale:(NXCoord)x :(NXCoord)y |
Rescales the coordinate system |
|
|
setDrawOrigin:(NXCoord)x :(NXCoord)y |
Sets the origin of the coordinate system |
|
|
setDrawRotation:(NXCoord)angle |
Disables rotation of the coordinate system |
|
|
setDrawSize:(NXCoord)width :(NXCoord)height |
Scales the coordinate system |
|
|
translate:(NXCoord)x :(NXCoord)y |
Shifts the coordinate system |
|
autoscroll:(NXEvent *)theEvent |
Scrolls in response to mouse-dragged events |
|
|
constrainScroll:(NXPoint *)newOrigin |
Prevents scrolling to an undesirable position |
|
|
rawScroll:(const NXPoint *)newOrigin |
Lowest-level unconstrained scrolling routine |
|
|
setCopyOnScroll:(BOOL)flag |
Sets how the visible areas are redrawn |
|
|
setDisplayOnScroll:(BOOL)flag |
Sets how the document view is displayed during scrolling |
|
setDoubleValue:(double)aDouble |
Sets the Control's value to aDouble |
|
|
(double)doubleValue |
Returns the Control's value as a double |
|
|
setFloatValue:(float)aFloat |
Sets the Control's value to aFloate |
|
|
(float)floatValue |
Returns the Control's value as a float |
|
|
setIntValue:(int)anInt |
Sets the Control's value to anInt |
|
|
(int)intValue |
Returns the Control's value as an int |
|
|
setStringValue:(const char *)aString |
Sets the Control's value to aString |
|
|
setStringValueNoCopy:(const char *)aString |
Sets the Control's value to aString |
|
|
setStringValueNoCopy:(char *)aString |
Sets the Control's value to aString |
|
shouldFree:(BOOL)flag |
|
|
|
(const char *)stringValue |
Returns the Control's value as a string |
|
setAction:(SEL)aSelector |
Sets the Control's action method to aSelector |
|
|
(SEL)action |
Returns the Control's action method |
|
|
setTarget:anObject |
Sets the Control's target object to anObject |
|
|
target |
Returns the Control's target object |
|
|
setContinuous:(BOOL)flag |
Sets whether the Control continuously sends its action |
|
|
(BOOL)isContinuous |
Returns whether the Control continuously sends its action |
|
|
sendAction:(SEL)theAction to:theTarget |
Has the Application object send theAction to theTarget |
|
|
(int)sendActionOn:(int)mask |
Determines when the action is sent while tracking |
|
+ newFont:(const char *)fontName |
Returns the specified Font object |
|
size:(float)fontSize |
|
|
|
+ newFont:(const char *)fontName |
Returns the specified Font object |
|
size:(float)fontSize |
|
|
matrix:(const float *)fontMatrix |
|
|
|
+ newFont:(const char *)fontName |
Returns the specified Font object |
|
size:(float)fontSize |
|
|
style:(int)fontStyle |
|
|
matrix:(const float *)fontMatrix |
|
|
|
+ boldSystemFontOfSize:(float)fontSize |
Returns the Font object representing the bold system |
|
matrix:(const float *)fontMatrix |
font of size fontSize and matrix fontMatrix |
|
|
+ userFixedPitchFontOfSize:(float)fontSize |
Returns the Font object representing the application's |
|
matrix:(const float *)fontMatrix |
fixed-pitch font of size fontSize and matrix fontMatrix |
|
|
+ userFontOfSize:(float)fontSize |
Returns the Font object representing the application's |
|
matrix:(const float *)fontMatrix |
standard font of size fontSize and matrix fontMatrix |
|
|
+ systemFontOfSize:(float)fontSize |
Returns the Font object representing the system |
|
matrix:(const float *)fontMatrix |
font of size fontSize and matrix fontMatrix |
|
|
free |
Has no effect |
|
(const float *)displayName |
Returns the full name of the font |
|
|
(const float *)familyName |
Returns the name of the font's family |
|
|
(const char *)name |
Returns the name of the font |
|
|
(int)fontNum |
Returns the Window Server's font number |
|
|
(float)getWidthOf:(const char *)string |
Returns the width of string in this font |
|
|
(BOOL)hasMatrix |
Returns whether font differs from identity matrix |
|
|
(const float *)matrix |
Returns a pointer to the font matrix |
|
|
(NXFontMetrics *)metrics |
Returns pointer to a record of font information |
|
|
(float)pointSize |
Returns the size of the font in points |
|
|
(NXFontMetrics *)readMetrics:(int)flags |
Reads flags information into the font record |
|
|
screenFont |
Returns the screen font for this font |
|
|
(int)style |
Returns the font style |
|
convertFont:fontObj |
Converts the font in response to changeFont: |
|
|
convertWeight:(BOOL)upFlag of:fontObj |
Raises or lowers the weight of the font |
|
|
convert:fontObj toFace:(const char *)typeface |
Converts the font to the specified typeface |
|
|
convert:fontObj toFamily:(const char *)family |
Converts the font to the specified family |
|
|
convert:fontObj toSize:(float)size |
Converts the font to the specified point size |
|
|
convert:fontObj |
Converts the font to have the specified trait |
|
toHaveTrait:(NXFontTraitMask)trait |
|
|
|
convert:fontObj |
Converts the font to remove the specified trait |
|
toNotHaveTrait:(NXFontTraitMask)trait |
|
|
|
findFont:(const char *)family |
Tries to find a font that matches the specified characteristics |
|
traits:(NXFontTraitMask)traits |
|
|
weight:(int)weight |
|
|
size:(float)size |
|
|
|
getFamily:(const char **)family |
Provides the characteristics of the given fontObj |
|
traits:(NXFontTraitMask *)traits |
|
|
weight:(int *)weight |
|
|
size:(float *)size |
|
|
ofFont:fontObj |
|
|
addEntry:(const char *)title |
Adds a new entry with title as its title at the end of the Form |
|
|
addEntry:(const char *)title |
Adds a new entry with title as its title at the end of the Form |
|
tag:(int)anInt |
and sets its tag, target, and action |
|
target:anObject |
|
|
action:(SEL)aSelector |
|
|
|
insertEntry:(const char *)title at:(int)index |
Inserts a new entry with title as its title at index |
|
|
insertEntry:(const char *)title |
Inserts a new entry with title as its title at index and sets |
|
at:(int)index |
its tag, target, and action |
|
tag:(int)anInt |
|
|
target:anObject |
|
|
action:(SEL)aSelector |
|
|
|
removeEntryAt:(int)index |
Removes the entry at index |
|
|
setInterline:(NXCoord)spacing |
Sets the spacing between entries |
|
setBezeled:(BOOL)flag |
Sets whether entries have a bezeled border |
|
|
setBordered:(BOOL)flag |
Sets whether the entries have a plain border |
|
|
setFont:fontObject |
Sets the Font used to draw both titles and text |
|
|
setTitleFont:fontObject |
Sets the Font used to draw entry titles |
|
|
setTextFont:fontObject |
Sets the Font used to draw entry text |
|
|
setTitleAlignment:(int)mode |
Sets how titles are aligned |
|
|
setTextAlignment:(int)mode |
Sets how text is aligned within the entries |
|
setDoubleValue:(double)aDouble at:(int)index |
Sets the value of the entry at index to aDouble |
|
|
(double)doubleValueAt:(int)index |
Returns the value of the entry at index as a double |
|
|
setFloatValue:(float)aFloat at:(int)index |
Sets the value of the entry at index to aFloat |
|
|
(float)floatValueAt:(int)index |
Returns the value of the entry at index as a float |
|
|
setIntValue:(int)anInt at:(int)index |
Sets the value of the entry at index to anInt |
|
|
(int)intValueAt:(int)index |
Returns the value of the entry at index as an int |
|
setTitle:(const char *)aString |
Sets the FormCell's title to aString |
|
|
(const char *)title |
Returns the FormCell's title |
|
|
setTitleFont:fontObject |
Sets the Font used to draw the title |
|
|
titleFont |
Returns the Font used to draw the title |
|
|
setTitleAlignment:(int)mode |
Sets the alignment of the title |
|
|
(int)titleAlignment |
Returns the alignment of the title |
|
|
setTitleWidth:(NXCoord)width |
Sets the width of the FormCell's title field to width |
|
|
(NXCoord)titleWidth:(const NXSize *)aSize |
Returns the width of the title, constrained to aSize |
|
|
(NXCoord)titleWidth |
Returns the width of the title |
|
addPort |
Sets procedure to receive messages at port |
|
|
removePort |
Removes procedure that receives messages |
|
|
(int)checkInAs:(const char *)name |
Allocates a port and registers it as name |
|
|
(int)usePrivatePort |
Allocates a port but doesn't register it |
|
|
(int)checkOut |
Unregisters the port, making it private |
|
|
(port_t)listenPort |
Returns the Listener's port |
|
|
(port_t)signaturePort |
Returns the port used to validate the Listener |
|
|
(const char *)portName |
Returns registered name of the Listener's port |
|
|
setPriority:(int)level |
Sets the priority for receiving messages to level |
|
|
(int)priority |
Returns priority level for receiving messages |
|
|
setTimeout:(int)ms |
Sets how long to wait on sending reply |
|
|
(int)timeout |
Returns how long to wait on sending reply |
|
|
+ run |
Enables Listener in absence of an Application object |
|
(int)msgCalc:(int *)flag |
Receives message to update the current window |
|
|
(int)msgCopyAsType:(const char *)aType |
Receives message to copy the selection |
|
ok:(int *)flag |
|
|
|
(int)msgCutAsType:(const char *)aType |
Receives message to cut selection as aType data |
|
ok:(int *)flag |
|
|
|
(int)msgDirectory:(char *const *)fullPath |
Receives message asking for the current directory |
|
ok:(int *)flag |
|
|
|
(int)msgFile:(char *const *)fullPath |
Receives message asking for the current document |
|
ok:(int *)flag |
|
|
|
(int)msgPaste:(int *)flag |
Receives message to paste data from pasteboard |
|
|
(int)msgPosition:(char *const *)aString |
Receives message requesting selection information |
|
posType:(int *)anInt |
|
|
ok:(int *)flag |
|
|
|
(int)msgPrint:(const char *)fullPath |
Receives message to print the fullPath file |
|
ok:(int *)flag |
|
|
|
(int)msgQuit:(int *)flag |
Receives a remote message to quit |
|
|
(int)msgSelection:(char *const *)bytes |
Receives message requesting the current selection |
|
length:(int *)numBytes |
|
|
asType:(const char *)aType |
|
|
ok:(int *)flag |
|
|
|
(int)msgSetPosition:(const char *)aString |
Receives message to scroll so aString is visible |
|
posType:(int)anInt |
|
|
andSelect:(int)selectFlag |
|
|
ok:(int *)flag |
|
|
|
(int)msgVersion:(char *const *)aString |
Receives message requesting version information |
|
ok:(int *)flag |
|
|
initFrame:(const NXRect *)frameRect |
Initializes a new Matrix object in frameRect |
|
|
initFrame:(const NXRect *)frameRect |
Initializes a new Matrix object in frameRect, |
|
mode:(int)aMode |
with aMode as the selection mode, |
|
cellClass:classId |
classId as the class used to make new Cells, |
|
numRows:(int)numRows |
and having numRows rows |
|
numCols:(int)numCols |
and numCols columns |
|
|
initFrame:(const NXRect *)frameRect |
Initializes a new Matrix object with the given values |
|
mode:(int)aMode |
with aMode as the selection mode, |
|
prototype:aCell |
aCell as the prototype copied to make new Cells, |
|
numRows:(int)numRows |
and having numRows rows |
|
numCols:(int)numCols |
and numCols columns |
|
|
free |
Deallocates the Matrix and all its Cells |
|
addCol |
Adds a new column of Cells to the bottom of the Matrix |
|
|
addRow |
Adds a new row of Cells to the right of the Matrix |
|
|
insertColAt:(int)col |
Inserts a new column of Cells at col, creating as many as needed to make the Matrix col columns wide |
|
|
insertRowAt:(int)row |
Inserts a new row of Cells at row, creating as many as needed to make the Matrix row rows wide |
|
|
removeColAt:(int)col andFree:(BOOL)flag |
Removes the column at col, freeing the Cells if flag is YES |
|
|
removeRowAt:(int)row andFree:(BOOL)flag |
Removes the row at row, freeing the Cells if flag is YES |
|
|
makeCellAt:(int)row :(int)col |
Creates a new Cell at row, col in the Matrix and returns it |
|
|
putCell:newCell at:(int)row :(int)col |
Replaces Cell at row and col with newCell; returns old Cell |
|
|
renewRows:(int)newRows cols:(int)newCols |
Changes the number of rows and columns in Matrix without freeing any Cells |
|
|
setCellSize:(const NXSize *)aSize |
Sets the width and height of all Cells in the Matrix |
|
|
getCellSize:(NXSize *)theSize |
Gets the width and height of Cells in the Matrix |
|
|
getCellFrame:(NXRect *)theRect |
Returns the frame of the Cell at row and col |
|
at:(int)row |
|
|
:(int)col |
|
|
|
setIntercell:(const NXSize *)aSize |
Sets the vertical and horizontal spacing between Cells |
|
|
getIntercell:(NXSize *)theSize |
Gets the vertical and horizontal spacing between Cells |
|
|
(int)cellCount |
Returns the number of Cells in the Matrix |
|
|
getNumRows:(int *)rowCount |
Gets the number of rows and columns in the Matrix |
|
numCols:(int *)colCount |
|
|
selectCell:aCell |
Selects the Cell aCell if it is in the Matrix |
|
|
selectCellAt:(int)row :(int)col |
Selects the Cell at row and col |
|
|
selectCellWithTag:(int)anInt |
Selects the Cell with the tag anInt |
|
|
setSelectionFrom:(int)startPos |
Selects the Cells in the Matrix from startPos to endPos, |
|
to:(int)endPos |
counting in row order from the upper left, as though |
|
anchor:(int)anchorPos |
anchorPos were the number of the last Cell selected, |
|
lit:(BOOL)flag |
and highlighting the Cells according to flag |
|
|
selectAll:sender |
Selects all the Cells in the Matrix |
|
|
selectedCell |
Returns the last (lowest and rightmost) selected Cell |
|
|
getSelectedCells:(List *)aList |
Puts the selected Cells into aList and returns the List |
|
|
(int)selectedCol |
Returns the column of the selected Cell |
|
|
(int)selectedRow |
Returns the row of the selected Cell |
|
|
clearSelectedCell |
Deselects the selected Cell |
|
setBackgroundColor:(NXColor)aColor |
Sets the color of the background between Cells to aColor |
|
|
(NXColor)backgroundColor |
Returns the color of the background between Cells |
|
|
setBackgroundGray:(float)value |
Sets the gray of the background between Cells to value |
|
|
(float)backgroundGray |
Returns the gray of the background between Cells |
|
|
setCellBackgroundColor:(NXColor)aColor |
Sets the color of the background within Cells to aColor |
|
|
(NXColor)cellBackgroundColor |
Returns the color of the background within Cells |
|
|
setCellBackgroundGray:(float)value |
Sets the gray of the background within Cells to value |
|
|
(float)cellBackgroundGray |
Returns the gray of the background within Cells |
|
|
setBackgroundTransparent:(BOOL)flag |
Sets whether the background between Cells is transparent |