SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Properties | Private Member Functions | Private Attributes | List of all members
SeciControls.EditTab Class Reference
Inheritance diagram for SeciControls.EditTab:
Inheritance graph
Collaboration diagram for SeciControls.EditTab:
Collaboration graph

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
 

Detailed Description

Definition at line 11 of file EditorTab.cs.

Constructor & Destructor Documentation

SeciControls.EditTab.EditTab ( String  filename)
inline

Member Function Documentation

void SeciControls.EditTab._textbox_TextChanged ( object  sender,
TextChangedEventArgs  e 
)
inlineprivate

Definition at line 106 of file EditorTab.cs.

References SeciControls.EditTab._shortfilename.

Referenced by SeciControls.EditTab.EditTab().

void SeciControls.EditTab.getModifiedTime ( string  filename)
inlineprivate
Boolean SeciControls.EditTab.loadFile ( string  filename,
ref String  text 
)
inlineprivate

Definition at line 45 of file EditorTab.cs.

References SeciControls.EditTab.getModifiedTime().

Referenced by SeciControls.EditTab.EditTab(), and SeciControls.EditTab.ReloadFile().

Here is the call graph for this function:

void SeciControls.EditTab.ReloadFile ( )
inline

Definition at line 37 of file EditorTab.cs.

References SeciControls.EditTab._filename, SeciControls.EditTab.loadFile(), and SeciControls.EditTab.setFilename().

Here is the call graph for this function:

void SeciControls.EditTab.SaveText ( string  filename)
inline

Definition at line 81 of file EditorTab.cs.

References SeciControls.EditTab.getModifiedTime(), and SeciControls.EditTab.setFilename().

Here is the call graph for this function:

void SeciControls.EditTab.setFilename ( string  filename)
inlineprivate

Member Data Documentation

String SeciControls.EditTab._filename = ""
private
DateTime SeciControls.EditTab._lastmodified
private

Definition at line 16 of file EditorTab.cs.

Referenced by SeciControls.EditTab.getModifiedTime().

String SeciControls.EditTab._shortfilename = ""
private
TextBox SeciControls.EditTab._textbox
private

Definition at line 13 of file EditorTab.cs.

Referenced by SeciControls.EditTab.EditTab().

Property Documentation

String SeciControls.EditTab.Filename
getset

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