aboutsummaryrefslogtreecommitdiff
path: root/include/Entry.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Entry.hpp')
-rw-r--r--include/Entry.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Entry.hpp b/include/Entry.hpp
index 581dc14..22680b5 100644
--- a/include/Entry.hpp
+++ b/include/Entry.hpp
@@ -30,6 +30,9 @@ namespace QuickMedia {
void move_caret_to_end();
void append_text(std::string str);
+ void replace(size_t start_index, size_t length, const sf::String &insert_str);
+ int get_caret_index() const;
+
bool is_editable() const;
float get_height();
const sf::String& get_text() const;