#include <track_property.h>
|
virtual void | set_property (const char *p_group, double p_sortpriority, const char *p_name, const char *p_value)=0 |
|
track_property_callback::~track_property_callback |
( |
| ) |
|
|
inlineprotected |
virtual void track_property_callback::set_property |
( |
const char * |
p_group, |
|
|
double |
p_sortpriority, |
|
|
const char * |
p_name, |
|
|
const char * |
p_value |
|
) |
| |
|
pure virtual |
Sets a property list entry to display. Called by track_property_provider::enumerate_properties() implementation.
- Parameters
-
p_group | Name of group to put the entry in, case-sensitive. Note that non-standard groups are sorted alphabetically. |
p_sortpriority | Sort priority of the property inside its group (smaller value means earlier in the list), pass 0 if you don't care (alphabetic order by name used when more than one item has same priority). |
p_name | Name of the property. |
p_value | Value of the property. |
Implemented in track_property_callback_v2_proxy.
The documentation for this class was generated from the following file: