|
virtual bool | set_master_input_value (const CoreString &attr_name) |
|
OfAttr * | get_master_input_value () const override |
|
OfAttr * | get_pass_through () const override |
|
OfAttr * | get_master_input () const override |
|
virtual bool | pre_paint_gl (GlUtilsCtx &ctx) const |
|
virtual bool | paint_gl (GlUtilsCtx &ctx) const |
|
virtual bool | destroy_gl_data (GlUtilsGlCtx &gl_ctx) const |
|
virtual GMathBbox3d | get_gl_bbox (GlUtilsCtx &ctx) const |
|
virtual size_t | get_memory_size () const override |
|
|
typedef void(* | EventInfoFunction )(EventObject &, const EventInfo &, void *) |
| event callback signature for free functions / static methods.
|
|
typedef void(EventObject::* | EventInfoMethod )(EventObject &, const EventInfo &, void *) |
| event callback signature for methods.
|
|
typedef void(* | EventFunction )(EventObject &, const CoreString &, void *) |
|
typedef void(EventObject::* | EventMethod )(EventObject &, const CoreString &, void *) |
|
static ResourceID | declare_resource (const char *tag) |
|
static ResourceID | declare_resource (const CoreString &tag) |
|
static bool | declare_resource (ResourceID id, const char *tag) |
|
static bool | declare_resource (ResourceID id, const CoreString &tag) |
|
static ResourceID | get_resource_id (const char *tag) |
|
static ResourceID | get_resource_id (const CoreString &tag) |
|
static const char * | get_resource_tag (ResourceID id) |
|
static void | clear_unused_resources (SysThreadManager &thread_manager, const CoreBasicArray< OfObject * > &objects) |
|
static constexpr unsigned int | null_variation = 0 |
| Key of the null resource variation.
|
|