home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Lighthouse Design Suite
/
LIGHTHOUSE.mdf
/
Quantrix_1.2
/
Application
/
Quantrix.app
/
English.lproj
/
PFormulaDepiction.nib
/
data.classes
next >
Wrap
Text File
|
1995-03-20
|
2KB
|
110 lines
PFormulaDepiction = {
ACTIONS = {
toggleFormulaVisible:;
};
OUTLETS = {
formulaView;
splitView;
};
SUPERCLASS = PDepiction;
};
PMatrixView = {
ACTIONS = {
jumpToSelection:;
add:;
selectAll:;
delete:;
};
OUTLETS = {
delegate;
};
SUPERCLASS = View;
};
PDocumentSplitView = {
ACTIONS = {
hideFormulaBar:;
showFormulaBar:;
};
OUTLETS = {
};
SUPERCLASS = LTTopBottomSplitView;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
LTCrossSplitView = {
ACTIONS = {
};
OUTLETS = {
topLeftView;
bottomRightView;
topRightView;
bottomLeftView;
};
SUPERCLASS = View;
};
PWorksheetView = {
SUPERCLASS = View;
};
LTTopBottomSplitView = {
ACTIONS = {
};
OUTLETS = {
};
SUPERCLASS = LTCrossSplitView;
};
PDepiction = {
ACTIONS = {
exportTable:;
print:;
windowDidBecomeMain:;
update:;
swapRowsAndColumns:;
windowWillClose:;
windowDidResignMain:;
windowWillResize:;
};
OUTLETS = {
worksheetView;
clone;
};
SUPERCLASS = LTDepiction;
};
PFormulaView = {
ACTIONS = {
copy:;
paste:;
delete:;
};
OUTLETS = {
formulaBarGuy;
};
SUPERCLASS = PMatrixView;
};
LTDepiction = {
ACTIONS = {
windowWillClose:;
cloneDepiction:;
documentWillSave:;
changeLayout:;
orderFront:;
documentDidOpen:;
documentDidSave:;
windowDidMiniaturize:;
setDirty:;
createDepiction:;
endEditing:;
windowDidBecomeMain:;
documentWillClose:;
orderOut:;
windowDidBecomeKey:;
windowDidDeminiaturize:;
};
OUTLETS = {
window;
};
SUPERCLASS = Responder;
};