
ListModel s.
Public Types | |
| enum | Type { ADDED, REMOVED, CLEARED } |
Public Member Functions | |
| Event (ListModelDispatcher *src) | |
| creates a new event. | |
| const std::string & | getData () const |
| const index & | getPosition () const |
| ListModelDispatcher * | getSource () const |
| provides access to the source of the event. | |
| const char & | getType () const |
| ListModelEvent (ListModelDispatcher *src, const std::string &d, const index &p, 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