openshot-audio  0.1.4
Instance Methods | Public Attributes | List of all members
JuceUIView Class Reference
Inheritance diagram for JuceUIView:

Instance Methods

(JuceUIView *) - initWithOwner:withFrame:
 
(void) - dealloc
 
(void) - drawRect:
 
(void) - touchesBegan:withEvent:
 
(void) - touchesMoved:withEvent:
 
(void) - touchesEnded:withEvent:
 
(void) - touchesCancelled:withEvent:
 
(BOOL) - becomeFirstResponder
 
(BOOL) - resignFirstResponder
 
(BOOL) - canBecomeFirstResponder
 
(BOOL) - textView:shouldChangeTextInRange:replacementText:
 

Public Attributes

UIViewComponentPeerowner
 
UITextView * hiddenTextView
 

Method Documentation

◆ becomeFirstResponder()

- (BOOL) becomeFirstResponder

◆ canBecomeFirstResponder()

- (BOOL) canBecomeFirstResponder

◆ dealloc()

- (void) dealloc

◆ drawRect:()

- (void) drawRect: (CGRect)  r

◆ initWithOwner:withFrame:()

- (JuceUIView *) initWithOwner: (UIViewComponentPeer*)  owner
withFrame: (CGRect)  frame 

◆ resignFirstResponder()

- (BOOL) resignFirstResponder

◆ textView:shouldChangeTextInRange:replacementText:()

- (BOOL) textView: (UITextView*)  textView
shouldChangeTextInRange: (NSRange)  range
replacementText: (NSString*)  text 

◆ touchesBegan:withEvent:()

- (void) touchesBegan: (NSSet*)  touches
withEvent: (UIEvent*)  event 

◆ touchesCancelled:withEvent:()

- (void) touchesCancelled: (NSSet*)  touches
withEvent: (UIEvent*)  event 

◆ touchesEnded:withEvent:()

- (void) touchesEnded: (NSSet*)  touches
withEvent: (UIEvent*)  event 

◆ touchesMoved:withEvent:()

- (void) touchesMoved: (NSSet*)  touches
withEvent: (UIEvent*)  event 

Member Data Documentation

◆ hiddenTextView

- (UITextView*) hiddenTextView

◆ owner

- (UIViewComponentPeer*) owner

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