Qt 5.10 Book Examples
Public Member Functions | Protected Attributes | List of all members
SoundPlayer Class Reference

#include <SoundPlayer.h>

Inheritance diagram for SoundPlayer:
VideoPlayer

Public Member Functions

 SoundPlayer (QWidget *pwgt=0)
 

Protected Attributes

QMediaPlayer * m_pmp
 
QVBoxLayout * m_pvbxMainLayout
 

Detailed Description

Definition at line 21 of file SoundPlayer.h.

Constructor & Destructor Documentation

◆ SoundPlayer()

SoundPlayer::SoundPlayer ( QWidget *  pwgt = 0)

Definition at line 15 of file SoundPlayer.cpp.

Member Data Documentation

◆ m_pmp

QMediaPlayer* SoundPlayer::m_pmp
protected

Definition at line 24 of file SoundPlayer.h.

◆ m_pvbxMainLayout

QVBoxLayout* SoundPlayer::m_pvbxMainLayout
protected

Definition at line 25 of file SoundPlayer.h.


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