![]() |
Sayonara Player
|
Signals | |
| void | sig_action_triggered (PlayerPluginInterface *plugin, bool checked) |
| signal is emitted when the plugin action is triggered also emitted for when closeEvent is fired More... | |
| void | sig_reload (PlayerPluginInterface *) |
| emitted when reloading is requested, after firing this signal the plugin will be painted new. Useful, if the size has changed | |
| void | sig_closed () |
| emitted when plugin is closed | |
Public Member Functions | |
| GUI_PlaylistChooser (QWidget *parent=nullptr) | |
| QString | get_name () const override |
| must be overwritten More... | |
| QString | get_display_name () const override |
| must be overwritten More... | |
| virtual QSize | get_size () const final |
| needed by the player ui, final More... | |
| virtual QAction * | get_action () const final |
| needed by the player ui, final More... | |
| virtual bool | is_title_shown () const |
| indicates if title bar is shown or not | |
| virtual bool | has_loading_bar () const |
| indicates if the widget has a loading bar. If yes, there will be reserved some extra space at the bottom of the widget More... | |
| QString | get_shortcut_text (const QString &shortcut_identifier) const override |
| get translated text of shortcut (overridden) More... | |
| SayonaraDialog * | box_into_dialog () |
Public Slots | |
| void | all_playlists_fetched (const CustomPlaylistSkeletons &) |
Protected Member Functions | |
| bool | is_ui_initialized () const |
| Check if ui already was initialized. More... | |
| virtual void | assign_ui_vars () |
| template<typename T , typename UiClass > | |
| void | setup_parent (T *widget, UiClass **ui) |
| void | closeEvent (QCloseEvent *e) override |
| Event fired when closed overrides QWidget::closeEvent. More... | |
| void | showEvent (QShowEvent *e) override |
Protected Slots | |
| virtual void | skin_changed () |
Protected Attributes | |
| SayonaraDialog * | _boxed_dialog =nullptr |
| Settings * | _settings =nullptr |
|
overrideprotectedinherited |
Event fired when closed overrides QWidget::closeEvent.
| e | the event |
|
finalvirtualinherited |
needed by the player ui, final
|
overridevirtual |
|
overridevirtual |
|
overridevirtualinherited |
get translated text of shortcut (overridden)
| shortcut_identifier | shortcut id |
Implements ShortcutWidget.
|
finalvirtualinherited |
needed by the player ui, final
|
virtualinherited |
indicates if the widget has a loading bar. If yes, there will be reserved some extra space at the bottom of the widget
Reimplemented in GUI_AbstractStream.
|
protectedinherited |
Check if ui already was initialized.
|
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 |
1.8.13