Sayonara Player
src
Gui
Library
Utils
MenuButtonViews.h
1
#ifndef MENUBUTTONVIEWS_H
2
#define MENUBUTTONVIEWS_H
3
4
#include "Gui/Utils/MenuTool/MenuToolButton.h"
5
6
7
namespace
Library
8
{
9
class
MenuButtonViews
:
public
Gui::MenuToolButton
10
{
11
Q_OBJECT
12
PIMPL(
MenuButtonViews
)
13
14
public
:
15
MenuButtonViews
(QWidget* parent=
nullptr
);
16
~
MenuButtonViews
()
override
;
17
18
private
slots:
19
void
actionTriggered(
bool
b);
20
void
viewTypeChanged();
21
22
protected
:
23
void
languageChanged()
override
;
24
void
skinChanged()
override
;
25
};
26
}
27
28
#endif // MENUBUTTONVIEWS_H
Library::MenuButtonViews
Definition:
MenuButtonViews.h:9
Gui::MenuToolButton
This is the little button you often see near comboboxes It opens up a menu when clicked....
Definition:
MenuToolButton.h:40
Library
An interface class needed when implementing a library plugin.
Definition:
LocalLibraryWatcher.h:30
Generated on Wed May 13 2020 16:01:43 for Sayonara Player by
1.8.15