|
Sayonara Player
|
Signals | |
| void | sigActionTriggered (bool checked) |
| signal is emitted when the plugin action is triggered also emitted for when closeEvent is fired | |
| void | sigReload (PlayerPlugin::Base *plugin) |
| emitted when reloading is requested, after firing this signal the plugin will be painted new. Useful, if the size has changed | |
| void | sigOpened () |
| void | sigShown () |
| void | sigClosed () |
Public Member Functions | |
| GUI_Podcasts (Playlist::Creator *playlistCreator, PodcastHandler *podcastHandler, QWidget *parent=nullptr) | |
| QString | name () const override |
| must be overwritten | |
| QString | displayName () const override |
| must be overwritten | |
| virtual QAction * | pluginAction () const final |
| needed by the player ui, final | |
| virtual bool | hasTitle () const |
| indicates if title bar is shown or not | |
| Dialog * | boxIntoDialog () |
Protected Member Functions | |
| void | skinChanged () override |
| void | assignUiVariables () override |
| bool | hasLoadingBar () const override |
| indicates if the widget has a loading bar. If yes, there will be reserved some extra space at the bottom of the widget | |
| void | createStation (const StationPtr &station, bool temporary) |
| virtual void | finalizeInitialization () |
| virtual bool | isUiInitialized () const |
| Check if ui already was initialized. | |
| template<typename T, typename UiClass> | |
| void | setupParent (T *widget, UiClass **ui) |
| void | closeEvent (QCloseEvent *e) override |
| void | showEvent (QShowEvent *e) override |
Protected Attributes | |
| Dialog * | mBoxedDialog = nullptr |
|
overrideprotectedvirtualinherited |
Reimplemented from PlayerPlugin::Base.
|
overrideprotectedvirtualinherited |
Reimplemented from Gui::Widget.
|
nodiscardoverridevirtual |
|
nodiscardoverrideprotectedvirtualinherited |
indicates if the widget has a loading bar. If yes, there will be reserved some extra space at the bottom of the widget
Reimplemented from PlayerPlugin::Base.
|
virtualinherited |
indicates if title bar is shown or not
Reimplemented in VisualPlugin.
|
protectedvirtualinherited |
|
nodiscardoverridevirtual |
|
finalvirtualinherited |
needed by the player ui, final
|
overrideprotectedvirtualinherited |
Reimplemented from Gui::Widget.
|
signalinherited |
signal is emitted when the plugin action is triggered
also emitted for when closeEvent is fired
| plugin | this pointer to current plugin |
| checked | indicates whether checked or unchecked |
|
overrideprotectedvirtual |
Reimplemented from Gui::AbstractStationPlugin.