Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QIOSTextInputResponder Class Reference

#include <qiostextresponder.h>

+ Inheritance diagram for QIOSTextInputResponder:
+ Collaboration diagram for QIOSTextInputResponder:

Instance Methods

(instancetype) - initWithInputContext:
 
(BOOL) - needsKeyboardReconfigure:
 
(void- reset
 
(void- commit
 
(void- notifyInputDelegate:
 

Properties

UIView * inputView
 
UIView * inputAccessoryView
 
UITextAutocapitalizationType autocapitalizationType
 
UITextAutocorrectionType autocorrectionType
 
UITextSpellCheckingType spellCheckingType
 
BOOL enablesReturnKeyAutomatically
 
UIKeyboardAppearance keyboardAppearance
 
UIKeyboardType keyboardType
 
UIReturnKeyType returnKeyType
 
BOOL secureTextEntry
 
id< UITextInputDelegate > inputDelegate
 

Detailed Description

Definition at line 26 of file qiostextresponder.h.

Method Documentation

◆ commit

- (void) commit

Reimplemented from QIOSTextResponder.

Definition at line 333 of file qiostextresponder.mm.

◆ initWithInputContext:

- (instancetype) initWithInputContext: (QT_PREPEND_NAMESPACE(QIOSInputContext)*) context

Reimplemented from QIOSTextResponder.

Definition at line 333 of file qiostextresponder.mm.

◆ needsKeyboardReconfigure:

- (BOOL) needsKeyboardReconfigure: (Qt::InputMethodQueries) updatedProperties

Reimplemented from QIOSTextResponder.

Definition at line 333 of file qiostextresponder.mm.

◆ notifyInputDelegate:

- (void) notifyInputDelegate: (Qt::InputMethodQueries) updatedProperties

Reimplemented from QIOSTextResponder.

Definition at line 333 of file qiostextresponder.mm.

◆ reset

- (void) reset

Reimplemented from QIOSTextResponder.

Definition at line 333 of file qiostextresponder.mm.

Property Documentation

◆ autocapitalizationType

- (UITextAutocapitalizationType) autocapitalizationType
readwritenonatomicassign

Definition at line 39 of file qiostextresponder.h.

◆ autocorrectionType

- (UITextAutocorrectionType) autocorrectionType
readwritenonatomicassign

Definition at line 40 of file qiostextresponder.h.

◆ enablesReturnKeyAutomatically

- (BOOL) enablesReturnKeyAutomatically
readwritenonatomicassign

Definition at line 42 of file qiostextresponder.h.

◆ inputAccessoryView

- (UIView*) inputAccessoryView
readwriteatomicretain

Definition at line 36 of file qiostextresponder.h.

◆ inputDelegate

- (id<UITextInputDelegate>) inputDelegate
readwritenonatomicassign

Definition at line 49 of file qiostextresponder.h.

◆ inputView

- (UIView*) inputView
readwriteatomicretain

Definition at line 35 of file qiostextresponder.h.

◆ keyboardAppearance

- (UIKeyboardAppearance) keyboardAppearance
readwritenonatomicassign

Definition at line 43 of file qiostextresponder.h.

◆ keyboardType

- (UIKeyboardType) keyboardType
readwritenonatomicassign

Definition at line 44 of file qiostextresponder.h.

◆ returnKeyType

- (UIReturnKeyType) returnKeyType
readwritenonatomicassign

Definition at line 45 of file qiostextresponder.h.

◆ secureTextEntry

- (BOOL) secureTextEntry
readwritenonatomicassign

Definition at line 46 of file qiostextresponder.h.

◆ spellCheckingType

- (UITextSpellCheckingType) spellCheckingType
readwritenonatomicassign

Definition at line 41 of file qiostextresponder.h.


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