Qmmp
Loading...
Searching...
No Matches
Signals | Public Member Functions | List of all members
DetailsDialog Class Reference

#include <detailsdialog.h>

Inherits QDialog.

Signals

void metaDataChanged (const QStringList &paths)
 

Public Member Functions

 DetailsDialog (const QList< PlayListTrack * > &tracks, QWidget *parent=nullptr)
 
 DetailsDialog (PlayListTrack *track, QWidget *parent=nullptr)
 
 ~DetailsDialog ()
 
QStringList modifiedPaths () const
 

Detailed Description

The DetailsDialog class provides dialog to show/edit metadata.

Author
Ilya Kotov forko.nosp@m.tov0.nosp@m.2@ya..nosp@m.ru

Constructor & Destructor Documentation

◆ DetailsDialog() [1/2]

DetailsDialog ( const QList< PlayListTrack * > & tracks,
QWidget * parent = nullptr )
explicit

Constructor.

Parameters
tracksa list of tracks which should be used.
parentParent widget.

◆ DetailsDialog() [2/2]

DetailsDialog ( PlayListTrack * track,
QWidget * parent = nullptr )
explicit

Constructor.

Parameters
tracka track which should be used.
parentParent widget.

◆ ~DetailsDialog()

Destructor.

Member Function Documentation

◆ metaDataChanged

void metaDataChanged ( const QStringList & paths)
signal

Emitted when closed dialog has modified file paths or track URLs.

Parameters
pathsA list of the modified file paths or track URLs.

◆ modifiedPaths()

QStringList modifiedPaths ( ) const

Returns a list of the modified file paths or track URLs.


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