Kodi Development  20.0
for Binary and Script based Add-Ons

Detailed Description

Library definition values

Enumeration Type Documentation

◆ AddonGUIInputType

Text input types used on kodi::gui::controls::CEdit.

Enumerator
ADDON_INPUT_TYPE_READONLY 

Text inside edit control only readable.

ADDON_INPUT_TYPE_TEXT 

Normal text entries.

ADDON_INPUT_TYPE_NUMBER 

To use on edit control only numeric numbers.

ADDON_INPUT_TYPE_SECONDS 

To insert seconds.

ADDON_INPUT_TYPE_TIME 

To insert time.

ADDON_INPUT_TYPE_DATE 

To insert a date.

ADDON_INPUT_TYPE_IPADDRESS 

Used for write in IP addresses.

ADDON_INPUT_TYPE_PASSWORD 

Text field used as password entry field with not visible text.

ADDON_INPUT_TYPE_PASSWORD_MD5 

Text field used as password entry field with not visible text but returned as MD5 value

ADDON_INPUT_TYPE_SEARCH 

Use text field for search purpose.

ADDON_INPUT_TYPE_FILTER 

Text field as filter.