MBS Xojo Developer Conference and Training
Join us from 11th to 14th September 2013 in Koblenz.
Join us from 11th to 14th September 2013 in Koblenz.
Platforms to show: All Mac Windows Linux Cross-Platform
NSResponderMBS.setMark
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to set a mark at the insertion point or selection, which is used by deleteToMark and selectToMark.
Notes: NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to set a mark at the insertion point or selection, which is used by deleteToMark and selectToMark.
Notes: NSResponder declares but doesn't implement this method.
NSResponderMBS.showContextHelp
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to invoke the help system, displaying information relevant to the receiver and its current state.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to invoke the help system, displaying information relevant to the receiver and its current state.
NSResponderMBS.swapWithMark
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Swaps the mark and the selection or insertion point, so that what was marked is now the selection or insertion point, and what was the insertion point or selection is now the mark.
Notes: NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Swaps the mark and the selection or insertion point, so that what was marked is now the selection or insertion point, and what was the insertion point or selection is now the mark.
Notes: NSResponder declares but doesn't implement this method.
NSResponderMBS.swipeWithEvent(e as NSEventMBS)
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Informs the receiver that the user has begun a rotation gesture.
Notes:
The event will be sent to the view under the touch in the key window.
Available in Mac OS X v10.6 and later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Informs the receiver that the user has begun a rotation gesture.
Notes:
The event will be sent to the view under the touch in the key window.
Available in Mac OS X v10.6 and later.
NSResponderMBS.tabletPoint(e as NSEventMBS)
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Informs the receiver that a tablet-point event has occurred.
Notes:
Tablet events are represented by NSEvent objects of type NSTabletPoint. They describe the current state of a transducer (that is, a pointing device) that is in proximity to its tablet, reflecting changes such as location, pressure, tilt, and rotation. See the NSEvent reference for the methods that allow you to extract this and other information from theEvent. The default implementation of NSResponder passes the message to the next responder.
Available in Mac OS X v10.4 or later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Informs the receiver that a tablet-point event has occurred.
Notes:
Tablet events are represented by NSEvent objects of type NSTabletPoint. They describe the current state of a transducer (that is, a pointing device) that is in proximity to its tablet, reflecting changes such as location, pressure, tilt, and rotation. See the NSEvent reference for the methods that allow you to extract this and other information from theEvent. The default implementation of NSResponder passes the message to the next responder.
Available in Mac OS X v10.4 or later.
NSResponderMBS.tabletProximity(e as NSEventMBS)
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Informs the receiver that a tablet-proximity event has occurred.
Notes:
Tablet events are represented by NSEvent objects of type NSTabletProximity. Tablet devices generate proximity events when the transducer (pointing device) nears a tablet and when it moves away from a tablet. From an event object of this type you can extract information about the kind of device and its capabilities, as well as the relation of this tablet-proximity event to various tablet-point events; see the NSEvent reference for details. The default implementation passes the message to the next responder.
Available in Mac OS X v10.4 or later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Informs the receiver that a tablet-proximity event has occurred.
Notes:
Tablet events are represented by NSEvent objects of type NSTabletProximity. Tablet devices generate proximity events when the transducer (pointing device) nears a tablet and when it moves away from a tablet. From an event object of this type you can extract information about the kind of device and its capabilities, as well as the relation of this tablet-proximity event to various tablet-point events; see the NSEvent reference for details. The default implementation passes the message to the next responder.
Available in Mac OS X v10.4 or later.
NSResponderMBS.transpose
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Transposes the characters to either side of the insertion point and advances the insertion point past both of them. Does nothing to a selected range of text.
Notes: NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Transposes the characters to either side of the insertion point and advances the insertion point past both of them. Does nothing to a selected range of text.
Notes: NSResponder declares but doesn't implement this method.
NSResponderMBS.transposeWords
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Transposes the words to either side of the insertion point and advances the insertion point past both of them. Does nothing to a selected range of text.
Notes: NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Transposes the words to either side of the insertion point and advances the insertion point past both of them. Does nothing to a selected range of text.
Notes: NSResponder declares but doesn't implement this method.
NSResponderMBS.undoManager as NSUndoManagerMBS
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: The undo manager for this item.
Notes: Subclasses may implement this property.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: The undo manager for this item.
Notes: Subclasses may implement this property.
NSResponderMBS.uppercaseWord
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to make uppercase every letter in the word or words surrounding the insertion point or selection, expanding the selection if necessary.
Notes: If either end of the selection partially covers a word, that entire word is made uppercase. NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to make uppercase every letter in the word or words surrounding the insertion point or selection, expanding the selection if necessary.
Notes: If either end of the selection partially covers a word, that entire word is made uppercase. NSResponder declares but doesn't implement this method.
NSResponderMBS.yank
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Replaces the insertion point or selection with text from the kill buffer.
Notes: If invoked sequentially, cycles through the kill buffer in reverse order. See “Standard Action Methods for Selecting and Editing” for more information on the kill buffer. NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Replaces the insertion point or selection with text from the kill buffer.
Notes: If invoked sequentially, cycles through the kill buffer in reverse order. See “Standard Action Methods for Selecting and Editing” for more information on the kill buffer. NSResponder declares but doesn't implement this method.
The items on this page are in the following plugins: MBS Real Studio CocoaBase Plugin.
Links
MBS REAL studio tutorial videos