The FileExtensionBar class.
More...
#include <LibraryFileExtensionBar.h>
|
void | sig_close_clicked () |
|
void | sig_shown () |
|
void | sig_closed () |
|
|
| FileExtensionBar (QWidget *parent=nullptr) |
|
void | init (AbstractLibrary *library) |
| This method needs to be called before any other operation. More...
|
|
void | refresh () |
| refetches all tracks with extensions, clears the layout, adds new buttons
|
|
void | clear () |
| clears all buttons and the layout
|
|
bool | has_extensions () const |
| has_extensions More...
|
|
Dialog * | box_into_dialog () |
|
|
void | language_changed () override |
|
virtual void | showEvent (QShowEvent *e) |
|
virtual void | closeEvent (QCloseEvent *e) |
|
virtual void | skin_changed () |
|
|
Dialog * | _boxed_dialog =nullptr |
|
◆ has_extensions()
bool Library::FileExtensionBar::has_extensions |
( |
| ) |
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
-