SDBApplication: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 63: | Line 63: | ||
|[[ISDBApplicationEvents::OnBeforeTracksMove|OnBeforeTracksMove]] |Event | | |[[ISDBApplicationEvents::OnBeforeTracksMove|OnBeforeTracksMove]] |Event | | ||
|[[ISDBApplicationEvents::OnChangedSelection|OnChangedSelection]] |Event | | |[[ISDBApplicationEvents::OnChangedSelection|OnChangedSelection]] |Event | | ||
|[[ISDBApplicationEvents::OnIdle|OnIdle]] |Event | | |||
|[[ISDBApplicationEvents::OnPause|OnPause]] |Event | | |[[ISDBApplicationEvents::OnPause|OnPause]] |Event | | ||
|[[ISDBApplicationEvents::OnPlay|OnPlay]] |Event | | |[[ISDBApplicationEvents::OnPlay|OnPlay]] |Event | |
Revision as of 15:56, 21 January 2009
- SDBAlbum
- SDBAlbumArtItem
- SDBAlbumArtList
- SDBAlbums
- SDBApplication
- SDBArtist
- SDBArtists
- SDBCommonDialog
- SDBDatabase
- SDBDBIterator
- SDBDevice
- SDBDeviceList
- SDBDropTarget
- SDBDropTargetLast
- SDBDropTargetNext
- SDBDropTargetRip
- SDBFileSystem
- SDBHWEvents
- SDBImage
- SDBIniFile
- SDBMedia
- SDBMenuItem
- SDBPlayer
- SDBPlaylist
- SDBPlaylists
- SDBProgress
- SDBRegistry
- SDBScriptControl
- SDBSongData
- SDBSongIterator
- SDBSongList
- SDBStringList
- SDBTextFile
- SDBTimer
- SDBTools
- SDBTrackSynchStatus
- SDBTracksWindow
- SDBTree
- SDBTreeNode
- SDBUI
- SDBUIActiveX
- SDBUIButton
- SDBUICheckBox
- SDBUICommon
- SDBUIDockablePanel
- SDBUIDropDown
- SDBUIEdit
- SDBUIForm
- SDBUIGroupBox
- SDBUILabel
- SDBUIListBox
- SDBUIMaskEdit
- SDBUIMultiLineEdit
- SDBUIPanel
- SDBUIRadioButton
- SDBUISpinEdit
- SDBUITrackBar
- SDBUITranspPanel
- SDBUITreeList
- SDBUITreeListItem
- SDBWebSearch
CoClass SDBApplication
This is the main MediaMonkey scripting object that you initially have accessible as 'SDB' variable in your scripts. All your communication with MediaMonkey should start here, you can get references to other objects from properties of this object.
ISDBApplication members
Name | Type | Description |
---|---|---|
AllVisibleSongList | Property Get | |
ApplicationPath | Property Get | |
EqualizerPath | Property Get | |
IconsPath | Property Get | |
PluginsPath | Property Get | |
ScriptsPath | Property Get | |
SkinsPath | Property Get | |
CommonDialog | Property Get | |
CreateTimer | Method | |
CurrentSongList | Property Get | |
CursorType | Property Get/Let | |
Database | Property Get | |
Device | Property Get | |
Format | Method | |
IniFile | Property Get | |
IsKnownFiletype | Method | |
IsRunning | Property Get | |
Localize | Method | |
LocalizedFormat | Method | |
LocalizeGen | Method | |
MainTracksWindow | Property Get | |
MainTree | Property Get | |
MessageBox | Method | |
MyMusicPath | Property Get | |
NewSongData | Property Get | |
NewSongList | Property Get | |
NewStringList | Property Get | |
Objects | Property Get/Let | |
Player | Property Get | |
PlaylistByTitle | Property Get | |
ProcessMessages | Method | |
Progress | Property Get | |
RefreshScriptItems | Method | |
RegisterIcon | Method | |
RegisterIconHandle | Method | |
Registry | Property Get | |
SelectedSongList | Property Get | |
SelectFolder | Method | |
ShutdownAfterDisconnect | Property Get/Let | |
TemporaryFolder | Property Get | |
toASCII | Method | |
Tools | Property Get | |
UI | Property Get | |
VersionBuild | Property Get | |
VersionHi | Property Get | |
VersionLo | Property Get | |
VersionRelease | Property Get | |
VersionString | Property Get | |
WebControl | Property Get |
ISDBApplicationEvents members
Name | Type | Description |
---|---|---|
OnBeforeTracksMove | Event | |
OnChangedSelection | Event | |
OnIdle | Event | |
OnPause | Event | |
OnPlay | Event | |
OnSeek | Event | |
OnShutdown | Event | |
OnStartup | Event | |
OnStop | Event | |
OnTrackAdded | Event | |
OnTrackConverted | Event | |
OnTrackDeleting | Event | |
OnTrackProperties | Event |