class PluginFileHandlerSource
PluginFileHandler › PluginBase
Derived classes
All members, including inherited
Constructors 2
void PluginFileHandler()void ~PluginFileHandler()References ClearFileNoSave()
Members 3
bool m_ReadOnlyint m_LineLimitref TStringArray m_FileContentMethods 13
References CopyFile()
References DeleteFile()
Referenced by PluginConfigScene.SceneRename()
override void OnInit()References PluginBase.OnInit()
Referenced by PluginConfigHandler.OnInit(), PluginLocalHistoryBase.OnInit(), and PluginLocalProfile.OnInit()
void ClearFileNoSave()Referenced by PluginConfigHandler.SaveConfigToFile(), ~PluginFileHandler(), LoadFile()
Show 1 more
, PluginLocalProfile.SaveConfigToFile()bool LoadFile()References ClearFileNoSave(), CloseFile(), FGets()
Show 4 more
, GetFileName(), array.Insert(), OpenFile(), and m_FileContentbool SaveFile()References CloseFile(), array.Count(), FileExist()
Show 8 more
, FPrintln(), array.Get(), GetFileName(), GetSubFolderName(), MakeDirectory(), OpenFile(), m_FileContent, and m_ReadOnlyReferenced by PluginConfigHandler.SaveConfigToFile(), AddText(), PluginLocalHistoryBase.AddNewLine()
Show 1 more
, PluginLocalProfile.SaveConfigToFile()bool IsReadOnly()References m_ReadOnly
void AddText(string text)void AddNewLineNoSave(string text)References array.Count(), array.Insert(), array.RemoveOrdered()
Show 2 more
, m_FileContent, and m_LineLimitTStringArray GetFileContent()References m_FileContent
Referenced by PluginLocalProfile.LoadConfigFile()