BLayoutContextListener
class BLayoutContextListener {
BLayoutContextListener();
virtual ~BLayoutContextListener();
void AddListener(BLayoutContextListener* listener);
BLayoutContextListener* listener);
BLayoutContextListener::BLayoutContextListener()
BLayoutContextListener::~BLayoutContextListener()
void BLayoutContextListener::_ReservedLayoutContextListener1() {}
void BLayoutContextListener::_ReservedLayoutContextListener2() {}
void BLayoutContextListener::_ReservedLayoutContextListener3() {}
void BLayoutContextListener::_ReservedLayoutContextListener4() {}
void BLayoutContextListener::_ReservedLayoutContextListener5() {}
BLayoutContextListener* listener
= (BLayoutContextListener*)fListeners.ItemAt(i);
BLayoutContext::AddListener(BLayoutContextListener* listener)
BLayoutContext::RemoveListener(BLayoutContextListener* listener)
: public CompoundLayouter, private BLayoutContextListener {
class BTwoDimensionalLayout::LocalLayouter : private BLayoutContextListener {
class SharedSolver : BLayoutContextListener, public BReferenceable,