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

/haiku/src/add-ons/translators/tiff/
H A DTIFFView.h2 // TIFFView
6 // TIFFView.h
41 class TIFFView : public BView { class in inherits:BView
43 TIFFView(const char* name, uint32 flags, TranslatorSettings* settings);
46 ~TIFFView();
H A DTIFFView.cpp2 // TIFFView
7 // TIFFView.cpp
34 #include "TIFFView.h"
55 #define B_TRANSLATION_CONTEXT "TIFFView"
65 BMessage* message = new BMessage(TIFFView::MSG_COMPRESSION_CHANGED);
73 TIFFView::TIFFView(const char* name, uint32 flags, function in class:TIFFView
147 TIFFView::~TIFFView()
154 TIFFView
[all...]
H A DTIFFTranslator.cpp12 #include "TIFFView.h"
968 return new TIFFView(B_TRANSLATE("TIFFTranslator Settings"),

Completed in 41 milliseconds