#include <Inventor/events/SoEvent.h>#include <Inventor/SoType.h>#include <Inventor/misc/SoBasic.h>Go to the source code of this file.
Macros | |
| #define | SO_EVENT_HEADER() |
| #define | SO__EVENT_VARS(className) SoType className::classTypeId; |
| #define | SO__EVENT_METHODS(className) |
| #define | SO_EVENT_SOURCE(className) |
| #define | SO_EVENT_INIT_CLASS_CHECK_PARENT(className, parentClass) |
| #define | SO_EVENT_INIT_CLASS_INTERNAL(className, parentClass) |
| #define | SO_EVENT_INIT_CLASS(className, parentClass) SO_EVENT_INIT_CLASS_INTERNAL(className,parentClass); |
| #define | SO_EVENT_EXIT_CLASS(className) |
| #define SO__EVENT_METHODS | ( | className | ) |
Definition at line 105 of file SoSubEvent.h.
Definition at line 96 of file SoSubEvent.h.
| #define SO_EVENT_EXIT_CLASS | ( | className | ) |
Definition at line 170 of file SoSubEvent.h.
| #define SO_EVENT_HEADER | ( | ) |
Definition at line 76 of file SoSubEvent.h.
| #define SO_EVENT_INIT_CLASS | ( | className, | |
| parentClass | |||
| ) | SO_EVENT_INIT_CLASS_INTERNAL(className,parentClass); |
Definition at line 156 of file SoSubEvent.h.
| #define SO_EVENT_INIT_CLASS_CHECK_PARENT | ( | className, | |
| parentClass | |||
| ) |
Definition at line 139 of file SoSubEvent.h.
| #define SO_EVENT_INIT_CLASS_INTERNAL | ( | className, | |
| parentClass | |||
| ) |
Definition at line 152 of file SoSubEvent.h.
| #define SO_EVENT_SOURCE | ( | className | ) |
Definition at line 125 of file SoSubEvent.h.