CCIMXDesktop
 
Loading...
Searching...
No Matches
MediaPlayerWindow Class Reference

Main window class for media player application. More...

#include <MediaPlayerWindow.h>

Inheritance diagram for MediaPlayerWindow:

Public Member Functions

 MediaPlayerWindow (QWidget *parent=nullptr)
 Constructor.
 
void open_media ()
 Open single media file via file dialog.
 
void open_medias ()
 Open multiple media files via file dialog.
 
void toggle_playing_status ()
 Toggle between play/pause states.
 
void forward10sec ()
 Skip forward 10 seconds in current media.
 
void backward10sec ()
 Skip backward 10 seconds in current media.
 
void flow_mode_once ()
 Set flow mode to play current item once.
 
 ~MediaPlayerWindow ()
 Destructor.
 

Friends

class MediaPlayerWindowHelper
 Grant access to helper class.
 

Detailed Description

Main window class for media player application.

Provides the main interface for media playback including controls, playlist management, and media information display.

Constructor & Destructor Documentation

◆ MediaPlayerWindow()

MediaPlayerWindow::MediaPlayerWindow ( QWidget *  parent = nullptr)
explicit

Constructor.

Parameters
parentParent widget

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