openshot-audio  0.1.7
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

UIViewComponentPeer * owner
 
UITextView * hiddenTextView
 

Method Documentation

- (BOOL) becomeFirstResponder
- (BOOL) canBecomeFirstResponder
- (void) dealloc
- (void) drawRect: (CGRect)  r
- (JuceUIView *) initWithOwner: (UIViewComponentPeer*)  owner
withFrame: (CGRect)  frame 
- (BOOL) resignFirstResponder
- (BOOL) textView: (UITextView*)  textView
shouldChangeTextInRange: (NSRange)  range
replacementText: (NSString*)  text 
- (void) touchesBegan: (NSSet*)  touches
withEvent: (UIEvent*)  event 
- (void) touchesCancelled: (NSSet*)  touches
withEvent: (UIEvent*)  event 
- (void) touchesEnded: (NSSet*)  touches
withEvent: (UIEvent*)  event 
- (void) touchesMoved: (NSSet*)  touches
withEvent: (UIEvent*)  event 

Member Data Documentation

- (UITextView*) hiddenTextView
- (UIViewComponentPeer*) owner

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