#include <GUI_Bookmarks.h>
|
| GUI_Bookmarks (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 () |
|
|
bool | is_ui_initialized () const |
| Check if ui already was initialized. More...
|
|
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 |
|
|
virtual void | skin_changed () |
|
◆ closeEvent()
void PlayerPluginInterface::closeEvent |
( |
QCloseEvent * |
e | ) |
|
|
overrideprotectedinherited |
Event fired when closed overrides QWidget::closeEvent.
- Parameters
-
◆ get_action()
virtual QAction* PlayerPluginInterface::get_action |
( |
| ) |
const |
|
finalvirtualinherited |
needed by the player ui, final
- Returns
- action of plugin
◆ get_display_name()
QString GUI_Bookmarks::get_display_name |
( |
| ) |
const |
|
overridevirtual |
◆ get_name()
QString GUI_Bookmarks::get_name |
( |
| ) |
const |
|
overridevirtual |
◆ get_shortcut_text()
QString PlayerPluginInterface::get_shortcut_text |
( |
const QString & |
shortcut_identifier | ) |
const |
|
overridevirtualinherited |
get translated text of shortcut (overridden)
- Parameters
-
shortcut_identifier | shortcut id |
- Returns
- translated shortcut text
Implements ShortcutWidget.
◆ get_size()
virtual QSize PlayerPluginInterface::get_size |
( |
| ) |
const |
|
finalvirtualinherited |
needed by the player ui, final
- Returns
- miminum size of plugin
◆ has_loading_bar()
virtual bool PlayerPluginInterface::has_loading_bar |
( |
| ) |
const |
|
virtualinherited |
indicates if the widget has a loading bar. If yes, there will be reserved some extra space at the bottom of the widget
- Returns
Reimplemented in GUI_AbstractStream.
◆ is_ui_initialized()
bool PlayerPluginInterface::is_ui_initialized |
( |
| ) |
const |
|
protectedinherited |
Check if ui already was initialized.
- Returns
◆ sig_action_triggered
signal is emitted when the plugin action is triggered
also emitted for when closeEvent is fired
- Parameters
-
plugin | this pointer to current plugin |
checked | indicates whether checked or unchecked |