guit  0.1
 All Classes Functions Variables Typedefs Enumerations Friends
Public Member Functions | List of all members
guit::GPropList Class Reference

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).
 

Detailed Description

List of props.

The list owns its arguments, they won't be deleted while the list exists.

Member Function Documentation

void guit::GPropList::addReplace ( GProp p,
Gadget g 
)

add or replace prop.

searches prop with same role in the list, replaces it if found, adds it to the end otherwise


The documentation for this class was generated from the following files: