List of all members.
Constructor & Destructor Documentation
osgWidget::Callback::Callback |
( |
| ) |
[inline] |
osgWidget::Callback::Callback |
( |
const Callback & |
rhs | ) |
[inline] |
osgWidget::Callback::Callback |
( |
EventType |
type, |
|
|
void * |
data = 0 |
|
) |
| [inline] |
template<typename T >
osgWidget::Callback::Callback |
( |
bool(T::*)(Event &) |
function, |
|
|
T * |
obj, |
|
|
EventType |
type, |
|
|
void * |
data = 0 |
|
) |
| [inline] |
template<typename T >
osgWidget::Callback::Callback |
( |
T * |
functor, |
|
|
EventType |
type, |
|
|
void * |
data = 0 |
|
) |
| [inline] |
virtual osgWidget::Callback::~Callback |
( |
| ) |
[inline, virtual] |
Member Function Documentation
void* osgWidget::Callback::getData |
( |
| ) |
[inline] |
const void* osgWidget::Callback::getData |
( |
| ) |
const [inline] |
EventType osgWidget::Callback::getType |
( |
| ) |
const [inline] |
virtual bool osgWidget::Callback::operator() |
( |
Event & |
ev | ) |
[inline, virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: