pub struct BrowserWindow { /* private fields */ }Expand description
Safe wrapper over a IITBrowserWindow
Implementations§
Source§impl BrowserWindow
impl BrowserWindow
Sourcepub fn is_MiniPlayer(&self) -> Result<bool>
pub fn is_MiniPlayer(&self) -> Result<bool>
True if window is in MiniPlayer mode.
Sourcepub fn set_MiniPlayer(&self, MiniPlayer: bool) -> Result<()>
pub fn set_MiniPlayer(&self, MiniPlayer: bool) -> Result<()>
True if window is in MiniPlayer mode.
Sourcepub fn SelectedTracks(&self) -> Result<TrackCollection>
pub fn SelectedTracks(&self) -> Result<TrackCollection>
Returns a collection containing the currently selected track or tracks.
Sourcepub fn SelectedPlaylist(&self) -> Result<Playlist>
pub fn SelectedPlaylist(&self) -> Result<Playlist>
The currently selected playlist in the Source list.
Sourcepub fn set_SelectedPlaylist(&self, iPlaylist: &Playlist) -> Result<()>
pub fn set_SelectedPlaylist(&self, iPlaylist: &Playlist) -> Result<()>
The currently selected playlist in the Source list.
Trait Implementations§
Source§impl ITunesRelatedObject for BrowserWindow
impl ITunesRelatedObject for BrowserWindow
Source§fn iTunes_instance(&self) -> Arc<iTunes>
fn iTunes_instance(&self) -> Arc<iTunes>
Return the related iTunes instance this object is related to
Auto Trait Implementations§
impl Freeze for BrowserWindow
impl RefUnwindSafe for BrowserWindow
impl !Send for BrowserWindow
impl !Sync for BrowserWindow
impl Unpin for BrowserWindow
impl UnwindSafe for BrowserWindow
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more