#include <preferences_page.h>
Definition at line 60 of file preferences_page.h.
preferences_branch_impl::preferences_branch_impl |
( |
const GUID & |
p_guid, |
|
|
const GUID & |
p_parent, |
|
|
const char * |
p_name, |
|
|
double |
p_sort_priority = 0 |
|
) |
| |
|
inline |
Definition at line 62 of file preferences_page.h.
const pfc::string8 m_name
const double m_sort_priority
GUID preferences_branch_impl::get_guid |
( |
| ) |
|
|
inlinevirtual |
const char* preferences_branch_impl::get_name |
( |
| ) |
|
|
inlinevirtual |
GUID preferences_branch_impl::get_parent_guid |
( |
| ) |
|
|
inlinevirtual |
Retrieves GUID of parent page/branch of this branch. See preferences_page::guid_* constants for list of standard parent GUIDs. Can also be a GUID of another branch or a page.
Implements preferences_branch.
Definition at line 65 of file preferences_page.h.
double preferences_branch_impl::get_sort_priority |
( |
| ) |
|
|
inlinevirtual |
Allows custom sorting order of preferences pages. Return lower value for higher priority (lower resulting index in the list). When sorting priority of two items matches, alphabetic sorting is used. Return 0 to use default alphabetic sorting without overriding priority.
Reimplemented from preferences_branch_v2.
Definition at line 66 of file preferences_page.h.
const double m_sort_priority
const GUID preferences_branch_impl::m_guid |
|
private |
const GUID preferences_branch_impl::m_parent |
|
private |
const double preferences_branch_impl::m_sort_priority |
|
private |
The documentation for this class was generated from the following file: