Derived from: public MView, public BOutlineListView
Declared in: <MOutlineListView.h>
An MOutlineListView is liblayout's version of a BOutlineListView. Please see the BeBook for more information on BOutlineListView.
MOutlineListView(list_view_type type=B_SINGLE_SELECTION_LIST, minimax size=minimax(50,50)) MOutlineListView(BMessage *archive)Constructs an MOutlineListView of the given type and size.
virtual ~MOutlineListView()Cleans up after the MOutlineListView.
static BArchivable *Instantiate(BMessage *archive)Not yet implemented.
virtual long Archive(BMessage *archive, bool deep=true) constNot yet implemented.
virtual void AttachedToWindow()Implementation detail.
virtual void DetachedFromWindow()Implementation detail.
virtual void MessageReceived(BMessage*)Handles font and color drops. If you override this function, be sure to call the inherited version.
virtual void reloadfont(BFont *font[])Handles font changes in the MOutlineListView.