![]() |
Sayonara Player
|
Signals | |
void | sig_action_triggered (bool checked) |
signal is emitted when the plugin action is triggered also emitted for when closeEvent is fired More... | |
void | sig_reload (Base *) |
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 | |
void | sig_opened () |
void | sig_shown () |
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 void | skin_changed () override |
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... | |
Dialog * | box_into_dialog () |
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 Attributes | |
Dialog * | _boxed_dialog =nullptr |
Settings * | _settings =nullptr |
|
overrideprotectedvirtualinherited |
Event fired when closed overrides QWidget::closeEvent.
e | the event |
Reimplemented from Gui::Widget.
|
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 |