mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
UIViewComponentPeer: Remove unnecessary method declarations from interface
This commit is contained in:
parent
a4ba0c1b1c
commit
128e258845
1 changed files with 0 additions and 26 deletions
|
|
@ -307,32 +307,6 @@ struct CADisplayLinkDeleter
|
|||
std::unique_ptr<CADisplayLink, CADisplayLinkDeleter> displayLink;
|
||||
}
|
||||
|
||||
- (JuceUIView*) initWithOwner: (UIViewComponentPeer*) owner withFrame: (CGRect) frame;
|
||||
- (void) dealloc;
|
||||
|
||||
+ (Class) layerClass;
|
||||
|
||||
- (void) displayLinkCallback: (CADisplayLink*) dl;
|
||||
|
||||
- (void) drawRect: (CGRect) r;
|
||||
|
||||
- (void) touchesBegan: (NSSet*) touches withEvent: (UIEvent*) event;
|
||||
- (void) touchesMoved: (NSSet*) touches withEvent: (UIEvent*) event;
|
||||
- (void) touchesEnded: (NSSet*) touches withEvent: (UIEvent*) event;
|
||||
- (void) touchesCancelled: (NSSet*) touches withEvent: (UIEvent*) event;
|
||||
|
||||
- (void) onHover: (UIHoverGestureRecognizer*) gesture API_AVAILABLE (ios (13.0));
|
||||
- (void) onScroll: (UIPanGestureRecognizer*) gesture;
|
||||
|
||||
- (BOOL) becomeFirstResponder;
|
||||
- (BOOL) resignFirstResponder;
|
||||
- (BOOL) canBecomeFirstResponder;
|
||||
|
||||
- (void) traitCollectionDidChange: (UITraitCollection*) previousTraitCollection;
|
||||
|
||||
- (BOOL) isAccessibilityElement;
|
||||
- (CGRect) accessibilityFrame;
|
||||
- (NSArray*) accessibilityElements;
|
||||
@end
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue