#include <InterViews/dialog.h>
#include <InterViews/resource.h>
#include <InterViews/_enter.h>
#include <InterViews/_leave.h>
Go to the source code of this file.
◆ declareSymChooserCallback
| #define declareSymChooserCallback |
( |
|
T | ) |
|
Value:public: \
virtual ~SymChooserCallback(
T)(); \
\
virtual
void execute(SymChooser*,
bool accept); \
private: \
T* obj_; \
SymChooserMemberFunction(
T) func_; \
};
#define SymChooserMemberFunction(T)
#define SymChooserCallback(T)
Definition at line 60 of file symchoos.h.
◆ implementSymChooserCallback
| #define implementSymChooserCallback |
( |
|
T | ) |
|
Value:) { \
obj_ = obj; \
\
(obj_->*func_)(f, accept); \
}
#define SymChooserMemberFunction(T)
#define SymChooserCallback(T)
Definition at line 73 of file symchoos.h.
◆ SymChooserCallback
| #define SymChooserCallback |
( |
|
T | ) |
T_SymChooserCallback |
◆ SymChooserMemberFunction
| #define SymChooserMemberFunction |
( |
|
T | ) |
T_SymChooserMemberFunction |