Home
last modified time | relevance | path

Searched refs:SlideShowConfigView (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowConfigView.h55 class SlideShowConfigView : public BView {
57 SlideShowConfigView(const BRect &frame, const char *name, uint32 resize,
61 ~SlideShowConfigView();
H A DSlideShowConfigView.cpp57 SlideShowConfigView::SlideShowConfigView(const BRect &frame, const char *name, in SlideShowConfigView() function in SlideShowConfigView
155 SlideShowConfigView::~SlideShowConfigView() in ~SlideShowConfigView()
177 SlideShowConfigView::AllAttached() in AllAttached()
207 SlideShowConfigView::MessageReceived(BMessage *message) in MessageReceived()
296 SlideShowConfigView::Draw(BRect area) in Draw()
H A DJamfile12 SlideShowConfigView.cpp
H A DSlideShowSaver.cpp200 view->AddChild(new SlideShowConfigView( in StartConfig()