Searched refs:StyleListView (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/icon-o-matic/gui/
H A DStyleListView.cpp11 #include "StyleListView.h"
62 StyleListItem(Style* s, StyleListView* listView, bool markEnabled)
181 StyleListView* fListView;
190 ShapeStyleListener(StyleListView* listView)
248 StyleListView* fListView;
256 StyleListView::StyleListView(BRect frame, const char* name, BMessage* message, function in class:StyleListView
275 StyleListView::~StyleListView()
294 StyleListView
[all...]
H A DStyleListView.h34 class StyleListView : public SimpleListView, public ContainerListener<Style> { class in inherits:SimpleListView,ContainerListener
39 StyleListView(BRect frame, const char* name,
42 virtual ~StyleListView();
67 // StyleListView
/haiku/src/apps/icon-o-matic/
H A DMainWindow.h32 class StyleListView;
140 StyleListView* fStyleListView;
H A DMainWindow.cpp69 #include "StyleListView.h"
289 if (archive.what == StyleListView::kSelectionArchiveCode)
1194 fStyleListView = new StyleListView(BRect(0, 0, splitWidth, 100),

Completed in 97 milliseconds