All Manuals > LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual

PrevTopContents

Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Non-alaphanumerics

A

abstract classes 1.4.6 : Abstract classes

standard-objc-object 1.2.1 : Objective-C pointers and pointer types , 1.4.1 : Objects and pointers , 1.4.2 : Defining an Objective-C class , define-objc-class

accessors

objc-object-var-value 1.4.7 : Instance variables

add-observer function

addObserver:selector:name:object: Objective-C method add-observer

alloc-init-object function

alloc Objective-C method 1.4.2 : Defining an Objective-C class , alloc-init-object , standard-objc-object

allocWithZone: Objective-C method 1.4.2 : Defining an Objective-C class , standard-objc-object

Apple Interface Builder 3.4.2 : Using a nib file in a LispWorks application

argument conversion 1.3.3 : Special argument and result conversion , 1.4.3.1 : Special method argument and result conversion

array return type 1.3.6 : Invoking a method that returns a string or array

associated objects 1.4.1 : Objects and pointers , 1.4.2 : Defining an Objective-C class , 1.4.2 : Defining an Objective-C class , 1.4.2 : Defining an Objective-C class , 1.4.4 : How inheritance works , 1.4.8 : Memory management

autorelease function 1.3.10 : Memory management

autorelease Objective-C method 1.3.10 : Memory management

autorelease pools 1.3.10 : Memory management

B

boolean return type 1.3.4 : Invoking a method that returns a boolean

boolean type 1.2.2 : Integer and boolean types

C

can-invoke-p function 1.3.9 : Determining whether a method exists , 1.3.11 : Selectors

classes

abstract 1.4.6 : Abstract classes

cocoa-view-pane 5.2.1 : Using Web Kit to display HTML , 5.2.2 : Showing a movie using NSMovieView

defining 1.4.2 : Defining an Objective-C class

class methods 1.3.1 : Simple calls to instance and class methods

class options

:objc-class-name 1.4.2 : Defining an Objective-C class , define-objc-class

:objc-instance-vars 1.4.7 : Instance variables , define-objc-class

:objc-protocols 1.4.9 : Using and declaring formal protocols , define-objc-class

:objc-superclass-name 1.4.4 : How inheritance works , define-objc-class

Cocoa application 3.4 : How to run Cocoa on its own

cocoa-view-pane class 5.2.1 : Using Web Kit to display HTML , 5.2.2 : Showing a movie using NSMovieView

coerce-to-objc-class function 1.4.2 : Defining an Objective-C class

coerce-to-selector function 1.3.11 : Selectors

constants

ns-not-found

conversion

argument and result 1.3.3 : Special argument and result conversion , 1.4.3.1 : Special method argument and result conversion

current-super local macro 1.4.5 : Invoking methods in the superclass

D

data types 1.2 : Objective-C data types

define-c-struct macro 1.2.1 : Objective-C pointers and pointer types

define-objc-class macro 1.4.2 : Defining an Objective-C class , 1.4.4 : How inheritance works , 1.4.6 : Abstract classes

define-objc-class-method macro 1.4.3 : Defining Objective-C methods , 1.4.5 : Invoking methods in the superclass

define-objc-method macro 1.4.3 : Defining Objective-C methods , 1.4.5 : Invoking methods in the superclass

define-objc-protocol macro 1.4.9 : Using and declaring formal protocols

define-objc-struct macro 1.2.1 : Objective-C pointers and pointer types , 1.2.3 : Structure types , 1.3.5 : Invoking a method that returns a structure , 1.4.3.2 : Defining a method that returns a structure

defining

classes 1.4.2 : Defining an Objective-C class

methods 1.4.3 : Defining Objective-C methods

protocols 1.4.9 : Using and declaring formal protocols

structures 1.2.3 : Structure types

description function

E

ensure-objc-initialized function 1.1.1 : Initialization

F

FLI type descriptors

ns-point 1.4.3.1 : Special method argument and result conversion , 1.4.3.1 : Special method argument and result conversion , 3.2 : Types

ns-range 1.4.3.1 : Special method argument and result conversion , 1.4.3.1 : Special method argument and result conversion , 3.2 : Types

