Enfusion Script API
Loading...
Searching...
No Matches
LocalizationEditor Interface Reference
Inheritance diagram for LocalizationEditor:
WBModuleDef global_pointer pointer

Public Member Functions

proto external void BeginModify (string text)
 Begins group of undo actions (for user will whole group behave like one action).
 
proto external void ModifyProperty (BaseContainer container, int variable, string value)
 Modifies single StringTableItem property.
 
proto external void EndModify ()
 Ends group of undo actions.
 
proto external void RefreshUI ()
 Refreshes UI.
 
proto external BaseContainer GetTable ()
 Returns string table container.
 
proto external void GetFilteredRows (notnull out array< int > rowsIdx)
 Returns indexes of rows which are filtered at the moment.
 
proto external void GetSelectedRows (notnull out array< int > rowsIdx)
 Returns indexes of rows which are selected at the moment.
 
proto external void AddUserFilter (notnull array< int > rowsIdx, string caption)
 Filters just rows given in rowsIdx array.
 
- Public Member Functions inherited from WBModuleDef
proto external bool SetOpenedResource (string filename)
 
proto external BaseContainer GetContainer (int index=0)
 
proto external int GetNumContainers ()
 
proto external bool Save ()
 
proto external bool GetCmdLine (string name, out string value)
 
proto external bool Close ()
 
proto external bool ExecuteAction (notnull array< string > menuPath, bool bKeepFocus=true)
 
proto external WorkbenchPlugin GetPlugin (TypeName pluginType)
 
- Public Member Functions inherited from pointer
proto string ToString ()
 

Member Function Documentation

◆ AddUserFilter()

proto external void LocalizationEditor.AddUserFilter ( notnull array< int > rowsIdx,
string caption )

Filters just rows given in rowsIdx array.

◆ BeginModify()

proto external void LocalizationEditor.BeginModify ( string text)

Begins group of undo actions (for user will whole group behave like one action).

◆ EndModify()

proto external void LocalizationEditor.EndModify ( )

Ends group of undo actions.

◆ GetFilteredRows()

proto external void LocalizationEditor.GetFilteredRows ( notnull out array< int > rowsIdx)

Returns indexes of rows which are filtered at the moment.

◆ GetSelectedRows()

proto external void LocalizationEditor.GetSelectedRows ( notnull out array< int > rowsIdx)

Returns indexes of rows which are selected at the moment.

◆ GetTable()

proto external BaseContainer LocalizationEditor.GetTable ( )

Returns string table container.

◆ ModifyProperty()

proto external void LocalizationEditor.ModifyProperty ( BaseContainer container,
int variable,
string value )

Modifies single StringTableItem property.

◆ RefreshUI()

proto external void LocalizationEditor.RefreshUI ( )

Refreshes UI.


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