
TextModel s
Public Types | |
| enum | Type { ADDED, REMOVED } |
Public Member Functions | |
| Event (TextModelDispatcher *src) | |
| creates a new event. | |
| const index & | getPosition () const |
| TextModelDispatcher * | getSource () const |
| provides access to the source of the event. | |
| const std::string & | getText () const |
| const char & | getType () const |
| TextModelEvent (TextModelDispatcher *, const std::string &, const index &, const Type &t) | |
|
|
|
|
||||||||||||||||||||
|
|
|
|
creates a new event.
|
|
|
|
|
|
provides access to the source of the event.
The source of an event is the
|
|
|
|
|
|
|
1.4.3