Sayonara Player
|
#include <TagLineEdit.h>
The TagLineEdit class.
Public Member Functions | |
TagLineEdit (QWidget *parent=nullptr) | |
TextSelection | get_text_selection () const |
Retrieve the current TextSelection. More... | |
Protected Member Functions | |
void | focusInEvent (QFocusEvent *e) override |
resets the TextSelection More... | |
void | focusOutEvent (QFocusEvent *e) override |
if selectected_text is empty, TextSelection is resetted. Else the new TextSelection is set. More... | |
Protected Attributes | |
TextSelection | _text_selection |
|
overrideprotected |
resets the TextSelection
e |
|
overrideprotected |
if selectected_text is empty, TextSelection is resetted. Else the new TextSelection is set.
e |
TextSelection TagLineEdit::get_text_selection | ( | ) | const |
Retrieve the current TextSelection.