#include <bindings.hh>
Collaboration diagram for ob::KeyBindingTree:
Public Methods | |
KeyBindingTree () | |
Public Attributes | |
Binding | binding |
CallbackList | callbacks |
bool | chain |
KeyBindingTree * | next_sibling |
KeyBindingTree * | first_child |
|
Definition at line 47 of file bindings.hh.
00047 : binding(0, 0) { 00048 chain = true; next_sibling = first_child = 0; 00049 } |
|
Definition at line 39 of file bindings.hh. Referenced by ob::Bindings::assimilate(), ob::Bindings::find(), ob::Bindings::fireKey(), and ob::Bindings::grabKeys(). |
|
Definition at line 40 of file bindings.hh. Referenced by ob::Bindings::addKey(), ob::Bindings::fireKey(), and ob::remove_branch(). |
|
Definition at line 41 of file bindings.hh. Referenced by ob::Bindings::find(), and ob::Bindings::fireKey(). |
|
Definition at line 45 of file bindings.hh. Referenced by ob::Bindings::assimilate(), ob::destroytree(), ob::Bindings::find(), ob::Bindings::fireKey(), ob::Bindings::grabKeys(), ob::remove_branch(), and ob::Bindings::removeAllKeys(). |
|
Definition at line 43 of file bindings.hh. Referenced by ob::Bindings::assimilate(), ob::Bindings::find(), ob::Bindings::fireKey(), ob::Bindings::grabKeys(), and ob::remove_branch(). |