Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
KeyboardView Class Reference

#import <IOSKeyboardView.h>

Inheritance diagram for KeyboardView:

Instance Methods

(void- setHeading:
 
(void- setHidden:
 
(void- activate
 
(void- deactivate
 
(void- setKeyboardText:closeKeyboard:
 
(void- textChanged:
 
(void- setCancelFlag:
 
(void- doDeactivate:
 
(id- initWithFrameInternal
 

Protected Attributes

NSMutableString * text
 
BOOL _confirmed
 
CIOSKeyboard_iosKeyboard
 
bool * _canceled
 
BOOL _deactivated
 
UITextField * _textField
 
UITextField * _heading
 
int _keyboardIsShowing
 
CGRect _kbRect
 

Properties

CGRect _frame
 

Method Documentation

◆ activate

- (void) activate

◆ deactivate

- (void) deactivate

◆ doDeactivate:

- (void) doDeactivate: (NSDictionary *)  dict

◆ initWithFrameInternal

- (id) initWithFrameInternal

◆ setCancelFlag:

- (void) setCancelFlag: (bool *)  cancelFlag

◆ setHeading:

- (void) setHeading: (NSString *)  heading

◆ setHidden:

- (void) setHidden: (BOOL)  hidden

◆ setKeyboardText:closeKeyboard:

- (void) setKeyboardText: (NSString*)  aText
closeKeyboard: (BOOL)  closeKeyboard 

◆ textChanged:

- (void) textChanged: (NSNotification*)  aNotification

Member Data Documentation

◆ _canceled

- (bool*) _canceled
protected

◆ _confirmed

- (BOOL) _confirmed
readwriteassignprotected

◆ _deactivated

- (BOOL) _deactivated
protected

◆ _heading

- (UITextField*) _heading
protected

◆ _iosKeyboard

- (CIOSKeyboard *) _iosKeyboard
readwriteassignprotected

◆ _kbRect

- (CGRect) _kbRect
protected

◆ _keyboardIsShowing

- (int) _keyboardIsShowing
protected

◆ _textField

- (UITextField*) _textField
protected

◆ text

- (NSMutableString *) text
readwritenonatomicretainprotected

Property Documentation

◆ _frame

- (CGRect) _frame
readwriteatomic

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