#include <InterViews/handler.h>
#include <InterViews/event.h>
#include <InterViews/transformer.h>
Go to the source code of this file.
◆ __RubberCallback
| #define __RubberCallback |
( |
|
T | ) |
T _RubberCallback |
◆ __RubberMemberFunction
| #define __RubberMemberFunction |
( |
|
T | ) |
T _RubberMemberFunction |
◆ declareRubberCallback
| #define declareRubberCallback |
( |
|
T | ) |
|
Value:
public: \
\
\
private: \
T* obj_; \
RubberMemberFunction(T) func_; \
};
#define RubberMemberFunction(T)
#define RubberCallback(T)
Definition at line 137 of file rubband.h.
◆ implementRubberCallback
| #define implementRubberCallback |
( |
|
T | ) |
|
Value:
obj_ = obj; \
\
(obj_->*func_)(rb); \
}
Definition at line 152 of file rubband.h.
◆ RubberCallback
◆ RubberMemberFunction