The GUI_TagFromPath class.
More...
#include <GUI_TagFromPath.h>
|
|
void | sigApply () |
| |
|
void | sigApplyAll () |
| |
|
void | sigShown () |
| |
|
void | sigClosed () |
| |
|
|
| GUI_TagFromPath (QWidget *parent=nullptr) |
| |
|
void | setFilepath (const QString &filepath) |
| |
| void | addInvalidFilepath (const QString &filepath) |
| | add a filepath where the regex could not be applied on More...
|
| |
|
void | clearInvalidFilepaths () |
| |
|
QString | getRegexString () const |
| |
|
void | reset () |
| |
|
Dialog * | boxIntoDialog () |
| |
|
| void | languageChanged () |
| |
| virtual void | showEvent (QShowEvent *e) override |
| |
|
virtual void | closeEvent (QCloseEvent *e) override |
| |
|
virtual void | skinChanged () |
| |
|
|
Dialog * | mBoxedDialog =nullptr |
| |
◆ addInvalidFilepath()
| void GUI_TagFromPath::addInvalidFilepath |
( |
const QString & |
filepath | ) |
|
add a filepath where the regex could not be applied on
- Parameters
-
◆ languageChanged()
| void GUI_TagFromPath::languageChanged |
( |
| ) |
|
|
protectedvirtual |
◆ showEvent()
| virtual void Gui::Widget::showEvent |
( |
QShowEvent * |
e | ) |
|
|
overrideprotectedvirtualinherited |