Public Member Functions | |
CompareByDefaultTabGroup (LLView::child_tab_order_t order, S32 default_tab_group) | |
Protected Member Functions | |
bool | compareTabOrders (const LLView::tab_order_t &a, const LLView::tab_order_t &b) const |
Protected Attributes | |
S32 | mDefaultTabGroup |
Definition at line 235 of file lluictrl.cpp.
CompareByDefaultTabGroup::CompareByDefaultTabGroup | ( | LLView::child_tab_order_t | order, | |
S32 | default_tab_group | |||
) | [inline] |
Definition at line 238 of file lluictrl.cpp.
bool CompareByDefaultTabGroup::compareTabOrders | ( | const LLView::tab_order_t & | a, | |
const LLView::tab_order_t & | b | |||
) | const [inline, protected, virtual] |
Reimplemented from LLCompareByTabOrder.
Definition at line 242 of file lluictrl.cpp.
References mDefaultTabGroup, and S32.
S32 CompareByDefaultTabGroup::mDefaultTabGroup [protected] |