#include <SDialogueTextPropertyEditableTextBox.h>
◆ Self
◆ CanEdit()
bool SDialogueTextPropertyEditableTextBox::CanEdit |
( |
| ) |
const |
|
private |
◆ Construct()
void SDialogueTextPropertyEditableTextBox::Construct |
( |
const FArguments & | Arguments, |
|
|
const TSharedRef< IEditableTextProperty > & | InEditableTextProperty, |
|
|
const TSharedRef< IPropertyHandle > & | InPropertyHandle ) |
The styling of the textbox Font color and opacity (overrides Style) Text color and opacity (overrides Style) Text color and opacity when read-only (overrides Style) Whether text wraps onto a new line when it's length exceeds this width; if this value is zero or negative, no wrapping occurs Whether to wrap text automatically based on the widget's computed horizontal space Whether to select all text when the user clicks to give focus on the widget Whether to clear keyboard focus when pressing enter to commit changes Whether to select all text when pressing enter to commit changes The optional modifier key necessary to create a newline when typing into the editor. When specified, will report the MinDesiredWidth if larger than the content's desired width When specified, will report the MaxDesiredHeight if smaller than the content's desired height
Definition at line 29 of file SDialogueTextPropertyEditableTextBox.cpp.
◆ GetDesiredWidth()
void SDialogueTextPropertyEditableTextBox::GetDesiredWidth |
( |
float & | OutMinDesiredWidth, |
|
|
float & | OutMaxDesiredWidth ) |
|
private |
◆ GetDiffersFromDefaultAsVisibility()
EVisibility SDialogueTextPropertyEditableTextBox::GetDiffersFromDefaultAsVisibility |
( |
| ) |
const |
|
private |
◆ GetKeyValue()
FText SDialogueTextPropertyEditableTextBox::GetKeyValue |
( |
| ) |
const |
|
private |
◆ GetLocalizableCheckState()
ECheckBoxState SDialogueTextPropertyEditableTextBox::GetLocalizableCheckState |
( |
bool | bActiveState | ) |
const |
|
private |
◆ GetLocalizableVisibility()
EVisibility SDialogueTextPropertyEditableTextBox::GetLocalizableVisibility |
( |
| ) |
const |
|
private |
◆ GetNamespaceOverridenWarningImageVisibility()
EVisibility SDialogueTextPropertyEditableTextBox::GetNamespaceOverridenWarningImageVisibility |
( |
| ) |
const |
|
private |
◆ GetNamespaceValue()
FText SDialogueTextPropertyEditableTextBox::GetNamespaceValue |
( |
| ) |
const |
|
private |
◆ GetResetToolTip()
FText SDialogueTextPropertyEditableTextBox::GetResetToolTip |
( |
| ) |
const |
|
private |
◆ GetTextValue()
FText SDialogueTextPropertyEditableTextBox::GetTextValue |
( |
| ) |
const |
◆ GetTextWarningImageVisibility()
EVisibility SDialogueTextPropertyEditableTextBox::GetTextWarningImageVisibility |
( |
| ) |
const |
|
private |
◆ GetToolTipText()
FText SDialogueTextPropertyEditableTextBox::GetToolTipText |
( |
| ) |
const |
|
private |
◆ HandleLocalizableCheckStateChanged()
void SDialogueTextPropertyEditableTextBox::HandleLocalizableCheckStateChanged |
( |
ECheckBoxState | InCheckboxState, |
|
|
bool | bActiveState ) |
|
private |
◆ IsCultureInvariantFlagEnabled()
bool SDialogueTextPropertyEditableTextBox::IsCultureInvariantFlagEnabled |
( |
| ) |
const |
|
private |
◆ IsIdentityReadOnly()
bool SDialogueTextPropertyEditableTextBox::IsIdentityReadOnly |
( |
| ) |
const |
|
private |
◆ IsKeyReadOnly()
bool SDialogueTextPropertyEditableTextBox::IsKeyReadOnly |
( |
| ) |
const |
|
inlineprivate |
◆ IsNamespaceReadOnly()
bool SDialogueTextPropertyEditableTextBox::IsNamespaceReadOnly |
( |
| ) |
const |
|
private |
◆ IsSourceTextReadOnly()
bool SDialogueTextPropertyEditableTextBox::IsSourceTextReadOnly |
( |
| ) |
const |
|
private |
◆ IsValidIdentity()
bool SDialogueTextPropertyEditableTextBox::IsValidIdentity |
( |
const FText & | InIdentity, |
|
|
FText * | OutReason = nullptr, |
|
|
const FText * | InErrorCtx = nullptr ) const |
|
private |
◆ OnFocusReceived()
FReply SDialogueTextPropertyEditableTextBox::OnFocusReceived |
( |
const FGeometry & | MyGeometry, |
|
|
const FFocusEvent & | InFocusEvent ) |
|
override |
◆ OnNamespaceChanged()
void SDialogueTextPropertyEditableTextBox::OnNamespaceChanged |
( |
const FText & | NewText | ) |
|
|
private |
◆ OnNamespaceCommitted()
void SDialogueTextPropertyEditableTextBox::OnNamespaceCommitted |
( |
const FText & | NewText, |
|
|
ETextCommit::Type | CommitInfo ) |
|
private |
◆ OnResetClicked()
FReply SDialogueTextPropertyEditableTextBox::OnResetClicked |
( |
| ) |
|
|
private |
◆ OnTextChanged()
void SDialogueTextPropertyEditableTextBox::OnTextChanged |
( |
const FText & | NewText | ) |
|
|
private |
◆ OnTextChangedEvent()
FDialogueTextChangedDelegate & SDialogueTextPropertyEditableTextBox::OnTextChangedEvent |
( |
| ) |
|
|
inline |
◆ OnTextCommitted()
void SDialogueTextPropertyEditableTextBox::OnTextCommitted |
( |
const FText & | NewText, |
|
|
ETextCommit::Type | CommitInfo ) |
|
private |
◆ OnTextCommittedEvent()
FDialogueTextCommitedDelegate & SDialogueTextPropertyEditableTextBox::OnTextCommittedEvent |
( |
| ) |
|
|
inline |
◆ SetTextError()
void SDialogueTextPropertyEditableTextBox::SetTextError |
( |
const FText & | InErrorMsg | ) |
|
|
private |
◆ SetTextValue()
void SDialogueTextPropertyEditableTextBox::SetTextValue |
( |
const FText & | NewValue | ) |
|
◆ SLATE_BEGIN_ARGS()
◆ SupportsKeyboardFocus()
bool SDialogueTextPropertyEditableTextBox::SupportsKeyboardFocus |
( |
| ) |
const |
|
override |
◆ Tick()
void SDialogueTextPropertyEditableTextBox::Tick |
( |
const FGeometry & | AllottedGeometry, |
|
|
double | InCurrentTime, |
|
|
float | InDeltaTime ) |
|
override |
◆ WillNamespaceBeUpdated()
bool SDialogueTextPropertyEditableTextBox::WillNamespaceBeUpdated |
( |
| ) |
const |
|
private |
◆ bAddResetToDefaultWidget
bool SDialogueTextPropertyEditableTextBox::bAddResetToDefaultWidget = true |
|
protected |
◆ bIsMultiLine
bool SDialogueTextPropertyEditableTextBox::bIsMultiLine = true |
|
protected |
◆ EditableTextProperty
◆ KeyEditableTextBox
TSharedPtr<SEditableTextBox> SDialogueTextPropertyEditableTextBox::KeyEditableTextBox |
|
protected |
◆ MultiLineWidget
TSharedPtr<SMultiLineEditableTextBox> SDialogueTextPropertyEditableTextBox::MultiLineWidget |
|
protected |
◆ MultipleValuesText
FText SDialogueTextPropertyEditableTextBox::MultipleValuesText |
|
staticprotected |
◆ NamespaceEditableTextBox
TSharedPtr<SEditableTextBox> SDialogueTextPropertyEditableTextBox::NamespaceEditableTextBox |
|
protected |
◆ PreviousHeight
TOptional<float> SDialogueTextPropertyEditableTextBox::PreviousHeight |
|
protected |
◆ PrimaryWidget
TSharedPtr<SWidget> SDialogueTextPropertyEditableTextBox::PrimaryWidget |
|
protected |
◆ PropertyHandle
TSharedPtr<IPropertyHandle> SDialogueTextPropertyEditableTextBox::PropertyHandle |
|
protected |
◆ TextChangedEvent
FDialogueTextChangedDelegate SDialogueTextPropertyEditableTextBox::TextChangedEvent |
|
protected |
◆ TextCommittedEvent
FDialogueTextCommitedDelegate SDialogueTextPropertyEditableTextBox::TextCommittedEvent |
|
protected |
The documentation for this class was generated from the following files: