#include <track_property.h>
Definition at line 56 of file track_property.h.
bool track_property_callback_v2_proxy::is_group_wanted |
( |
const char * |
| ) |
|
|
inlinevirtual |
void track_property_callback_v2_proxy::set_property |
( |
const char * |
p_group, |
|
|
double |
p_sortpriority, |
|
|
const char * |
p_name, |
|
|
const char * |
p_value |
|
) |
| |
|
inlinevirtual |
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. |
Implements track_property_callback.
Definition at line 59 of file track_property.h.
track_property_callback & m_callback
virtual void set_property(const char *p_group, double p_sortpriority, const char *p_name, const char *p_value)=0
Sets a property list entry to display. Called by track_property_provider::enumerate_properties() impl...
The documentation for this class was generated from the following file: