Public Member Functions | |
EditTab (String filename) | |
void | ReloadFile () |
void | SaveText (string filename) |
Properties | |
String | Filename [get, set] |
Private Member Functions | |
void | _textbox_TextChanged (object sender, TextChangedEventArgs e) |
void | getModifiedTime (string filename) |
Boolean | loadFile (string filename, ref String text) |
void | setFilename (string filename) |
Private Attributes | |
String | _filename = "" |
DateTime | _lastmodified |
String | _shortfilename = "" |
TextBox | _textbox |
Definition at line 11 of file EditorTab.cs.
|
inline |
Definition at line 20 of file EditorTab.cs.
References SeciControls.EditTab._textbox, SeciControls.EditTab._textbox_TextChanged(), SeciControls.EditTab.loadFile(), and SeciControls.EditTab.setFilename().
|
inlineprivate |
Definition at line 106 of file EditorTab.cs.
References SeciControls.EditTab._shortfilename.
Referenced by SeciControls.EditTab.EditTab().
|
inlineprivate |
Definition at line 75 of file EditorTab.cs.
References SeciControls.EditTab._lastmodified.
Referenced by SeciControls.EditTab.loadFile(), and SeciControls.EditTab.SaveText().
|
inlineprivate |
Definition at line 45 of file EditorTab.cs.
References SeciControls.EditTab.getModifiedTime().
Referenced by SeciControls.EditTab.EditTab(), and SeciControls.EditTab.ReloadFile().
|
inline |
Definition at line 37 of file EditorTab.cs.
References SeciControls.EditTab._filename, SeciControls.EditTab.loadFile(), and SeciControls.EditTab.setFilename().
|
inline |
Definition at line 81 of file EditorTab.cs.
References SeciControls.EditTab.getModifiedTime(), and SeciControls.EditTab.setFilename().
|
inlineprivate |
Definition at line 98 of file EditorTab.cs.
References SeciControls.EditTab._filename, and SeciControls.EditTab._shortfilename.
Referenced by SeciControls.EditTab.EditTab(), SeciControls.EditTab.ReloadFile(), and SeciControls.EditTab.SaveText().
|
private |
Definition at line 14 of file EditorTab.cs.
Referenced by SeciControls.EditTab.ReloadFile(), and SeciControls.EditTab.setFilename().
|
private |
Definition at line 16 of file EditorTab.cs.
Referenced by SeciControls.EditTab.getModifiedTime().
|
private |
Definition at line 15 of file EditorTab.cs.
Referenced by SeciControls.EditTab._textbox_TextChanged(), and SeciControls.EditTab.setFilename().
|
private |
Definition at line 13 of file EditorTab.cs.
Referenced by SeciControls.EditTab.EditTab().
|
getset |
Definition at line 18 of file EditorTab.cs.
Referenced by SeciControls.IniEditor.btnRevert_Click(), and SeciControls.IniEditor.SaveExecuted().