Indicates when the hierarchy callback is invoked.
More...
Indicates when the hierarchy callback is invoked.
◆ AFTER_RESET_CB
| final int AFTER_RESET_CB = 5 |
|
static |
After an object's hierarchy reset.
◆ AFTER_SETUP_CB
| final int AFTER_SETUP_CB = 2 |
|
static |
After an object's hierarchy setup.
◆ BEFORE_INSTANCE_SETUP_CB
| final int BEFORE_INSTANCE_SETUP_CB = 1 |
|
static |
Before a hierarchy setup of the subdrawing or subwindow instance.
In versions prior to 4.6, it was named BEFORE_SETUP_CB.
◆ BEFORE_OBJECT_SETUP_CB
| final int BEFORE_OBJECT_SETUP_CB = 6 |
|
static |
Before an object's hierarchy setup.
◆ BEFORE_RESET_CB
| final int BEFORE_RESET_CB = 4 |
|
static |
Before an object's hierarchy reset.
◆ BEFORE_SETUP_CB
| final int BEFORE_SETUP_CB = 1 |
|
static |
Deprecated: use BEFORE_INSTANCE_SETUP_CB.
◆ FINISHED_SETUP_CB
| final int FINISHED_SETUP_CB = 3 |
|
static |
After finishing object setup: all transformed values are valid.