Searched refs:GIFView (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/translators/gif/
H A DGIFView.h3 // File: GIFView.h
57 class GIFView : public BGroupView { class in inherits:BGroupView
59 GIFView(TranslatorSettings* settings);
60 virtual ~GIFView();
H A DGIFView.cpp3 // File: GIFView.cpp
21 #include "GIFView.h"
44 #define B_TRANSLATION_CONTEXT "GIFView"
47 GIFView::GIFView(TranslatorSettings* settings) function in class:GIFView
49 BGroupView("GIFView", B_VERTICAL),
189 GIFView::~GIFView()
205 GIFView::RestorePrefs()
297 GIFView
[all...]
H A DGIFTranslator.cpp37 #include "GIFView.h"
339 return new(std::nothrow) GIFView(settings);

Completed in 42 milliseconds