ns-rect 1.3.5 : Invoking a method that returns a structure , 1.4.3.1 : Special method argument and result conversion , 1.4.3.1 : Special method argument and result conversion , 3.2 : Types

ns-size 1.4.3.1 : Special method argument and result conversion , 1.4.3.1 : Special method argument and result conversion , 3.2 : Types

objc-at-question-mark

objc-bool 1.2.2 : Integer and boolean types , 1.4.3.1 : Special method argument and result conversion , 1.4.3.1 : Special method argument and result conversion

objc-c++-bool

objc-class 1.2.1 : Objective-C pointers and pointer types , 1.4.1 : Objects and pointers , 1.4.3.1 : Special method argument and result conversion

objc-c-string 1.2.1 : Objective-C pointers and pointer types , 1.4.3.1 : Special method argument and result conversion

objc-object-pointer 1.2.1 : Objective-C pointers and pointer types , 1.2.1 : Objective-C pointers and pointer types , 1.3.6 : Invoking a method that returns a string or array , 1.4.1 : Objects and pointers , 1.4.3.1 : Special method argument and result conversion , 1.4.3.1 : Special method argument and result conversion

objc-unknown

sel 1.2.1 : Objective-C pointers and pointer types , 1.3.11 : Selectors

functions

add-observer

alloc-init-object

autorelease 1.3.10 : Memory management

can-invoke-p 1.3.9 : Determining whether a method exists , 1.3.11 : Selectors

coerce-to-objc-class 1.4.2 : Defining an Objective-C class

coerce-to-selector 1.3.11 : Selectors

description

ensure-objc-initialized 1.1.1 : Initialization

invoke 1.3.1 : Simple calls to instance and class methods , 1.3.2 : Method naming , 1.3.5 : Invoking a method that returns a structure , 1.3.6 : Invoking a method that returns a string or array , 1.3.9 : Determining whether a method exists , 1.4.5 : Invoking methods in the superclass

invoke-bool 1.3.4 : Invoking a method that returns a boolean

invoke-into 1.3.5 : Invoking a method that returns a structure , 1.3.6 : Invoking a method that returns a string or array

make-autorelease-pool 1.3.10 : Memory management

objc-class-method-signature

objc-class-name

objc-object-from-pointer 1.4.1 : Objects and pointers

objc-object-pointer 1.4.1 : Objects and pointers , 1.4.2 : Defining an Objective-C class , standard-objc-object

release 1.3.10 : Memory management

remove-observer

retain 1.3.10 : Memory management

retain-count 1.3.10 : Memory management

selector-name 1.3.11 : Selectors

set-ns-point* 3.2 : Types

set-ns-range* 3.2 : Types

set-ns-rect* 3.2 : Types

set-ns-size* 3.2 : Types

trace-invoke

untrace-invoke

G

generic functions

objc-object-destroyed 1.4.8 : Memory management

I

inheritance 1.4.4 : How inheritance works

:init-function initarg 1.4.2 : Defining an Objective-C class , standard-objc-object

initialization 1.1.1 : Initialization

init Objective-C method 1.4.2 : Defining an Objective-C class , alloc-init-object , standard-objc-object

instance methods 1.3.1 : Simple calls to instance and class methods

instance variables 1.4.7 : Instance variables , objc-object-var-value

integer types 1.2.2 : Integer and boolean types

invoke function 1.3.1 : Simple calls to instance and class methods , 1.3.2 : Method naming , 1.3.5 : Invoking a method that returns a structure , 1.3.6 : Invoking a method that returns a string or array , 1.3.9 : Determining whether a method exists , 1.4.5 : Invoking methods in the superclass

invoke-bool function 1.3.4 : Invoking a method that returns a boolean

invoke-into function 1.3.5 : Invoking a method that returns a structure , 1.3.6 : Invoking a method that returns a string or array

invoking methods 1.3 : Invoking Objective-C methods

L

local macros

current-super 1.4.5 : Invoking methods in the superclass

M

macros

define-c-struct 1.2.1 : Objective-C pointers and pointer types

define-objc-class 1.4.2 : Defining an Objective-C class , 1.4.4 : How inheritance works , 1.4.6 : Abstract classes

define-objc-class-method 1.4.3 : Defining Objective-C methods , 1.4.5 : Invoking methods in the superclass

