From a5873ae2b89d7ac8fc650a0f75778f8dad07a102 Mon Sep 17 00:00:00 2001 From: Jonas Suhr Christensen Date: Tue, 30 Sep 2014 11:49:37 +0200 Subject: Following marker. --- plugingui/lineedit.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'plugingui/lineedit.h') diff --git a/plugingui/lineedit.h b/plugingui/lineedit.h index 2c37522..f85e9bd 100644 --- a/plugingui/lineedit.h +++ b/plugingui/lineedit.h @@ -65,6 +65,15 @@ private: std::string _text; size_t pos; + std::string _visibletext; + size_t offsetpos; + + enum state_t { + NOOP = 0, + WALK_LEFT = 1, + WALK_RIGHT = 2 + }; + state_t walkstate; bool readonly; -- cgit v1.2.3