LibreOffice Module vcl (master) 1
Instance Methods | Class Methods | Protected Attributes | List of all members
SalFrameView Class Reference

#import <salframeview.h>

Inheritance diagram for SalFrameView:
[legend]
Collaboration diagram for SalFrameView:
[legend]

Instance Methods

(id) - initWithSalFrame:
 
(void) - dealloc
 
(AquaSalFrame *) - getSalFrame
 
(BOOL- acceptsFirstResponder
 
(BOOL- acceptsFirstMouse:
 
(BOOL- isOpaque
 
(void) - drawRect:
 
(void) - mouseDown:
 
(void) - mouseDragged:
 
(void) - mouseUp:
 
(void) - mouseMoved:
 
(void) - mouseEntered:
 
(void) - mouseExited:
 
(void) - rightMouseDown:
 
(void) - rightMouseDragged:
 
(void) - rightMouseUp:
 
(void) - otherMouseDown:
 
(void) - otherMouseDragged:
 
(void) - otherMouseUp:
 
(void) - scrollWheel:
 
(void) - magnifyWithEvent:
 
(void) - rotateWithEvent:
 
(void) - swipeWithEvent:
 
(void) - keyDown:
 
(void) - flagsChanged:
 
(void) - sendMouseEventToFrame:button:eventtype:
 
(BOOL- sendKeyInputAndReleaseToFrame:character:
 
(BOOL- sendKeyInputAndReleaseToFrame:character:modifiers:
 
(BOOL- sendKeyToFrameDirect:character:modifiers:
 
(BOOL- sendSingleCharacter:
 
(BOOL- handleKeyDownException:
 
(void) - clearLastEvent
 
(void) - clearLastMarkedText
 
(void) - insertText:replacementRange:
 
(void) - insertTab:
 
(void) - insertBacktab:
 
(void) - moveLeft:
 
(void) - moveLeftAndModifySelection:
 
(void) - moveBackwardAndModifySelection:
 
(void) - moveRight:
 
(void) - moveRightAndModifySelection:
 
(void) - moveForwardAndModifySelection:
 
(void) - moveUp:
 
(void) - moveDown:
 
(void) - moveWordBackward:
 
(void) - moveWordBackwardAndModifySelection:
 
(void) - moveWordLeftAndModifySelection:
 
(void) - moveWordForward:
 
(void) - moveWordForwardAndModifySelection:
 
(void) - moveWordRightAndModifySelection:
 
(void) - moveToEndOfLine:
 
(void) - moveToRightEndOfLine:
 
(void) - moveToLeftEndOfLine:
 
(void) - moveToEndOfLineAndModifySelection:
 
(void) - moveToRightEndOfLineAndModifySelection:
 
(void) - moveToLeftEndOfLineAndModifySelection:
 
(void) - moveToBeginningOfLine:
 
(void) - moveToBeginningOfLineAndModifySelection:
 
(void) - moveToEndOfParagraph:
 
(void) - moveToEndOfParagraphAndModifySelection:
 
(void) - moveToBeginningOfParagraph:
 
(void) - moveToBeginningOfParagraphAndModifySelection:
 
(void) - moveParagraphForward:
 
(void) - moveParagraphForwardAndModifySelection:
 
(void) - moveParagraphBackward:
 
(void) - moveParagraphBackwardAndModifySelection:
 
(void) - moveToEndOfDocument:
 
(void) - scrollToEndOfDocument:
 
(void) - moveToEndOfDocumentAndModifySelection:
 
(void) - moveToBeginningOfDocument:
 
(void) - scrollToBeginningOfDocument:
 
(void) - moveToBeginningOfDocumentAndModifySelection:
 
(void) - insertNewline:
 
(void) - deleteBackward:
 
(void) - deleteForward:
 
(void) - cancelOperation:
 
(void) - deleteBackwardByDecomposingPreviousCharacter:
 
(void) - deleteWordBackward:
 
(void) - deleteWordForward:
 
(void) - deleteToBeginningOfLine:
 
(void) - deleteToEndOfLine:
 
(void) - deleteToBeginningOfParagraph:
 
(void) - deleteToEndOfParagraph:
 
(void) - insertLineBreak:
 
(void) - insertParagraphSeparator:
 
(void) - selectWord:
 
(void) - selectLine:
 
(void) - selectParagraph:
 
(void) - selectAll:
 
(void) - noop:
 
(void) - resetCursorRects
 
(css::accessibility::XAccessibleContext *) - accessibleContext
 
(id) - parentAttribute
 
(NSWindow *) - windowForParent
 
(void) - registerMouseEventListener:
 
(void) - unregisterMouseEventListener:
 
(NSDragOperation) - draggingEntered:
 
(NSDragOperation) - draggingUpdated:
 
(void) - draggingExited:
 
(BOOL- prepareForDragOperation:
 
(BOOL- performDragOperation:
 
(void) - concludeDragOperation:
 
(void) - registerDraggingDestinationHandler:
 
(void) - unregisterDraggingDestinationHandler:
 
(void) - endExtTextInput
 
(void) - endExtTextInput:
 
(void) - deleteTextInputWantsNonRepeatKeyDown
 
(void) - insertRegisteredWrapperIntoWrapperRepository
 
(void) - registerWrapper
 
(void) - revokeWrapper
 
(id) - accessibilityAttributeValue:
 
(BOOL- accessibilityIsIgnored
 
(NSArray *) - accessibilityAttributeNames
 
(BOOL- accessibilityIsAttributeSettable:
 
(NSArray *) - accessibilityParameterizedAttributeNames
 
(BOOL- accessibilitySetOverrideValue:forAttribute:
 
(void) - accessibilitySetValue:forAttribute:
 
(id) - accessibilityAttributeValue:forParameter:
 
(id) - accessibilityFocusedUIElement
 
(NSString *) - accessibilityActionDescription:
 
(void) - accessibilityPerformAction:
 
(NSArray *) - accessibilityActionNames
 
(id) - accessibilityHitTest:
 
(NSArray *) - accessibilityVisibleChildren
 
(NSArray *) - accessibilitySelectedChildren
 
(NSArray *) - accessibilityChildren
 
(NSArray< id< NSAccessibilityElement > > *) - accessibilityChildrenInNavigationOrder
 

Class Methods

(void) + unsetMouseFrame:
 

Protected Attributes

AquaSalFramempFrame
 
AquaA11yWrappermpChildWrapper
 
BOOL mbNeedChildWrapper
 
NSEvent * mpLastEvent
 
BOOL mbNeedSpecialKeyHandle
 
BOOL mbInKeyInput
 
BOOL mbKeyHandled
 
NSRange mMarkedRange
 
NSRange mSelectedRange
 
id mpMouseEventListener
 
id mDraggingDestinationHandler
 
NSEvent * mpLastSuperEvent
 
NSTimeInterval mfLastMagnifyTime
 
float mfMagnifyDeltaSum
 
BOOL mbInEndExtTextInput
 
BOOL mbInCommitMarkedText
 
NSAttributedString * mpLastMarkedText
 
BOOL mbTextInputWantsNonRepeatKeyDown
 

Detailed Description

Definition at line 85 of file salframeview.h.

Method Documentation

◆ acceptsFirstMouse:

- (BOOL) acceptsFirstMouse: (NSEvent *)  pEvent

◆ acceptsFirstResponder

- (BOOL) acceptsFirstResponder

◆ accessibilityActionDescription:

- (NSString *) accessibilityActionDescription: (NSString *)  pAction

◆ accessibilityActionNames

- (NSArray *) accessibilityActionNames

◆ accessibilityAttributeNames

- (NSArray *) accessibilityAttributeNames

◆ accessibilityAttributeValue:

- (id) accessibilityAttributeValue: (NSString *)  pAttribute

◆ accessibilityAttributeValue:forParameter:

- (id) accessibilityAttributeValue: (NSString *)  pAttribute
forParameter: (id)  pParameter 

◆ accessibilityChildren

- (NSArray *) accessibilityChildren

◆ accessibilityChildrenInNavigationOrder

- (NSArray< id< NSAccessibilityElement > > *) accessibilityChildrenInNavigationOrder

◆ accessibilityFocusedUIElement

- (id) accessibilityFocusedUIElement

◆ accessibilityHitTest:

- (id) accessibilityHitTest: (NSPoint)  aPoint

◆ accessibilityIsAttributeSettable:

- (BOOL) accessibilityIsAttributeSettable: (NSString *)  pAttribute

◆ accessibilityIsIgnored

- (BOOL) accessibilityIsIgnored

◆ accessibilityParameterizedAttributeNames

- (NSArray *) accessibilityParameterizedAttributeNames

◆ accessibilityPerformAction:

- (void) accessibilityPerformAction: (NSString *)  pAction

◆ accessibilitySelectedChildren

- (NSArray *) accessibilitySelectedChildren

◆ accessibilitySetOverrideValue:forAttribute:

- (BOOL) accessibilitySetOverrideValue: (id)  pValue
forAttribute: (NSString *)  pAttribute 

◆ accessibilitySetValue:forAttribute:

- (void) accessibilitySetValue: (id)  pValue
forAttribute: (NSString *)  pAttribute 

◆ accessibilityVisibleChildren

- (NSArray *) accessibilityVisibleChildren

◆ accessibleContext

- accessibility:

◆ cancelOperation:

- (void) cancelOperation: (id)  aSender

◆ clearLastEvent

- (void) clearLastEvent

◆ clearLastMarkedText

- (void) clearLastMarkedText

◆ concludeDragOperation:

- (void) concludeDragOperation: (id< NSDraggingInfo >)  sender

◆ dealloc

- (void) dealloc

◆ deleteBackward:

- (void) deleteBackward: (id)  aSender

◆ deleteBackwardByDecomposingPreviousCharacter:

- (void) deleteBackwardByDecomposingPreviousCharacter: (id)  aSender

◆ deleteForward:

- (void) deleteForward: (id)  aSender

◆ deleteTextInputWantsNonRepeatKeyDown

- (void) deleteTextInputWantsNonRepeatKeyDown

◆ deleteToBeginningOfLine:

- (void) deleteToBeginningOfLine: (id)  aSender

◆ deleteToBeginningOfParagraph:

- (void) deleteToBeginningOfParagraph: (id)  aSender

◆ deleteToEndOfLine:

- (void) deleteToEndOfLine: (id)  aSender

◆ deleteToEndOfParagraph:

- (void) deleteToEndOfParagraph: (id)  aSender

◆ deleteWordBackward:

- (void) deleteWordBackward: (id)  aSender

◆ deleteWordForward:

- (void) deleteWordForward: (id)  aSender

◆ draggingEntered:

- (NSDragOperation) draggingEntered: (id< NSDraggingInfo >)  sender

◆ draggingExited:

- (void) draggingExited: (id< NSDraggingInfo >)  sender

◆ draggingUpdated:

- (NSDragOperation) draggingUpdated: (id< NSDraggingInfo >)  sender

◆ drawRect:

- (void) drawRect: (NSRect)  aRect

◆ endExtTextInput

- (void) endExtTextInput

◆ endExtTextInput:

- (void) endExtTextInput: (EndExtTextInputFlags nFlags

◆ flagsChanged:

- (void) flagsChanged: (NSEvent *)  pEvent

◆ getSalFrame

- (AquaSalFrame *) getSalFrame

◆ handleKeyDownException:

- (BOOL) handleKeyDownException: (NSEvent *)  pEvent

◆ initWithSalFrame:

- (id) initWithSalFrame: (AquaSalFrame *)  pFrame

◆ insertBacktab:

- (void) insertBacktab: (id)  aSender

◆ insertLineBreak:

- (void) insertLineBreak: (id)  aSender

◆ insertNewline:

- (void) insertNewline: (id)  aSender

◆ insertParagraphSeparator:

- (void) insertParagraphSeparator: (id)  aSender

◆ insertRegisteredWrapperIntoWrapperRepository

- (void) insertRegisteredWrapperIntoWrapperRepository

◆ insertTab:

- (void) insertTab: (id)  aSender

◆ insertText:replacementRange:

- (void) insertText: (id)  aString
replacementRange: (NSRange)  replacementRange 

◆ isOpaque

- (BOOL) isOpaque

◆ keyDown:

- (void) keyDown: (NSEvent *)  pEvent

◆ magnifyWithEvent:

- (void) magnifyWithEvent: (NSEvent *)  pEvent

◆ mouseDown:

- (void) mouseDown: (NSEvent *)  pEvent

◆ mouseDragged:

- (void) mouseDragged: (NSEvent *)  pEvent

◆ mouseEntered:

- (void) mouseEntered: (NSEvent *)  pEvent

◆ mouseExited:

- (void) mouseExited: (NSEvent *)  pEvent

◆ mouseMoved:

- (void) mouseMoved: (NSEvent *)  pEvent

◆ mouseUp:

- (void) mouseUp: (NSEvent *)  pEvent

◆ moveBackwardAndModifySelection:

- (void) moveBackwardAndModifySelection: (id)  aSender

◆ moveDown:

- (void) moveDown: (id)  aSender

◆ moveForwardAndModifySelection:

- (void) moveForwardAndModifySelection: (id)  aSender

◆ moveLeft:

- (void) moveLeft: (id)  aSender

◆ moveLeftAndModifySelection:

- (void) moveLeftAndModifySelection: (id)  aSender

◆ moveParagraphBackward:

- (void) moveParagraphBackward: (id)  aSender

◆ moveParagraphBackwardAndModifySelection:

- (void) moveParagraphBackwardAndModifySelection: (id)  aSender

◆ moveParagraphForward:

- (void) moveParagraphForward: (id)  aSender

◆ moveParagraphForwardAndModifySelection:

- (void) moveParagraphForwardAndModifySelection: (id)  aSender

◆ moveRight:

- (void) moveRight: (id)  aSender

◆ moveRightAndModifySelection:

- (void) moveRightAndModifySelection: (id)  aSender

◆ moveToBeginningOfDocument:

- (void) moveToBeginningOfDocument: (id)  aSender

◆ moveToBeginningOfDocumentAndModifySelection:

- (void) moveToBeginningOfDocumentAndModifySelection: (id)  aSender

◆ moveToBeginningOfLine:

- (void) moveToBeginningOfLine: (id)  aSender

◆ moveToBeginningOfLineAndModifySelection:

- (void) moveToBeginningOfLineAndModifySelection: (id)  aSender

◆ moveToBeginningOfParagraph:

- (void) moveToBeginningOfParagraph: (id)  aSender

◆ moveToBeginningOfParagraphAndModifySelection:

- (void) moveToBeginningOfParagraphAndModifySelection: (id)  aSender

◆ moveToEndOfDocument:

- (void) moveToEndOfDocument: (id)  aSender

◆ moveToEndOfDocumentAndModifySelection:

- (void) moveToEndOfDocumentAndModifySelection: (id)  aSender

◆ moveToEndOfLine:

- (void) moveToEndOfLine: (id)  aSender

◆ moveToEndOfLineAndModifySelection:

- (void) moveToEndOfLineAndModifySelection: (id)  aSender

◆ moveToEndOfParagraph:

- (void) moveToEndOfParagraph: (id)  aSender

◆ moveToEndOfParagraphAndModifySelection:

- (void) moveToEndOfParagraphAndModifySelection: (id)  aSender

◆ moveToLeftEndOfLine:

- (void) moveToLeftEndOfLine: (id)  aSender

◆ moveToLeftEndOfLineAndModifySelection:

- (void) moveToLeftEndOfLineAndModifySelection: (id)  aSender

◆ moveToRightEndOfLine:

- (void) moveToRightEndOfLine: (id)  aSender

◆ moveToRightEndOfLineAndModifySelection:

- (void) moveToRightEndOfLineAndModifySelection: (id)  aSender

◆ moveUp:

- (void) moveUp: (id)  aSender

◆ moveWordBackward:

- (void) moveWordBackward: (id)  aSender

◆ moveWordBackwardAndModifySelection:

- (void) moveWordBackwardAndModifySelection: (id)  aSender

◆ moveWordForward:

- (void) moveWordForward: (id)  aSender

◆ moveWordForwardAndModifySelection:

- (void) moveWordForwardAndModifySelection: (id)  aSender

◆ moveWordLeftAndModifySelection:

- (void) moveWordLeftAndModifySelection: (id)  aSender

◆ moveWordRightAndModifySelection:

- (void) moveWordRightAndModifySelection: (id)  aSender

◆ noop:

- (void) noop: (id)  aSender

◆ otherMouseDown:

- (void) otherMouseDown: (NSEvent *)  pEvent

◆ otherMouseDragged:

- (void) otherMouseDragged: (NSEvent *)  pEvent

◆ otherMouseUp:

- (void) otherMouseUp: (NSEvent *)  pEvent

◆ parentAttribute

- (id) parentAttribute

◆ performDragOperation:

- (BOOL) performDragOperation: (id< NSDraggingInfo >)  sender

◆ prepareForDragOperation:

- (BOOL) prepareForDragOperation: (id< NSDraggingInfo >)  sender

◆ registerDraggingDestinationHandler:

- (void) registerDraggingDestinationHandler: (id)  theHandler

◆ registerMouseEventListener:

- (void) registerMouseEventListener: (id)  theListener

◆ registerWrapper

- (void) registerWrapper

◆ resetCursorRects

- (void) resetCursorRects

◆ revokeWrapper

- (void) revokeWrapper

◆ rightMouseDown:

- (void) rightMouseDown: (NSEvent *)  pEvent

◆ rightMouseDragged:

- (void) rightMouseDragged: (NSEvent *)  pEvent

◆ rightMouseUp:

- (void) rightMouseUp: (NSEvent *)  pEvent

◆ rotateWithEvent:

- (void) rotateWithEvent: (NSEvent *)  pEvent

◆ scrollToBeginningOfDocument:

- (void) scrollToBeginningOfDocument: (id)  aSender

◆ scrollToEndOfDocument:

- (void) scrollToEndOfDocument: (id)  aSender

◆ scrollWheel:

- (void) scrollWheel: (NSEvent *)  pEvent

◆ selectAll:

- (void) selectAll: (id)  aSender

◆ selectLine:

- (void) selectLine: (id)  aSender

◆ selectParagraph:

- (void) selectParagraph: (id)  aSender

◆ selectWord:

- (void) selectWord: (id)  aSender

◆ sendKeyInputAndReleaseToFrame:character:

- (BOOL) sendKeyInputAndReleaseToFrame: (sal_uInt16)  nKeyCode
character: (sal_Unicode aChar 

◆ sendKeyInputAndReleaseToFrame:character:modifiers:

- (BOOL) sendKeyInputAndReleaseToFrame: (sal_uInt16)  nKeyCode
character: (sal_Unicode aChar
modifiers: (unsigned int nMod 

◆ sendKeyToFrameDirect:character:modifiers:

- (BOOL) sendKeyToFrameDirect: (sal_uInt16)  nKeyCode
character: (sal_Unicode aChar
modifiers: (unsigned int nMod 

◆ sendMouseEventToFrame:button:eventtype:

- (void) sendMouseEventToFrame: (NSEvent *)  pEvent
button: (sal_uInt16)  nButton
eventtype: (SalEvent nEvent 

◆ sendSingleCharacter:

- (BOOL) sendSingleCharacter: (NSEvent *)  pEvent

◆ swipeWithEvent:

- (void) swipeWithEvent: (NSEvent *)  pEvent

◆ unregisterDraggingDestinationHandler:

- (void) unregisterDraggingDestinationHandler: (id)  theHandler

◆ unregisterMouseEventListener:

- (void) unregisterMouseEventListener: (id)  theListener

◆ unsetMouseFrame:

+ (void) unsetMouseFrame: (AquaSalFrame *)  pFrame

◆ windowForParent

- (NSWindow *) windowForParent

Member Data Documentation

◆ mbInCommitMarkedText

- (BOOL) mbInCommitMarkedText
protected

Definition at line 108 of file salframeview.h.

◆ mbInEndExtTextInput

- (BOOL) mbInEndExtTextInput
protected

Definition at line 107 of file salframeview.h.

◆ mbInKeyInput

- (BOOL) mbInKeyInput
protected

Definition at line 95 of file salframeview.h.

◆ mbKeyHandled

- (BOOL) mbKeyHandled
protected

Definition at line 96 of file salframeview.h.

◆ mbNeedChildWrapper

- (BOOL) mbNeedChildWrapper
protected

Definition at line 90 of file salframeview.h.

◆ mbNeedSpecialKeyHandle

- (BOOL) mbNeedSpecialKeyHandle
protected

Definition at line 94 of file salframeview.h.

◆ mbTextInputWantsNonRepeatKeyDown

- (BOOL) mbTextInputWantsNonRepeatKeyDown
protected

Definition at line 110 of file salframeview.h.

◆ mDraggingDestinationHandler

- (id) mDraggingDestinationHandler
protected

Definition at line 100 of file salframeview.h.

◆ mfLastMagnifyTime

- (NSTimeInterval) mfLastMagnifyTime
protected

Definition at line 104 of file salframeview.h.

◆ mfMagnifyDeltaSum

- (float) mfMagnifyDeltaSum
protected

Definition at line 105 of file salframeview.h.

◆ mMarkedRange

- (NSRange) mMarkedRange
protected

Definition at line 97 of file salframeview.h.

◆ mpChildWrapper

- (AquaA11yWrapper*) mpChildWrapper
protected

Definition at line 89 of file salframeview.h.

◆ mpFrame

- (AquaSalFrame*) mpFrame
protected

Definition at line 88 of file salframeview.h.

◆ mpLastEvent

- (NSEvent*) mpLastEvent
protected

Definition at line 93 of file salframeview.h.

◆ mpLastMarkedText

- (NSAttributedString*) mpLastMarkedText
protected

Definition at line 109 of file salframeview.h.

◆ mpLastSuperEvent

- (NSEvent*) mpLastSuperEvent
protected

Definition at line 101 of file salframeview.h.

◆ mpMouseEventListener

- (id) mpMouseEventListener
protected

Definition at line 99 of file salframeview.h.

◆ mSelectedRange

- (NSRange) mSelectedRange
protected

Definition at line 98 of file salframeview.h.


The documentation for this class was generated from the following file: