The FileExtensionBar class.
More...
#include <FileExtensionBar.h>
|
|
void | sigCloseClicked () |
| |
|
void | sigShown () |
| |
|
void | sigClosed () |
| |
|
|
| FileExtensionBar (QWidget *parent=nullptr) |
| |
| void | init (AbstractLibrary *library) |
| | This method needs to be called before any other operation.
|
| |
|
void | refresh () |
| | refetches all tracks with extensions, clears the layout, adds new buttons
|
| |
|
void | clear () |
| | clears all buttons and the layout
|
| |
| bool | hasExtensions () const |
| | has_extensions
|
| |
|
Dialog * | boxIntoDialog () |
| |
|
| void | languageChanged () override |
| |
| virtual void | showEvent (QShowEvent *e) override |
| |
|
virtual void | closeEvent (QCloseEvent *e) override |
| |
|
virtual void | skinChanged () |
| |
|
|
Dialog * | mBoxedDialog = nullptr |
| |
◆ hasExtensions()
| bool Library::FileExtensionBar::hasExtensions |
( |
| ) |
const |
has_extensions
- Returns
- true, if there's more than one extension. false else
◆ init()
This method needs to be called before any other operation.
- Parameters
-
◆ languageChanged()
| void Library::FileExtensionBar::languageChanged |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ showEvent()
| virtual void Gui::Widget::showEvent |
( |
QShowEvent * | e | ) |
|
|
overrideprotectedvirtualinherited |