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
QtOhos::enums::ohos::inputMethod Namespace Reference

Enumerations

enum class  Direction { CURSOR_DOWN , CURSOR_LEFT , CURSOR_RIGHT , CURSOR_UP }
enum class  EnterKeyType {
  DONE , GO , NEWLINE , NEXT ,
  NONE , PREVIOUS , SEARCH , SEND ,
  UNSPECIFIED
}
enum class  RequestKeyboardReason { MOUSE , NONE , OTHER , TOUCH }
enum class  TextInputType {
  DATETIME , EMAIL_ADDRESS , MULTILINE , NEW_PASSWORD ,
  NONE , NUMBER , NUMBER_DECIMAL , NUMBER_PASSWORD ,
  ONE_TIME_CODE , PHONE , SCREEN_LOCK_PASSWORD , TEXT ,
  URL , USER_NAME , VISIBLE_PASSWORD
}

Enumeration Type Documentation

◆ Direction

Enumerator
CURSOR_DOWN 
CURSOR_LEFT 
CURSOR_RIGHT 
CURSOR_UP 

Definition at line 179 of file qohosenums.h.

◆ EnterKeyType

Enumerator
DONE 
GO 
NEWLINE 
NEXT 
NONE 
PREVIOUS 
SEARCH 
SEND 
UNSPECIFIED 

Definition at line 186 of file qohosenums.h.

◆ RequestKeyboardReason

Enumerator
MOUSE 
NONE 
OTHER 
TOUCH 

Definition at line 198 of file qohosenums.h.

◆ TextInputType

Enumerator
DATETIME 
EMAIL_ADDRESS 
MULTILINE 
NEW_PASSWORD 
NONE 
NUMBER 
NUMBER_DECIMAL 
NUMBER_PASSWORD 
ONE_TIME_CODE 
PHONE 
SCREEN_LOCK_PASSWORD 
TEXT 
URL 
USER_NAME 
VISIBLE_PASSWORD 

Definition at line 205 of file qohosenums.h.