FBPopupInputType Class Reference

FBPopupInputType Class Reference

#include <mobu-python-api.h>

Class Description

User input types for a popup.

+ Inheritance diagram for FBPopupInputType:

Public Attributes

object kFBPopupBool
 Boolean input. More...
 
object kFBPopupChar
 Character input. More...
 
object kFBPopupString
 String input. More...
 
object kFBPopupInt
 Integer input. More...
 
object kFBPopupFloat
 Float input. More...
 
object kFBPopupDouble
 Double input. More...
 
object kFBPopupPassword
 Password input (String with '*'s). More...
 

Member Data Documentation

object kFBPopupBool

Boolean input.

object kFBPopupChar

Character input.

object kFBPopupDouble

Double input.

object kFBPopupFloat

Float input.

object kFBPopupInt

Integer input.

object kFBPopupPassword

Password input (String with '*'s).

object kFBPopupString

String input.