List of props. More...
Public Member Functions | |
void | addReplace (GProp &, Gadget *) |
add or replace prop. More... | |
class GNotifier * | findNotifier (void *obj) |
returns first notifier refering to obj. | |
void | removeNotifiers (void *obj) |
removes all notifiers refering obj. | |
void | addBegin (GProp &) |
add prop to the beginning or the ned of the list (without checking if already in the list). | |
List of props.
The list owns its arguments, they won't be deleted while the list exists.
add or replace prop.
searches prop with same role in the list, replaces it if found, adds it to the end otherwise