define-objc-method 1.4.3 : Defining Objective-C methods , 1.4.5 : Invoking methods in the superclass

define-objc-protocol 1.4.9 : Using and declaring formal protocols

define-objc-struct 1.2.1 : Objective-C pointers and pointer types , 1.2.3 : Structure types , 1.3.5 : Invoking a method that returns a structure , 1.4.3.2 : Defining a method that returns a structure

with-autorelease-pool 1.3.10 : Memory management

make-autorelease-pool function 1.3.10 : Memory management

memory management

foreign objects 1.3.10 : Memory management

Lisp objects 1.4.8 : Memory management

methods

check for existence 1.3.9 : Determining whether a method exists

defining 1.4.3 : Defining Objective-C methods

inheritance 1.4.4 : How inheritance works

instance and class 1.3.1 : Simple calls to instance and class methods

invoking 1.3 : Invoking Objective-C methods

naming 1.3.2 : Method naming , 1.4.3 : Defining Objective-C methods

multiple inheritance 1.4.6 : Abstract classes

N

New in LispWorks 7.1

vector types 1.3.8 : Invoking a method that uses vector types

nib file 3.4.2 : Using a nib file in a LispWorks application

NSArray Objective-C class 1.3.6 : Invoking a method that returns a string or array , 1.4.3.1 : Special method argument and result conversion , define-objc-method , define-objc-method , define-objc-method , invoke , invoke-into , invoke-into , invoke-into

ns-not-found constant

NSObject Objective-C class 1.3.10 : Memory management , 1.4.2 : Defining an Objective-C class , 1.4.4 : How inheritance works , define-objc-class

ns-point FLI type descriptor 1.4.3.1 : Special method argument and result conversion , 1.4.3.1 : Special method argument and result conversion , 3.2 : Types

ns-range FLI type descriptor 1.4.3.1 : Special method argument and result conversion , 1.4.3.1 : Special method argument and result conversion , 3.2 : Types

ns-rect FLI type descriptor 1.3.5 : Invoking a method that returns a structure , 1.4.3.1 : Special method argument and result conversion , 1.4.3.1 : Special method argument and result conversion , 3.2 : Types

ns-size FLI type descriptor 1.4.3.1 : Special method argument and result conversion , 1.4.3.1 : Special method argument and result conversion , 3.2 : Types

NSString Objective-C class 1.3.6 : Invoking a method that returns a string or array , 1.4.3.1 : Special method argument and result conversion , define-objc-method , define-objc-method , invoke , invoke-into

O

objc-at-question-mark FLI type descriptor

objc-bool FLI type descriptor 1.2.2 : Integer and boolean types , 1.4.3.1 : Special method argument and result conversion , 1.4.3.1 : Special method argument and result conversion

objc-c++-bool FLI type descriptor

objc-class FLI type descriptor 1.2.1 : Objective-C pointers and pointer types , 1.4.1 : Objects and pointers , 1.4.3.1 : Special method argument and result conversion

objc-class-method-signature function

objc-class-name function

:objc-class-name class option 1.4.2 : Defining an Objective-C class , define-objc-class

objc-c-string FLI type descriptor 1.2.1 : Objective-C pointers and pointer types , 1.4.3.1 : Special method argument and result conversion

:objc-instance-vars class option 1.4.7 : Instance variables , define-objc-class

objc-object-destroyed generic function 1.4.8 : Memory management

objc-object-from-pointer function 1.4.1 : Objects and pointers

objc-object-pointer FLI type descriptor 1.2.1 : Objective-C pointers and pointer types , 1.2.1 : Objective-C pointers and pointer types , 1.3.6 : Invoking a method that returns a string or array , 1.4.1 : Objects and pointers , 1.4.3.1 : Special method argument and result conversion , 1.4.3.1 : Special method argument and result conversion

objc-object-pointer function 1.4.1 : Objects and pointers , 1.4.2 : Defining an Objective-C class , standard-objc-object

objc-object-var-value accessor 1.4.7 : Instance variables

:objc-protocols class option 1.4.9 : Using and declaring formal protocols , define-objc-class

:objc-superclass-name class option 1.4.4 : How inheritance works , define-objc-class

