Метод | Описание | |
---|---|---|
AddDatabaseSongsToGrid ( List |
||
AddErrorMessage ( DataGridViewRow row, string message ) : void |
Adds an Error Message to the Status Column
|
|
AutoNumber ( ) : void | ||
CheckForChanges ( ) : void |
Checks for Pending Changes
|
|
CheckSelections ( bool selectAll ) : bool |
Checks, if we have something selected
|
|
ClearStatusColumn ( int rowIndex ) : void |
Clears the Status column
|
|
DatabaseScan ( ) : void | ||
DeleteTags ( TagTypes type ) : void |
Remove the Tags
|
|
DeleteTracks ( ) : void |
The Del key has been pressed. Send the selected files to the recycle bin
|
|
DiscardChanges ( ) : void |
Discards any changes
|
|
ExecuteCommand ( string command ) : void | ||
ExecuteCommand ( string command, object parameters, bool runAsync ) : void | ||
ExecuteScript ( string scriptFile ) : void |
Executes a script on all selected rows
|
|
FolderScan ( ) : void | ||
GridViewTracks ( ) : System | ||
SetBackgroundColorChanged ( int index ) : void |
Sets the Color for changed Items
|
|
SetColorMP3Errors ( int index, Util error ) : void |
Sets the Color for Tracks, that contain errors found by mp3val
|
|
SetGridRowColors ( int index ) : void |
Sets the Grid Color based on the Line
|
|
SetMainRef ( Main main ) : void |
Set Main Ref to Main Can't do it in constructir due to problems with Designer
|
|
SetProgressBar ( int maxCount ) : void |
Sets the maximum value of Progressbar
|
|
UpdateMusicDatabase ( TrackData track ) : void | ||
tracksGrid_AddToBurner ( object o, EventArgs e ) : void |
Add to Burner
|
|
tracksGrid_AddToConvert ( object o, EventArgs e ) : void |
Add to Converter Grid
|
|
tracksGrid_AddToPlayList ( object o, EventArgs e ) : void |
Add to Playlist
|
|
tracksGrid_Copy ( object o, EventArgs e ) : void | ||
tracksGrid_CreateFolderThumb ( object o, EventArgs e ) : void |
Create a Folder Thumb out of the selected Track Picture
|
|
tracksGrid_Cut ( object o, EventArgs e ) : void | ||
tracksGrid_Paste ( object o, EventArgs e ) : void | ||
tracksGrid_SaveAsPlayList ( object o, EventArgs e ) : void |
Save as Playlist
|
Метод | Описание | |
---|---|---|
AddTrack ( TrackData track ) : void |
Adds a Track to the data grid
|
|
ApplyFileFilter ( string fileName ) : bool | ||
ApplyTagFilter ( TrackData track ) : bool | ||
ChangeErrorRowColor ( ) : void | ||
CreateColumns ( ) : void |
Create the Columns of the Grid based on the users setting
|
|
ExecuteCommandThread ( object sender, DoWorkEventArgs e ) : void | ||
FormatMultipleEntry ( string str ) : string |
Multiple Entry fields need to be formatted to contain a | at the end to be able to search correct
|
|
FormatSQL ( string searchString ) : string | ||
GetFiles ( DirectoryInfo dirInfo, bool recursive ) : IEnumerable |
Read a Folder and return the files
|
|
LanguageChanged ( ) : void |
Language Change event has been fired. Apply the new language
|
|
LocaliseScreen ( ) : void | ||
MakeRegexp ( string searchValue ) : string | ||
OnMessageReceive ( QueueMessage message ) : void |
Handle Messages
|
|
ProgressCancel_Executed ( object sender, CommandExecutedEventArgs e ) : void |
The Progress Cancel has been fired from the Statusbar Button
|
|
ProgressCancel_Hover ( object sender, EventArgs e ) : void |
We're hovering over the Progress Cancel button. If the Wait Cursor is active, change it to Default
|
|
ProgressCancel_Leave ( object sender, EventArgs e ) : void |
We are leaving the Button again. If WaitCursor is active, we should set it back again
|
|
ResetProgressBar ( ) : void |
Reset the Progressbar to Initiaövfalue
|
|
ResetWaitCursor ( ) : void |
Resets the WaitCursor to the default
|
|
SaveSettings ( ) : void |
Save the settings
|
|
SetWaitCursor ( ) : void |
Sets the WaitCursor during various operations
|
|
ShowForm ( Form f ) : void | ||
lookupTitlleOnGoogleImagesToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
tracksGrid_CellEndEdit ( object sender, DataGridViewCellEventArgs e ) : void |
We're leaving a Cell after edit
|
|
tracksGrid_CellPainting ( object sender, DataGridViewCellPaintingEventArgs e ) : void | ||
tracksGrid_CellValueChanged ( object sender, DataGridViewCellEventArgs e ) : void |
Value of Cell has changed
|
|
tracksGrid_CellValueNeeded ( object sender, DataGridViewCellValueEventArgs e ) : void |
This method is invoked, whenever the Grid decides that it needs a cell value. We get the required row from from the Songlist and retrieve the cell value using reflection
|
|
tracksGrid_CellValuePushed ( object sender, DataGridViewCellValueEventArgs e ) : void |
A cell value has changed. Push it back into the Songlist
|
|
tracksGrid_ColumnHeaderMouseClick ( object sender, DataGridViewCellMouseEventArgs e ) : void |
Handle Right Mouse Click to show Column Config Dialogue
|
|
tracksGrid_ColumnWidthChanged ( object sender, DataGridViewColumnEventArgs e ) : void |
Handles changes in the column width
|
|
tracksGrid_CurrentCellDirtyStateChanged ( object sender, EventArgs e ) : void |
Handles editing of data columns
|
|
tracksGrid_DataError ( object sender, DataGridViewDataErrorEventArgs e ) : void |
Only allow valid values to be entered.
|
|
tracksGrid_Delete ( object sender, EventArgs e ) : void | ||
tracksGrid_EditingControlShowing ( object sender, DataGridViewEditingControlShowingEventArgs e ) : void |
We want to get Control, when editing a Cell, so that we can control the input
|
|
tracksGrid_MouseClick ( object sender, MouseEventArgs e ) : void |
Handle Left Mouse Click for Numbering on Click Handle Right Mouse Click to open the context Menu in the Grid
|
|
tracksGrid_MouseDown ( object sender, MouseEventArgs e ) : void |
Handle Drag and Drop Operation
|
|
tracksGrid_MouseEnter ( object sender, EventArgs e ) : void |
Mouse is over Trackgrid
|
|
tracksGrid_MouseMove ( object sender, MouseEventArgs e ) : void |
The mouse moves. Do a Drag & Drop if necessary
|
|
tracksGrid_MouseUp ( object sender, MouseEventArgs e ) : void |
The Mouse has been released
|
|
tracksGrid_QueryContinueDrag ( object sender, QueryContinueDragEventArgs e ) : void |
Determines, if Drag and drop should continue
|
|
tracksGrid_SelectAll ( object sender, EventArgs e ) : void | ||
tracksGrid_Sorted ( ) : void |
THe Grid has been sorted. We need to change the Background Color of the changed Rows
|
|
txtbox_KeyPress ( object sender, KeyPressEventArgs e ) : void |
Allow only Digits and the slash when enetering data for Track or Disc
|
public AddDatabaseSongsToGrid ( List |
||
songs | List |
|
Результат | void |
public AddErrorMessage ( DataGridViewRow row, string message ) : void | ||
row | DataGridViewRow | |
message | string | |
Результат | void |
public CheckSelections ( bool selectAll ) : bool | ||
selectAll | bool | |
Результат | bool |
public ClearStatusColumn ( int rowIndex ) : void | ||
rowIndex | int | |
Результат | void |
public DeleteTags ( TagTypes type ) : void | ||
type | TagTypes | |
Результат | void |
public ExecuteCommand ( string command ) : void | ||
command | string | |
Результат | void |
public ExecuteCommand ( string command, object parameters, bool runAsync ) : void | ||
command | string | |
parameters | object | |
runAsync | bool | |
Результат | void |
public ExecuteScript ( string scriptFile ) : void | ||
scriptFile | string | |
Результат | void |
public SetBackgroundColorChanged ( int index ) : void | ||
index | int | |
Результат | void |
public SetColorMP3Errors ( int index, Util error ) : void | ||
index | int | |
error | Util | |
Результат | void |
public SetGridRowColors ( int index ) : void | ||
index | int | |
Результат | void |
public SetProgressBar ( int maxCount ) : void | ||
maxCount | int | |
Результат | void |
public UpdateMusicDatabase ( TrackData track ) : void | ||
track | TrackData | |
Результат | void |
public tracksGrid_AddToBurner ( object o, EventArgs e ) : void | ||
o | object | |
e | EventArgs | |
Результат | void |
public tracksGrid_AddToConvert ( object o, EventArgs e ) : void | ||
o | object | |
e | EventArgs | |
Результат | void |
public tracksGrid_AddToPlayList ( object o, EventArgs e ) : void | ||
o | object | |
e | EventArgs | |
Результат | void |
public tracksGrid_Copy ( object o, EventArgs e ) : void | ||
o | object | |
e | EventArgs | |
Результат | void |
public tracksGrid_CreateFolderThumb ( object o, EventArgs e ) : void | ||
o | object | |
e | EventArgs | |
Результат | void |
public tracksGrid_Cut ( object o, EventArgs e ) : void | ||
o | object | |
e | EventArgs | |
Результат | void |
public tracksGrid_Paste ( object o, EventArgs e ) : void | ||
o | object | |
e | EventArgs | |
Результат | void |
public tracksGrid_SaveAsPlayList ( object o, EventArgs e ) : void | ||
o | object | |
e | EventArgs | |
Результат | void |