PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeTextFieldUI Class Reference

Daikon Forge text field UI implementation. More...

Inheritance diagram for PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeTextFieldUI:
Collaboration diagram for PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeTextFieldUI:

Public Member Functions

void StartTextInput (string labelText, string text, int maxLength, AcceptedTextDelegate acceptedText)
 Starts the text input field. More...
 
void CancelTextInput ()
 Cancels the text input field. More...
 
void AcceptTextInput ()
 Accepts the text input and calls the accept handler delegate. More...
 

Public Attributes

dfPanel panel
 
dfLabel label
 
dfTextbox textbox
 

Detailed Description

Daikon Forge text field UI implementation.

Member Function Documentation

◆ AcceptTextInput()

void PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeTextFieldUI.AcceptTextInput ( )

Accepts the text input and calls the accept handler delegate.

◆ CancelTextInput()

void PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeTextFieldUI.CancelTextInput ( )

Cancels the text input field.

Implements PixelCrushers.DialogueSystem.ITextFieldUI.

◆ StartTextInput()

void PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeTextFieldUI.StartTextInput ( string  labelText,
string  text,
int  maxLength,
AcceptedTextDelegate  acceptedText 
)

Starts the text input field.

Parameters
labelTextThe label text.
textThe current value to use for the input field.
maxLengthMax length, or 0 for unlimited.
acceptedTextThe delegate to call when accepting text.

Implements PixelCrushers.DialogueSystem.ITextFieldUI.

Member Data Documentation

◆ label

dfLabel PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeTextFieldUI.label

◆ panel

dfPanel PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeTextFieldUI.panel

◆ textbox

dfTextbox PixelCrushers.DialogueSystem.DaikonForgeGUI.DaikonForgeTextFieldUI.textbox

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