TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Public Member Functions | Private Slots | Private Attributes | List of all members
ToolsSkin Class Reference

#include <toolsskin.h>

+ Inheritance diagram for ToolsSkin:

Public Member Functions

 ToolsSkin (QWidget *parent=nullptr)
 
 ~ToolsSkin ()
 

Private Slots

void imageClicked ()
 
void paletteClicked ()
 
void readClicked ()
 
void writeClicked ()
 

Private Attributes

Ui::ToolsSkin * m_ui
 
QPixmap m_pixmap
 

Detailed Description

Definition at line 28 of file toolsskin.h.

Constructor & Destructor Documentation

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

Definition at line 8 of file toolsskin.cpp.

References imageClicked(), m_pixmap, m_ui, paletteClicked(), readClicked(), and writeClicked().

ToolsSkin::~ToolsSkin ( )

Definition at line 25 of file toolsskin.cpp.

References m_ui.

Member Function Documentation

void ToolsSkin::imageClicked ( )
privateslot

Definition at line 30 of file toolsskin.cpp.

References TTK::File::getOpenFileName(), m_pixmap, and m_ui.

Referenced by ToolsSkin().

void ToolsSkin::paletteClicked ( )
privateslot

Definition at line 42 of file toolsskin.cpp.

References m_pixmap, m_ui, and MusicColorDialog::popup().

Referenced by ToolsSkin().

void ToolsSkin::readClicked ( )
privateslot
void ToolsSkin::writeClicked ( )
privateslot

Member Data Documentation

QPixmap ToolsSkin::m_pixmap
private

Definition at line 43 of file toolsskin.h.

Referenced by imageClicked(), paletteClicked(), readClicked(), ToolsSkin(), and writeClicked().

Ui::ToolsSkin* ToolsSkin::m_ui
private

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