Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 27 of file qiostextresponder.h.

Method Documentation

◆ commit

- (void) commit

Reimplemented from QIOSTextResponder.

Definition at line 469 of file qiostextresponder.mm.

◆ initWithInputContext:

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

Reimplemented from QIOSTextResponder.

Definition at line 337 of file qiostextresponder.mm.

◆ needsKeyboardReconfigure:

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

Reimplemented from QIOSTextResponder.

Definition at line 433 of file qiostextresponder.mm.

◆ notifyInputDelegate:

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

Reimplemented from QIOSTextResponder.

Definition at line 680 of file qiostextresponder.mm.

◆ reset

- (void) reset

Reimplemented from QIOSTextResponder.

Definition at line 463 of file qiostextresponder.mm.

Property Documentation

◆ autocapitalizationType

- (UITextAutocapitalizationType) autocapitalizationType
readwritenonatomicassign

Definition at line 40 of file qiostextresponder.h.

◆ autocorrectionType

- (UITextAutocorrectionType) autocorrectionType
readwritenonatomicassign

Definition at line 41 of file qiostextresponder.h.

◆ enablesReturnKeyAutomatically

- (BOOL) enablesReturnKeyAutomatically
readwritenonatomicassign

Definition at line 43 of file qiostextresponder.h.

◆ inputAccessoryView

- (UIView*) inputAccessoryView
readwriteatomicretain

Definition at line 37 of file qiostextresponder.h.

◆ inputDelegate

- (id<UITextInputDelegate>) inputDelegate
readwritenonatomicassign

Definition at line 50 of file qiostextresponder.h.

◆ inputView

- (UIView*) inputView
readwriteatomicretain

Definition at line 36 of file qiostextresponder.h.

◆ keyboardAppearance

- (UIKeyboardAppearance) keyboardAppearance
readwritenonatomicassign

Definition at line 44 of file qiostextresponder.h.

◆ keyboardType

- (UIKeyboardType) keyboardType
readwritenonatomicassign

Definition at line 45 of file qiostextresponder.h.

◆ returnKeyType

- (UIReturnKeyType) returnKeyType
readwritenonatomicassign

Definition at line 46 of file qiostextresponder.h.

◆ secureTextEntry

- (BOOL) secureTextEntry
readwritenonatomicassign

Definition at line 47 of file qiostextresponder.h.

◆ spellCheckingType

- (UITextSpellCheckingType) spellCheckingType
readwritenonatomicassign

Definition at line 42 of file qiostextresponder.h.


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