upipe-modules/uref_graph_flow.h header reference
Graph flow attributes More
Header inclusion [link]
Members [link]
Functions [link]
- struct uref * uref_graph_flow_alloc_def(struct uref_mgr *mgr, const char *name, const char *color)
- int uref_graph_flow_cmp_color(struct uref *uref1, struct uref *uref2)
- int uref_graph_flow_cmp_filled(struct uref *uref1, struct uref *uref2)
- int uref_graph_flow_cmp_interpolated(struct uref *uref1, struct uref *uref2)
- int uref_graph_flow_cmp_name(struct uref *uref1, struct uref *uref2)
- int uref_graph_flow_cmp_stacked(struct uref *uref1, struct uref *uref2)
- int uref_graph_flow_copy_color(struct uref *uref, struct uref *uref_src)
- int uref_graph_flow_copy_filled(struct uref *uref, struct uref *uref_src)
- int uref_graph_flow_copy_interpolated(struct uref *uref, struct uref *uref_src)
- int uref_graph_flow_copy_name(struct uref *uref, struct uref *uref_src)
- int uref_graph_flow_copy_stacked(struct uref *uref, struct uref *uref_src)
- int uref_graph_flow_delete_color(struct uref *uref)
- int uref_graph_flow_delete_filled(struct uref *uref)
- int uref_graph_flow_delete_interpolated(struct uref *uref)
- int uref_graph_flow_delete_name(struct uref *uref)
- int uref_graph_flow_delete_stacked(struct uref *uref)
- int uref_graph_flow_get_color(struct uref *uref, const char **p)
- int uref_graph_flow_get_filled(struct uref *uref)
- int uref_graph_flow_get_interpolated(struct uref *uref)
- int uref_graph_flow_get_name(struct uref *uref, const char **p)
- int uref_graph_flow_get_stacked(struct uref *uref)
- int uref_graph_flow_match_color(struct uref *uref, const char *prefix)
- int uref_graph_flow_match_name(struct uref *uref, const char *prefix)
- int uref_graph_flow_set_color(struct uref *uref, const char *v)
- int uref_graph_flow_set_color_va(struct uref *uref, const char *format, ...)
- int uref_graph_flow_set_filled(struct uref *uref)
- int uref_graph_flow_set_interpolated(struct uref *uref)
- int uref_graph_flow_set_name(struct uref *uref, const char *v)
- int uref_graph_flow_set_name_va(struct uref *uref, const char *format, ...)
- int uref_graph_flow_set_stacked(struct uref *uref)
Description [link]
Graph flow attributes
Members detail [link]
#define _UPIPE_MODULES_UREF_GRAPH_FLOW_H_ [link]
This macro is declared in upipe-modules/uref_graph_flow.h source file, line 30.
struct uref * uref_graph_flow_alloc_def(struct uref_mgr *mgr, const char *name, const char *color) [link]
This function is declared in upipe-modules/uref_graph_flow.h source file, line 52.
This function is declared in upipe-modules/uref_graph_flow.h source file, line 43.
This function compares the graph color attribute in two urefs.
Parameter list:
- uref1: pointer to the first uref
- uref2: pointer to the second uref
The return value is 0 if both attributes are absent or identical
This function is declared in upipe-modules/uref_graph_flow.h source file, line 45.
This function compares the filled the graph attribute in two urefs.
Parameter list:
- uref1: pointer to the first uref
- uref2: pointer to the second uref
The return value is 0 if both attributes are absent or identical
This function is declared in upipe-modules/uref_graph_flow.h source file, line 47.
This function compares the interpolate with the previous value attribute in two urefs.
Parameter list:
- uref1: pointer to the first uref
- uref2: pointer to the second uref
The return value is 0 if both attributes are absent or identical
This function is declared in upipe-modules/uref_graph_flow.h source file, line 42.
This function compares the graph name attribute in two urefs.
Parameter list:
- uref1: pointer to the first uref
- uref2: pointer to the second uref
The return value is 0 if both attributes are absent or identical
This function is declared in upipe-modules/uref_graph_flow.h source file, line 44.
This function compares the graph is stacked attribute in two urefs.
Parameter list:
- uref1: pointer to the first uref
- uref2: pointer to the second uref
The return value is 0 if both attributes are absent or identical
This function is declared in upipe-modules/uref_graph_flow.h source file, line 43.
This function copies the graph color attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 45.
This function copies the filled the graph attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 47.
This function copies the interpolate with the previous value attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 42.
This function copies the graph name attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 44.
This function copies the graph is stacked attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 43.
This function deletes the graph color attribute of a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 45.
This function deletes a filled the graph attribute from a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 47.
This function deletes a interpolate with the previous value attribute from a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 42.
This function deletes the graph name attribute of a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 44.
This function deletes a graph is stacked attribute from a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 43.
This function returns the graph color attribute of a uref.
Parameter list:
- uref: pointer to the uref
- p: pointer to the retrieved value (modified during execution)
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 45.
This function returns the presence of a filled the graph attribute in a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 47.
This function returns the presence of a interpolate with the previous value attribute in a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 42.
This function returns the graph name attribute of a uref.
Parameter list:
- uref: pointer to the uref
- p: pointer to the retrieved value (modified during execution)
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 44.
This function returns the presence of a graph is stacked attribute in a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 43.
This function compares the graph color attribute to a given prefix.
Parameter list:
- uref: pointer to the uref
- prefix: prefix to match
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 42.
This function compares the graph name attribute to a given prefix.
Parameter list:
- uref: pointer to the uref
- prefix: prefix to match
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 43.
This function sets the graph color attribute of a uref.
Parameter list:
- uref: pointer to the uref
- v: value to set
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 43.
This function sets the graph color attribute of a uref.
Parameter list:
- uref: pointer to the uref
- format: printf-style format of the value, followed by a variable list of arguments.
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 45.
This function sets a filled the graph attribute in a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 47.
This function sets a interpolate with the previous value attribute in a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 42.
This function sets the graph name attribute of a uref.
Parameter list:
- uref: pointer to the uref
- v: value to set
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 42.
This function sets the graph name attribute of a uref.
Parameter list:
- uref: pointer to the uref
- format: printf-style format of the value, followed by a variable list of arguments.
The return value is an error code
This function is declared in upipe-modules/uref_graph_flow.h source file, line 44.
This function sets a graph is stacked attribute in a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
#define UREF_GRAPH_FLOW_DEF [link]
This macro is for internal use only.
This macro is declared in upipe-modules/uref_graph_flow.h source file, line 39.
flow definition prefix for graph flow.