|
| AdvancedRenameWidget (QWidget *const parent=nullptr) |
|
void | clear () |
| clears the parse string as well as the history
|
|
void | clearParseString () |
| resets the current parse string, the LineEdit widget will be empty
|
|
void | focusLineEdit () |
| set focus for the LineEdit widget
|
|
void | highlightLineEdit () |
| highlight the LineEdit widgets text
|
|
void | highlightLineEdit (const QString &word) |
| highlight a word in the LineEdit widgets text
|
|
QString | parse (ParseSettings &settings) const |
| evaluates the parse string and executes the parser
|
|
Parser * | parser () const |
| returns a pointer to the currently assigned parser
|
|
QString | parseString () const |
| returns the current parse string
|
|
void | setControlWidgets (ControlWidgets mask) |
| sets the layout of the control widgets
|
|
void | setLayoutStyle (LayoutStyle style) |
| set the layout style of the widget
|
|
void | setParser (Parser *parser) |
| sets the current parser.
|
|
void | setParseString (const QString &text) |
| sets the current parse string
|
|
void | setParseTimerDuration (int milliseconds) |
|