UF_UDOBJ_attn_pt_f_t (查看源代码)
 
定义在: uf_udobj.h
 
概述
Function Pointer 'typedef's

 
void UF_UDOBJ_attn_pt_f_t
(
tag_t udo_tag,
void * display_context
)
tag_t (tag_t类型)udo_tagInput(输入)-- the tag for the UDO
whose attention point
is being defined
void *display_contextInput(输入)-- a pointer to a private
structure used in
display calls

 


 
UF_UDOBJ_delete_f_t (查看源代码)
 
定义在: uf_udobj.h
 

 
void UF_UDOBJ_delete_f_t
(
tag_t udo_tag,
UF_UDOBJ_link_p_t deleted_obj
)
tag_t (tag_t类型)udo_tagInput(输入)-- the tag for the UDO
who has an associated
object being deleted
UF_UDOBJ_link_p_tdeleted_objInput(输入)-- the link for the item
that is deleted

 


 
UF_UDOBJ_display_f_t (查看源代码)
 
定义在: uf_udobj.h
 

 
void UF_UDOBJ_display_f_t
(
tag_t udo_tag,
void * display_context
)
tag_t (tag_t类型)udo_tagInput(输入)-- the tag for the UDO
being displayed
void *display_contextInput(输入)-- a pointer to a private
structure used in
display calls

 


 
UF_UDOBJ_edit_f_t (查看源代码)
 
定义在: uf_udobj.h
 

 
void UF_UDOBJ_edit_f_t
(
tag_t udo_tag
)
tag_t (tag_t类型)udo_tagInput(输入)-- the tag for the UDO
which is being edited in the callback

 


 
UF_UDOBJ_fit_f_t (查看源代码)
 
定义在: uf_udobj.h
 

 
void UF_UDOBJ_fit_f_t
(
tag_t udo_tag,
void * display_context
)
tag_t (tag_t类型)udo_tagInput(输入)-- the tag for the UDO
being fit to the view
void *display_contextInput(输入)-- a pointer to a private
structure used in
fit calls

 


 
UF_UDOBJ_info_obj_f_t (查看源代码)
 
定义在: uf_udobj.h
 

 
void UF_UDOBJ_info_obj_f_t
(
tag_t udo_tag
)
tag_t (tag_t类型)udo_tagInput(输入)-- the tag for the UDO
for which information
is being requested

 


 
UF_UDOBJ_is_occurrenceable_f_t (查看源代码)
 
定义在: uf_udobj.h
 

 
void UF_UDOBJ_is_occurrenceable_f_t
(
tag_t udo_tag,
logical * is_occurrenceable
)
tag_t (tag_t类型)udo_tagInput(输入)-- the tag for the UDO
being fit to the view
logical *is_occurrenceableOutput(输出)-- TRUE if object can
be occurrenced otherwise
FALSE

 


 
UF_UDOBJ_select_f_t (查看源代码)
 
定义在: uf_udobj.h
 

 
void UF_UDOBJ_select_f_t
(
tag_t udo_tag,
void * display_context
)
tag_t (tag_t类型)udo_tagInput(输入)-- the tag for the UDO
being selected
void *display_contextInput(输入)-- a pointer to a private
structure used in
selection calls

 


 
UF_UDOBJ_update_f_t (查看源代码)
 
定义在: uf_udobj.h
 

 
void UF_UDOBJ_update_f_t
(
tag_t udo_tag,
UF_UDOBJ_link_p_t update_cause
)
tag_t (tag_t类型)udo_tagInput(输入)-- the tag for the UDO
being updated
UF_UDOBJ_link_p_tupdate_causeInput(输入)-- the link for the item
that caused the UDO to be
updated