objc-unknown FLI type descriptor

Objective-C classes

NSArray 1.3.6 : Invoking a method that returns a string or array , 1.4.3.1 : Special method argument and result conversion , define-objc-method , define-objc-method , define-objc-method , invoke , invoke-into , invoke-into , invoke-into

NSObject 1.3.10 : Memory management , 1.4.2 : Defining an Objective-C class , 1.4.4 : How inheritance works , define-objc-class

NSString 1.3.6 : Invoking a method that returns a string or array , 1.4.3.1 : Special method argument and result conversion , define-objc-method , define-objc-method , invoke , invoke-into

Objective-C methods

addObserver:selector:name:object: add-observer

alloc 1.4.2 : Defining an Objective-C class , alloc-init-object , standard-objc-object

allocWithZone: 1.4.2 : Defining an Objective-C class , standard-objc-object

autorelease 1.3.10 : Memory management

init 1.4.2 : Defining an Objective-C class , alloc-init-object , standard-objc-object

release 1.3.10 : Memory management

removeObserver:name:object: remove-observer

respondsToSelector: 1.3.9 : Determining whether a method exists , 1.3.11 : Selectors

retain 1.3.10 : Memory management

retainCount 1.3.10 : Memory management

objects and pointers 1.4.1 : Objects and pointers

P

:pointer initarg standard-objc-object

pointers and objects 1.4.1 : Objects and pointers

pointer types 1.2.1 : Objective-C pointers and pointer types

protocols 1.4.9 : Using and declaring formal protocols

R

reference count 1.3.10 : Memory management , 1.4.8 : Memory management

release function 1.3.10 : Memory management

release Objective-C method 1.3.10 : Memory management

remove-observer function

removeObserver:name:object: Objective-C method remove-observer

respondsToSelector: Objective-C method 1.3.9 : Determining whether a method exists , 1.3.11 : Selectors

result conversion 1.3.3 : Special argument and result conversion , 1.4.3.1 : Special method argument and result conversion

retain function 1.3.10 : Memory management

retain-count function 1.3.10 : Memory management

retainCount Objective-C method 1.3.10 : Memory management

retain Objective-C method 1.3.10 : Memory management

return types

array 1.3.6 : Invoking a method that returns a string or array

boolean 1.3.4 : Invoking a method that returns a boolean

string 1.3.6 : Invoking a method that returns a string or array

structure 1.3.5 : Invoking a method that returns a structure , 1.4.3.2 : Defining a method that returns a structure , invoke-into

unsigned char * invoke-into

S

sel FLI type descriptor 1.2.1 : Objective-C pointers and pointer types , 1.3.11 : Selectors

selector-name function 1.3.11 : Selectors

selectors 1.3.11 : Selectors

Self-contained examples

Cocoa and CAPI 5.2 : Displaying Cocoa classes in CAPI windows

Cocoa classes 5.2 : Displaying Cocoa classes in CAPI windows

definitions 5.1 : Example definitions

nib files 5.3 : nib file example

set-ns-point* function 3.2 : Types

set-ns-range* function 3.2 : Types

set-ns-rect* function 3.2 : Types

set-ns-size* function 3.2 : Types

standard-objc-object abstract class 1.2.1 : Objective-C pointers and pointer types , 1.4.1 : Objects and pointers , 1.4.2 : Defining an Objective-C class , define-objc-class

string return type 1.3.6 : Invoking a method that returns a string or array

strings 1.3.3 : Special argument and result conversion , 1.3.6 : Invoking a method that returns a string or array

structure return type 1.3.5 : Invoking a method that returns a structure , 1.4.3.2 : Defining a method that returns a structure , invoke-into

structure types 1.2.3 : Structure types

super 1.4.5 : Invoking methods in the superclass

T

trace-invoke function

U

unsigned char *

return type invoke-into

untrace-invoke function

W

with-autorelease-pool macro 1.3.10 : Memory management

Non-alaphanumerics

@implementation 1.4.3 : Defining Objective-C methods

@interface 1.4.3 : Defining Objective-C methods


LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual - 01 Dec 2021 19:59:18

PrevTopContents

AltStyle によって変換されたページ (->オリジナル) /