|
| LocalLibraryContainer (QObject *parent=nullptr) |
|
QString | get_name () const override |
| Should return an untranslated name used for identifying this widget. More...
|
|
QString | get_display_name () const override |
| Should return the translated name displayed in the library view combobox. More...
|
|
QIcon | get_icon () const override |
| Should return the icon displayed in the library view combobox. More...
|
|
QWidget * | get_ui () const override |
| Should return the UI for the library view. More...
|
|
QComboBox * | get_libchooser () override |
| Should return the library chooser combo box. More...
|
|
QMenu * | get_menu () override |
| return actions menu (may be nullptr). The title does not have to be set More...
|
|
void | init_ui () override |
| Should initialize the ui. The ui constructor should be called within this function.
|
|
void | set_menu_action (QAction *action) |
|
QAction * | get_menu_action () const |
|
bool | is_initialized () const |
| tests, if the ui already has been initialized More...
|
|