38setup(
const NodePath &ready) {
39 setup(ready, ready, ready, ready);
46setup(
const NodePath &ready,
const NodePath &depressed) {
47 setup(ready, depressed, ready, ready);
54setup(
const NodePath &ready,
const NodePath &depressed,
55 const NodePath &rollover) {
56 setup(ready, depressed, rollover, ready);
Similar to MutexHolder, but for a light reentrant mutex.
void set_notify(PGItemNotify *notify)
Sets the object which will be notified when the PGItem changes.
PGItemNotify * get_notify() const
Returns the object which will be notified when the PGItem changes, if any.
const std::string & get_id() const
Returns the unique ID assigned to this PGItem.