StyleListView
fStyleListView = new StyleListView(BRect(0, 0, splitWidth, 100),
if (archive.what == StyleListView::kSelectionArchiveCode)
StyleListView* fStyleListView;
class StyleListView;
StyleListView* fListView;
ShapeStyleListener(StyleListView* listView)
StyleListView* fListView;
StyleListView::StyleListView(BRect frame, const char* name, BMessage* message,
StyleListView::~StyleListView()
StyleListView::MessageReceived(BMessage* message)
StyleListView::SelectionChanged()
StyleListView::MouseDown(BPoint where)
StyleListView::ArchiveSelection(BMessage* into, bool deep) const
into->what = StyleListView::kSelectionArchiveCode;
StyleListView::InstantiateSelection(const BMessage* archive, int32 dropIndex)
if (archive->what != StyleListView::kSelectionArchiveCode
StyleListView::MoveItems(BList& items, int32 toIndex)
StyleListView::CopyItems(BList& items, int32 toIndex)
StyleListView::RemoveItemList(BList& items)
StyleListView::CloneItem(int32 index) const
const_cast<StyleListView*>(this),
StyleListView::IndexOfSelectable(Selectable* selectable) const
StyleListView::SelectableFor(BListItem* item) const
StyleListView::ItemAdded(Style* style, int32 index)
StyleListItem(Style* s, StyleListView* listView, bool markEnabled)
StyleListView::ItemRemoved(Style* style)
StyleListView::SetMenu(BMenu* menu)
StyleListView::SetStyleContainer(Container<Style>* container)
StyleListView::SetShapeContainer(Container<Shape>* container)
StyleListView::SetCommandStack(CommandStack* stack)
StyleListView::SetCurrentColor(CurrentColor* color)
StyleListView::SetCurrentShape(Shape* shape)
StyleListView::_AddStyle(Style* style, int32 index)
StyleListView::_RemoveStyle(Style* style)
StyleListView::_ItemForStyle(Style* style) const
StyleListView::_UpdateMarks()
StyleListView::_SetStyleMarked(Style* style, bool marked)
StyleListView::_UpdateMenu()
class StyleListView : public SimpleListView, public ContainerListener<Style> {
StyleListView(BRect frame, const char* name,
virtual ~StyleListView();