org.gtk.gespeaker |
Prev |
gespeaker dbus interfaces |
Next |
Interface /org/gtk/gespeaker/text
Manage the text to play.
org.gtk.gespeaker.text.append
void org.gtk.gespeaker.text.append(QString text)
text |
The text string to append |
Returns: |
None |
The
append method adds a text at the end of the textbox.
org.gtk.gespeaker.text.clear
void org.gtk.gespeaker.text.clear()
The
clear method clears the text in the textbox.
org.gtk.gespeaker.text.copy
void org.gtk.gespeaker.text.copy()
The
copy method copies in the clipboard the selected text from the textbox.
org.gtk.gespeaker.text.cut
void org.gtk.gespeaker.text.cut()
The
cut method cuts in the clipboard the selected text from the textbox.
org.gtk.gespeaker.text.insert
void org.gtk.gespeaker.text.insert(QString text)
text: |
The text string to insert |
Returns: |
None |
The
insert method adds a text at the current position in the textbox.
org.gtk.gespeaker.text.paste
void org.gtk.gespeaker.text.paste()
The
paste method pastes in the textbox the text from the clipboard.
org.gtk.gespeaker.text.prepend
void org.gtk.gespeaker.text.prepend(QString text)
text: |
The text string to prepend |
Returns: |
None |
The
prepend method adds a text to the begin of the textbox.
org.gtk.gespeaker.text.replace
void org.gtk.gespeaker.text.replace(QString text)
text |
The text string to write |
Returns: |
None |
The
replace method replaces the text in the textbox.