#include <llview.h>
Inheritance diagram for LLCompareByTabOrder:
Public Member Functions | |
LLCompareByTabOrder (LLView::child_tab_order_t order) | |
virtual | ~LLCompareByTabOrder () |
bool | operator() (const LLView *const a, const LLView *const b) const |
Protected Member Functions | |
virtual bool | compareTabOrders (const LLView::tab_order_t &a, const LLView::tab_order_t &b) const |
Protected Attributes | |
LLView::child_tab_order_t | mTabOrder |
Definition at line 500 of file llview.h.
LLCompareByTabOrder::LLCompareByTabOrder | ( | LLView::child_tab_order_t | order | ) |
Definition at line 448 of file llview.cpp.
virtual LLCompareByTabOrder::~LLCompareByTabOrder | ( | ) | [inline, virtual] |
bool LLCompareByTabOrder::compareTabOrders | ( | const LLView::tab_order_t & | a, | |
const LLView::tab_order_t & | b | |||
) | const [protected, virtual] |
Reimplemented in CompareByDefaultTabGroup.
Definition at line 450 of file llview.cpp.
Referenced by operator()().