|
|
| LocalLibraryContainer (const Library::Info &library, QObject *parent=nullptr) |
| |
| QString | name () const override |
| | Should return an untranslated name used for identifying this widget. More...
|
| |
| QString | display_name () const override |
| | Should return the translated name displayed in the library view combobox. More...
|
| |
| QWidget * | widget () const override |
| | Should return the UI for the library view. More...
|
| |
| QMenu * | menu () override |
| | return actions menu (may be nullptr). The title does not have to be set More...
|
| |
|
QFrame * | header () const override |
| |
|
QPixmap | icon () const override |
| |
|
void | init_ui () override |
| | Should initialize the ui. The ui constructor should be called within this function.
|
| |
|
LibraryId | id () |
| |
|
void | set_name (const QString &name) |
| |
| void | set_menu_action (QAction *action) |
| | sets the action member field used in the player menu bar. This is called by the player if the language has changed More...
|
| |
| QAction * | menu_action () const |
| | get the action in the player menubar. More...
|
| |
| bool | is_initialized () const |
| | tests, if the ui already has been initialized More...
|
| |
|
virtual void | show () |
| |
|
virtual void | hide () |
| |