Backbone - Localization
 
Loading...
Searching...
No Matches
Backbone::LocalizedStringsDataEditor Class Reference
Inheritance diagram for Backbone::LocalizedStringsDataEditor:

Public Member Functions

override void OnInspectorGUI ()
 

Private Member Functions

void AddNewEntry ()
 
void EnsureLanguagesExist (SerializedProperty valuesProp)
 
void SetAllFoldouts (bool state)
 
void ExpandGroupsMatchingSearch ()
 

Private Attributes

Dictionary< string, bool > foldouts = new Dictionary<string, bool>()
 
string searchFilter = ""
 
string newKey = ""
 
Dictionary< string, string > newEntryValues = new Dictionary<string, string>()
 
bool multilineFields = false
 

Member Function Documentation

◆ AddNewEntry()

void Backbone::LocalizedStringsDataEditor::AddNewEntry ( )
private

◆ EnsureLanguagesExist()

void Backbone::LocalizedStringsDataEditor::EnsureLanguagesExist ( SerializedProperty valuesProp)
private

◆ ExpandGroupsMatchingSearch()

void Backbone::LocalizedStringsDataEditor::ExpandGroupsMatchingSearch ( )
private

◆ OnInspectorGUI()

override void Backbone::LocalizedStringsDataEditor::OnInspectorGUI ( )

◆ SetAllFoldouts()

void Backbone::LocalizedStringsDataEditor::SetAllFoldouts ( bool state)
private

Member Data Documentation

◆ foldouts

Dictionary<string, bool> Backbone::LocalizedStringsDataEditor::foldouts = new Dictionary<string, bool>()
private

◆ multilineFields

bool Backbone::LocalizedStringsDataEditor::multilineFields = false
private

◆ newEntryValues

Dictionary<string, string> Backbone::LocalizedStringsDataEditor::newEntryValues = new Dictionary<string, string>()
private

◆ newKey

string Backbone::LocalizedStringsDataEditor::newKey = ""
private

◆ searchFilter

string Backbone::LocalizedStringsDataEditor::searchFilter = ""
private

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