iOCE::frmMain Class Reference

<summary> Summary description for Form1. </summary> More...

List of all members.

Public Member Functions

 frmMain ()

Protected Member Functions

override void Dispose (bool disposing)
 <summary> Clean up any resources being used. </summary>

Private Member Functions

void fillFields ()
void editSelectedUserComment ()
void addUserComment ()
void removeSelectedUserComment ()
void InitializeComponent ()
 <summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
void frmMain_Load (object sender, System.EventArgs e)
void mnuFileOpen_Click (object sender, System.EventArgs e)
void cmdAdd_Click (object sender, System.EventArgs e)
void cmdEdit_Click (object sender, System.EventArgs e)
void cmdRemove_Click (object sender, System.EventArgs e)
void lsvUserComments_DoubleClick (object sender, System.EventArgs e)
void lsvUserComments_KeyDown (object sender, System.Windows.Forms.KeyEventArgs e)

Static Private Member Functions

void Main ()
 <summary> The main entry point for the application. </summary>

Private Attributes

System.Windows.Forms.MainMenu mnuMain
System.Windows.Forms.MenuItem mnuFile
System.Windows.Forms.MenuItem mnuFileOpen
System.Windows.Forms.MenuItem menuItem1
System.Windows.Forms.MenuItem mnuFileExit
System.Windows.Forms.Label lblVendor
System.Windows.Forms.GroupBox groupBox1
System.Windows.Forms.TextBox txtVendorString
System.Windows.Forms.ColumnHeader colKey
System.Windows.Forms.ColumnHeader colValue
System.ComponentModel.Container components = null
 <summary> Required designer variable. </summary>
System.Windows.Forms.OpenFileDialog dlgOpenFile
System.Windows.Forms.ListView lsvUserComments
System.Windows.Forms.Button cmdAdd
System.Windows.Forms.Button cmdRemove
System.Windows.Forms.Button cmdEdit
System.Windows.Forms.Button cmdApply
System.Windows.Forms.Button cmdRevert
illiminable.Ogg.libVorbisCommentDotNET.DNFileComments mFileComments


Detailed Description

<summary> Summary description for Form1. </summary>

Definition at line 13 of file frmMain.cs.


Constructor & Destructor Documentation

iOCE::frmMain::frmMain  )  [inline]
 

Definition at line 132 of file frmMain.cs.


Member Function Documentation

void iOCE::frmMain::addUserComment  )  [inline, private]
 

Definition at line 89 of file frmMain.cs.

References iOCE::frmAddComment::Key, iOCE::frmAddComment::Value, and iOCE::frmAddComment::wasOK.

void iOCE::frmMain::cmdAdd_Click object  sender,
System.EventArgs  e
[inline, private]
 

Definition at line 367 of file frmMain.cs.

void iOCE::frmMain::cmdEdit_Click object  sender,
System.EventArgs  e
[inline, private]
 

Definition at line 372 of file frmMain.cs.

void iOCE::frmMain::cmdRemove_Click object  sender,
System.EventArgs  e
[inline, private]
 

Definition at line 377 of file frmMain.cs.

override void iOCE::frmMain::Dispose bool  disposing  )  [inline, protected]
 

<summary> Clean up any resources being used. </summary>

Definition at line 147 of file frmMain.cs.

References iOCE::frmAddComment::Dispose().

Here is the call graph for this function:

void iOCE::frmMain::editSelectedUserComment  )  [inline, private]
 

Definition at line 58 of file frmMain.cs.

References iOCE::frmAddComment::Key, iOCE::frmAddComment::Value, and iOCE::frmAddComment::wasOK.

void iOCE::frmMain::fillFields  )  [inline, private]
 

Definition at line 40 of file frmMain.cs.

void iOCE::frmMain::frmMain_Load object  sender,
System.EventArgs  e
[inline, private]
 

Definition at line 351 of file frmMain.cs.

void iOCE::frmMain::InitializeComponent  )  [inline, private]
 

<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>

Definition at line 164 of file frmMain.cs.

void iOCE::frmMain::lsvUserComments_DoubleClick object  sender,
System.EventArgs  e
[inline, private]
 

Definition at line 382 of file frmMain.cs.

void iOCE::frmMain::lsvUserComments_KeyDown object  sender,
System.Windows.Forms.KeyEventArgs  e
[inline, private]
 

Definition at line 387 of file frmMain.cs.

void iOCE::frmMain::Main  )  [inline, static, private]
 

<summary> The main entry point for the application. </summary>

Definition at line 346 of file frmMain.cs.

void iOCE::frmMain::mnuFileOpen_Click object  sender,
System.EventArgs  e
[inline, private]
 

Definition at line 356 of file frmMain.cs.

void iOCE::frmMain::removeSelectedUserComment  )  [inline, private]
 

Definition at line 105 of file frmMain.cs.


Member Data Documentation

System.Windows.Forms.Button iOCE::frmMain::cmdAdd [private]
 

Definition at line 31 of file frmMain.cs.

System.Windows.Forms.Button iOCE::frmMain::cmdApply [private]
 

Definition at line 34 of file frmMain.cs.

System.Windows.Forms.Button iOCE::frmMain::cmdEdit [private]
 

Definition at line 33 of file frmMain.cs.

System.Windows.Forms.Button iOCE::frmMain::cmdRemove [private]
 

Definition at line 32 of file frmMain.cs.

System.Windows.Forms.Button iOCE::frmMain::cmdRevert [private]
 

Definition at line 35 of file frmMain.cs.

System.Windows.Forms.ColumnHeader iOCE::frmMain::colKey [private]
 

Definition at line 23 of file frmMain.cs.

System.Windows.Forms.ColumnHeader iOCE::frmMain::colValue [private]
 

Definition at line 24 of file frmMain.cs.

System.ComponentModel.Container iOCE::frmMain::components = null [private]
 

<summary> Required designer variable. </summary>

Definition at line 28 of file frmMain.cs.

System.Windows.Forms.OpenFileDialog iOCE::frmMain::dlgOpenFile [private]
 

Definition at line 29 of file frmMain.cs.

System.Windows.Forms.GroupBox iOCE::frmMain::groupBox1 [private]
 

Definition at line 21 of file frmMain.cs.

System.Windows.Forms.Label iOCE::frmMain::lblVendor [private]
 

Definition at line 20 of file frmMain.cs.

System.Windows.Forms.ListView iOCE::frmMain::lsvUserComments [private]
 

Definition at line 30 of file frmMain.cs.

System.Windows.Forms.MenuItem iOCE::frmMain::menuItem1 [private]
 

Definition at line 18 of file frmMain.cs.

illiminable.Ogg.libVorbisCommentDotNET.DNFileComments iOCE::frmMain::mFileComments [private]
 

Definition at line 38 of file frmMain.cs.

System.Windows.Forms.MenuItem iOCE::frmMain::mnuFile [private]
 

Definition at line 16 of file frmMain.cs.

System.Windows.Forms.MenuItem iOCE::frmMain::mnuFileExit [private]
 

Definition at line 19 of file frmMain.cs.

System.Windows.Forms.MenuItem iOCE::frmMain::mnuFileOpen [private]
 

Definition at line 17 of file frmMain.cs.

System.Windows.Forms.MainMenu iOCE::frmMain::mnuMain [private]
 

Definition at line 15 of file frmMain.cs.

System.Windows.Forms.TextBox iOCE::frmMain::txtVendorString [private]
 

Definition at line 22 of file frmMain.cs.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:06:29 2005 for oggdsf by  doxygen 1.3.9