aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ManaTools/Shared/GUI/EventHandlerRole.pm
Commit message (Collapse)AuthorAgeFilesLines
* Handle eventHandlers more consistentlyMaarten Vanraes2016-04-241-0/+2
|
* optional name for widgets, items, eventsMaarten Vanraes2016-02-131-2/+2
| | | | | | the name will now be autogenerated depending on a basename that each EventRole needs to implement, with a numeric suffix increasing in number, it checks this in the already present eventHandler.
* better handling of event return valuesMaarten Vanraes2016-01-121-2/+2
| | | | | | 0 if need to exit positive if not handled yet and negative otherwise.
* Updated dateAngelo Naselli2016-01-111-1/+1
|
* add parent link to EventHandlerRole move parentDialogMaarten Vanraes2016-01-091-0/+31
|
* Allow child EventHandlersMaarten Vanraes2016-01-091-1/+73
|
* EventHandlerRole: add item helper functions (MenuEvent)Maarten Vanraes2016-01-091-0/+105
|
* delWidget needs event name not eventAngelo Naselli2016-01-011-2/+3
| | | | changed processEvents to manage event deletion during event managing
* parentDialog function is only useful on EventRole classesMaarten Vanraes2015-09-061-24/+0
|
* add a Role-based Event handling systemMaarten Vanraes2015-08-291-0/+396